HomeSort by relevance Sort by last modified time
    Searched full:stream_str (Results 1 - 1 of 1) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/
status_macros.cc 144 const string& stream_str = stream_.str(); local
147 ? tensorflow::strings::StrCat(prior_message_, stream_str)
148 : tensorflow::strings::StrCat(stream_str, prior_message_);

Completed in 975 milliseconds