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

Method set_offset

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

Source from the content-addressed store, hash-verified

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
42 uint64 size() const { return size_; }

Callers 10

RestoreInternalMethod · 0.80
ToProtoMethod · 0.80
WriteRawBlockMethod · 0.80
RestoreInternalMethod · 0.80
InitMethod · 0.80
ReadMethod · 0.80
TailMethod · 0.80
AddToDirectoryElementMethod · 0.80
AddMethod · 0.80
AddTensorHeaderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected