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

Method NumRestarts

tensorflow/core/lib/io/block.cc:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27namespace table {
28
29inline uint32 Block::NumRestarts() const {
30 assert(size_ >= sizeof(uint32));
31 return core::DecodeFixed32(data_ + size_ - sizeof(uint32));
32}
33
34Block::Block(const BlockContents& contents)
35 : data_(contents.data.data()),

Callers

nothing calls this directly

Calls 1

DecodeFixed32Function · 0.85

Tested by

no test coverage detected