MCPcopy 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
64string FormatShapes(const std::vector<int64>& shape) {
65 return absl::StrJoin(shape, "x");
66}
67
68string StringReplace(const string& str, const string& oldsub,
69 const string& newsub) {

Callers 1

FormatNodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected