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

Method ToString

tensorflow/compiler/xla/shape_util.cc:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52using absl::StrCat;
53
54string ShapeIndex::ToString() const { return ShapeIndexView(*this).ToString(); }
55
56string ShapeIndexView::ToString() const {
57 return StrCat("{", absl::StrJoin(indices_, ","), "}");

Callers 2

shape_util.ccFile · 0.45
TryGetSubshapeMethod · 0.45

Calls 2

ShapeIndexViewClass · 0.85
StrCatFunction · 0.50

Tested by

no test coverage detected