Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1342
bool BundleReader::Contains(StringPiece key) {
1343
Seek(key);
1344
return Valid() && (this->key() == key);
1345
}
1346
1347
Status BundleReader::LookupDtypeAndShape(StringPiece key, DataType* dtype,
1348
TensorShape* shape) {
Callers
3
Expect
Function · 0.45
ExpectVariant
Function · 0.45
TEST
Function · 0.45
Calls
1
key
Method · 0.95
Tested by
3
Expect
Function · 0.36
ExpectVariant
Function · 0.36
TEST
Function · 0.36