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

Method record

tensorflow/python/lib/io/py_record_reader.h:53–53  ·  view source on GitHub ↗

Return the current record contents. Only valid after the preceding call to GetNext() returned true

Source from the content-addressed store, hash-verified

51 // Return the current record contents. Only valid after the preceding call
52 // to GetNext() returned true
53 string record() const { return record_; }
54 // Return the current offset in the file.
55 uint64 offset() const { return offset_; }
56

Callers 1

tf_record_iteratorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected