Modify signature of layout_config().
PiperOrigin-RevId: 312161403 Change-Id: I9304d4839f6bcea6804dd959b131ffac7c0be6d6
This commit is contained in:
parent
6dcb7268bb
commit
756e66db61
@ -204,7 +204,7 @@ class HloModuleConfig {
|
||||
|
||||
std::vector<std::vector<int64>>* mutable_dot_config() { return &dot_config_; }
|
||||
|
||||
absl::Span<const std::vector<std::vector<int64>>> layout_config() const {
|
||||
const std::vector<std::vector<std::vector<int64>>>& layout_config() const {
|
||||
return layout_config_;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user