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

Method key

tensorflow/core/util/tensor_bundle/tensor_bundle.h:281–281  ·  view source on GitHub ↗

Returns the key at the current position. REQUIRES: status().ok() && Valid()

Source from the content-addressed store, hash-verified

279 // Returns the key at the current position.
280 // REQUIRES: status().ok() && Valid()
281 StringPiece key() const { return iter_->key(); }
282 // Returns the raw value at the current position.
283 // REQUIRES: status().ok() && Valid()
284 StringPiece value() const { return iter_->value(); }

Callers 9

ContainsMethod · 0.95
GetMethod · 0.45
MutateSavedTensorSlicesFunction · 0.45
AllTensorKeysFunction · 0.45
FlipEndiannessBitFunction · 0.45
MergeOneBundleFunction · 0.45
BundleReaderMethod · 0.45
GetBundleEntryProtoMethod · 0.45
ReadCurrentMethod · 0.45

Calls

no outgoing calls

Tested by 3

MutateSavedTensorSlicesFunction · 0.36
AllTensorKeysFunction · 0.36
FlipEndiannessBitFunction · 0.36