Home
last modified time | relevance | path

Searched refs:kMaxSigned64Length (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/lib/strings/
Dordered_code.cc378 static const int kMaxSigned64Length = 10; variable
381 static const char kLengthToHeaderBits[1 + kMaxSigned64Length][2] = {
388 static const uint64 kLengthToMask[1 + kMaxSigned64Length] = {
479 static_assert(sizeof(buf) == kMaxSigned64Length, "max length size mismatch"); in WriteSignedNumIncreasing()