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

Method empty

tensorflow/core/lib/io/block_builder.h:51–51  ·  view source on GitHub ↗

Return true iff no entries have been added since the last Reset()

Source from the content-addressed store, hash-verified

49
50 // Return true iff no entries have been added since the last Reset()
51 bool empty() const { return buffer_.empty(); }
52
53 private:
54 const Options* options_;

Callers 13

PickRandomKeyMethod · 0.45
FillBufferMethod · 0.45
ReadLineHelperMethod · 0.45
ReadChecksummedMethod · 0.45
AddMethod · 0.45
FlushMethod · 0.45
JoinPathImplFunction · 0.45
IsAbsolutePathFunction · 0.45
CreateURIFunction · 0.45
ReadLineMethod · 0.45
AddMethod · 0.45
ReadFromStreamMethod · 0.45

Calls

no outgoing calls

Tested by 1

PickRandomKeyMethod · 0.36