Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ FormatShapes
Function
FormatShapes
tensorflow/core/profiler/internal/tfprof_utils.cc:64–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
string FormatShapes(const std::vector<int64>& shape) {
65
return absl::StrJoin(shape,
"x"
);
66
}
67
68
string StringReplace(const string& str, const string& oldsub,
69
const string& newsub) {
Callers
1
FormatNode
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected