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

Method ToString

tensorflow/compiler/xla/tests/reduce_hlo_test.cc:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 std::array<int64, 3> output_minor_to_major;
34
35 string ToString() const {
36 return absl::StrCat(absl::StrJoin(input_minor_to_major, "x"), "_",
37 absl::StrJoin(output_minor_to_major, "x"));
38 }
39};
40
41string PrintReduceLayout(

Callers 15

mainFunction · 0.45
RealMainFunction · 0.45
RealMainFunction · 0.45
ExecuteOnPlatformFunction · 0.45
RunAndCompareFunction · 0.45
mainFunction · 0.45
DoExtractCommandFunction · 0.45
RealMainFunction · 0.45
RunAndCompareMethod · 0.45
RunMethod · 0.45
RunMultipleTimesMethod · 0.45

Calls 1

StrCatFunction · 0.50

Tested by

no test coverage detected