Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/debug/
Ddebug_io_utils.cc116 const size_t StringValMaxBytesInProto(const string& str) { in StringValMaxBytesInProto() function
143 if (StringValMaxBytesInProto(strs[i]) > chunk_size_ub) { in WrapStringTensorAsEvents()
149 if (chunk_size + StringValMaxBytesInProto(strs[i]) > chunk_size_ub) { in WrapStringTensorAsEvents()
153 chunk_size += StringValMaxBytesInProto(strs[i]); in WrapStringTensorAsEvents()