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

Method value

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

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

Source from the content-addressed store, hash-verified

282 // Returns the raw value at the current position.
283 // REQUIRES: status().ok() && Valid()
284 StringPiece value() const { return iter_->value(); }
285
286 string DebugString();
287

Callers 10

GetMethod · 0.45
FeatureDenseCopyFunction · 0.45
FeatureSparseCopyFunction · 0.45
MutateSavedTensorSlicesFunction · 0.45
FlipEndiannessBitFunction · 0.45
TESTFunction · 0.45
MergeOneBundleFunction · 0.45
BundleReaderMethod · 0.45
GetBundleEntryProtoMethod · 0.45
ReadCurrentMethod · 0.45

Calls

no outgoing calls

Tested by 3

MutateSavedTensorSlicesFunction · 0.36
FlipEndiannessBitFunction · 0.36
TESTFunction · 0.36