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

Method LookupTensorShape

tensorflow/core/util/tensor_bundle/tensor_bundle.cc:1356–1359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1354}
1355
1356Status BundleReader::LookupTensorShape(StringPiece key, TensorShape* shape) {
1357 DataType ignored;
1358 return LookupDtypeAndShape(key, &ignored, shape);
1359}
1360
1361string BundleReader::DebugString() {
1362 // Format used below emulates that of TensorSliceReader::DebugString().

Callers 10

GetTotalKeysNumFunction · 0.80
ComputeAsyncMethod · 0.80
ReadRecordFunction · 0.80
RestoreInternalMethod · 0.80
should_run_in_poolMethod · 0.80
runMethod · 0.80
TEST_FFunction · 0.80
ComputeMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64