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

Function InstToString

tensorflow/compiler/xla/service/pattern_matcher.h:1132–1135  ·  view source on GitHub ↗

Pretty-printer for HloInstruction. Sort of like ToShortString, but with fewer %s and more shapes.

Source from the content-addressed store, hash-verified

1130// Pretty-printer for HloInstruction. Sort of like ToShortString, but with
1131// fewer %s and more shapes.
1132inline string InstToString(const HloInstruction* inst) {
1133 return inst->ToString(
1134 HloPrintOptions().set_print_metadata(false).set_print_percent(false));
1135}
1136
1137template <typename HloInstructionType, typename Impl>
1138class HloInstructionPattern;

Callers 5

MatchMethod · 0.85
DescribeToMethod · 0.85
MatchOneUserMethod · 0.85
MatchMethod · 0.85
MatchMethod · 0.85

Calls 2

HloPrintOptionsClass · 0.85
ToStringMethod · 0.45

Tested by

no test coverage detected