Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/util/
Dnest.cc44 tensorflow::StringPiece str_piece(str); in PyObject_ToString() local
45 return tensorflow::strings::StrCat(str_piece.substr(length), "..."); in PyObject_ToString()
/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system.cc360 StringPiece str_piece; in FillBuffer() local
361 Status status = read_fn_(filename_, buffer_start_, buffer_size_, &str_piece, in FillBuffer()
364 buffer_.resize(str_piece.size()); in FillBuffer()