Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
using absl::StrCat;
53
54
string ShapeIndex::ToString() const { return ShapeIndexView(*this).ToString(); }
55
56
string ShapeIndexView::ToString() const {
57
return StrCat(
"{"
, absl::StrJoin(indices_,
","
),
"}"
);
Callers
2
shape_util.cc
File · 0.45
TryGetSubshape
Method · 0.45
Calls
2
ShapeIndexView
Class · 0.85
StrCat
Function · 0.50
Tested by
no test coverage detected