Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
GetNextInternal
Method · 0.45
RestoreInternal
Method · 0.45
EXCLUSIVE_LOCKS_REQUIRED
Method · 0.45
ApproximateOffsetOf
Method · 0.45
ReadBlock
Function · 0.45
InitializeFromFile
Method · 0.45
ExpectAlignment
Method · 0.45
GetValue
Method · 0.45
LookupHeader
Method · 0.45
LookupSegment
Method · 0.45
LookupSegmentOffset
Method · 0.45
GetTensorInfo
Method · 0.45
Calls
no outgoing calls
Tested by
1
ExpectAlignment
Method · 0.36