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

Method offset

tensorflow/core/lib/io/format.h:38–38  ·  view source on GitHub ↗

The offset of the block in the file.

Source from the content-addressed store, hash-verified

36
37 // The offset of the block in the file.
38 uint64 offset() const { return offset_; }
39 void set_offset(uint64 offset) { offset_ = offset; }
40
41 // The size of the stored block

Callers 13

GetNextInternalMethod · 0.45
RestoreInternalMethod · 0.45
ApproximateOffsetOfMethod · 0.45
ReadBlockFunction · 0.45
InitializeFromFileMethod · 0.45
ExpectAlignmentMethod · 0.45
GetValueMethod · 0.45
LookupHeaderMethod · 0.45
LookupSegmentMethod · 0.45
LookupSegmentOffsetMethod · 0.45
GetTensorInfoMethod · 0.45

Calls

no outgoing calls

Tested by 1

ExpectAlignmentMethod · 0.36