MCPcopy Create free account
hub / github.com/benoitsteiner/tensorflow-opencl / DecodeEntry

Function DecodeEntry

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

Helper routine: decode the next block entry starting at "p", storing the number of shared key bytes, non_shared key bytes, and the length of the value in "*shared", "*non_shared", and "*value_length", respectively. Will not dereference past "limit". If any errors are detected, returns NULL. Otherwise, returns a pointer to the key delta (just past the three decoded values).

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

SeekMethod · 0.85
ParseNextKeyMethod · 0.85

Calls 1

GetVarint32PtrFunction · 0.85

Tested by

no test coverage detected