HomeSort by relevance Sort by last modified time
    Searched refs:kEncodedLength (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/lib/io/
table.cc 44 if (size < Footer::kEncodedLength) {
48 char footer_space[Footer::kEncodedLength];
50 Status s = file->Read(size - Footer::kEncodedLength, Footer::kEncodedLength,
format.h 76 enum { kEncodedLength = 2 * BlockHandle::kMaxEncodedLength + 8 };
format.cc 53 assert(dst->size() == original_size + kEncodedLength);
57 const char* magic_ptr = input->data() + kEncodedLength - 8;

Completed in 71 milliseconds