Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/windows/
Dsubprocess.cc346 int SubProcess::Communicate(const string* stdin_input, string* stdout_output, in Communicate() argument
383 if (stdout_output != nullptr) { in Communicate()
384 thread_params[thread_count].iobuf = stdout_output; in Communicate()
Dsubprocess.h97 virtual int Communicate(const string* stdin_input, string* stdout_output,
/external/tensorflow/tensorflow/core/platform/default/
Dsubprocess.h100 virtual int Communicate(const string* stdin_input, string* stdout_output,
Dsubprocess.cc348 int SubProcess::Communicate(const string* stdin_input, string* stdout_output, in Communicate() argument
405 iobufs[fd_count] = stdout_output; in Communicate()