| 74 | } |
| 75 | |
| 76 | string BufferLayoutConstraint::ToString() const { |
| 77 | return absl::StrFormat("BufferLayoutConstraint %s: %s", buffer_->ToString(), |
| 78 | LayoutUtil::HumanString(layout_)); |
| 79 | } |
| 80 | |
| 81 | OperandLayoutConstraint::OperandLayoutConstraint( |
| 82 | const ShapeLayout& shape_layout, const HloInstruction* instruction, |
no test coverage detected