MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / ToString

Method ToString

tensorflow/compiler/xla/service/hlo_ordering.cc:371–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369}
370
371string DependencyHloOrdering::ToString() const {
372 return ToStringHelper("DependencyHloOrdering");
373}
374
375SequentialHloOrdering::SequentialHloOrdering(const HloSchedule& schedule)
376 : HloOrdering(schedule.module()), schedule_(schedule) {

Callers

nothing calls this directly

Calls 2

ToStringHelperFunction · 0.85
StrCatFunction · 0.50

Tested by

no test coverage detected