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

Method DebugString

tensorflow/core/framework/tensor_shape_test.cc:480–483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

478}
479
480string TensorShapeOld::DebugString() const {
481 return strings::StrCat(
482 "[", absl::StrJoin(gtl::ArraySlice<int64>(dim_sizes_), ","), "]");
483}
484
485string TensorShapeOld::DebugString(const TensorShapeProto& proto) {
486 string s = "[";

Callers 1

TESTFunction · 0.45

Calls 4

StrCatFunction · 0.50
StrAppendFunction · 0.50
dimMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected