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

Method Valid

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

Returns true iff the reader is positioned to a key/val pair. REQUIRES: status().ok()

Source from the content-addressed store, hash-verified

275 // Returns true iff the reader is positioned to a key/val pair.
276 // REQUIRES: status().ok()
277 bool Valid() const { return iter_->Valid(); }
278
279 // Returns the key at the current position.
280 // REQUIRES: status().ok() && Valid()

Callers 12

GetMethod · 0.45
MutateSavedTensorSlicesFunction · 0.45
ExpectNextFunction · 0.45
AllTensorKeysFunction · 0.45
FlipEndiannessBitFunction · 0.45
TestBasicFunction · 0.45
TestEndiannessFunction · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45
MergeOneBundleFunction · 0.45
BundleReaderMethod · 0.45
GetBundleEntryProtoMethod · 0.45

Calls

no outgoing calls

Tested by 8

MutateSavedTensorSlicesFunction · 0.36
ExpectNextFunction · 0.36
AllTensorKeysFunction · 0.36
FlipEndiannessBitFunction · 0.36
TestBasicFunction · 0.36
TestEndiannessFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36