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

  /external/tensorflow/tensorflow/core/debug/
debug_io_utils.h 308 static const size_t kGrpcMaxVarintLengthSize;
debug_io_utils.cc 115 return str.size() + DebugGrpcIO::kGrpcMaxVarintLengthSize;
744 const size_t DebugGrpcIO::kGrpcMaxVarintLengthSize = 6;
    [all...]

Completed in 64 milliseconds