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

Method Contains

tensorflow/core/util/tensor_bundle/tensor_bundle.cc:1342–1345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1340}
1341
1342bool BundleReader::Contains(StringPiece key) {
1343 Seek(key);
1344 return Valid() && (this->key() == key);
1345}
1346
1347Status BundleReader::LookupDtypeAndShape(StringPiece key, DataType* dtype,
1348 TensorShape* shape) {

Callers 3

ExpectFunction · 0.45
ExpectVariantFunction · 0.45
TESTFunction · 0.45

Calls 1

keyMethod · 0.95

Tested by 3

ExpectFunction · 0.36
ExpectVariantFunction · 0.36
TESTFunction · 0.36