| 369 | } |
| 370 | |
| 371 | string DependencyHloOrdering::ToString() const { |
| 372 | return ToStringHelper("DependencyHloOrdering"); |
| 373 | } |
| 374 | |
| 375 | SequentialHloOrdering::SequentialHloOrdering(const HloSchedule& schedule) |
| 376 | : HloOrdering(schedule.module()), schedule_(schedule) { |
nothing calls this directly
no test coverage detected