Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/windows/
Dsubprocess.cc260 if (child_pipe_[CHAN_STDERR]) { in Start()
261 si.hStdError = child_pipe_[CHAN_STDERR]; in Start()
366 (parent_pipe_[CHAN_STDERR] != nullptr)) { in Communicate()
397 if (parent_pipe_[CHAN_STDERR] != nullptr) { in Communicate()
400 thread_params[thread_count].iohandle = parent_pipe_[CHAN_STDERR]; in Communicate()
401 parent_pipe_[CHAN_STDERR] = NULL; in Communicate()
407 CloseHandle(parent_pipe_[CHAN_STDERR]); in Communicate()
408 parent_pipe_[CHAN_STDERR] = nullptr; in Communicate()
447 proc->SetChannelAction(CHAN_STDERR, ACTION_DUPPARENT); in CreateSubProcess()
/external/tensorflow/tensorflow/core/platform/
Dsubprocess_test.cc83 proc.SetChannelAction(CHAN_STDERR, ACTION_PIPE); in TEST_F()
100 proc.SetChannelAction(CHAN_STDERR, ACTION_PIPE); in TEST_F()
117 proc.SetChannelAction(CHAN_STDERR, ACTION_PIPE); in TEST_F()
131 proc.SetChannelAction(CHAN_STDERR, ACTION_PIPE); in TEST_F()
148 proc.SetChannelAction(CHAN_STDERR, ACTION_PIPE); in TEST_F()
Dsubprocess.h30 CHAN_STDERR = 2, enumerator
/external/tensorflow/tensorflow/core/platform/default/
Dsubprocess.cc263 if (i <= CHAN_STDERR) { in Start()
407 case CHAN_STDERR: in Communicate()
487 proc->SetChannelAction(CHAN_STDERR, ACTION_DUPPARENT); in CreateSubProcess()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dfilecheck.cc56 file_check_process.SetChannelAction(tensorflow::CHAN_STDERR, in RunFileCheckWithPatternFile()
/external/tensorflow/tensorflow/stream_executor/gpu/
Dasm_compiler.cc247 ptxas_info_dumper.SetChannelAction(tensorflow::CHAN_STDERR, in CompileGpuAsm()
336 fatbinary.SetChannelAction(tensorflow::CHAN_STDERR, tensorflow::ACTION_PIPE); in BundleGpuAsm()
430 clang_offload_bundler.SetChannelAction(tensorflow::CHAN_STDERR, in BundleGpuAsm()
/external/tensorflow/tensorflow/compiler/xla/rpc/
Dgrpc_client_test.cc58 subprocess_.SetChannelAction(tensorflow::CHAN_STDERR, in GRPCClientTestBase()
/external/tensorflow/tensorflow/compiler/xla/
Dparse_flags_from_env_test.cc145 child.SetChannelAction(tensorflow::CHAN_STDERR, tensorflow::ACTION_PIPE); in TEST()
/external/tensorflow/tensorflow/lite/testing/
Dgenerated_examples_zip_test.cc206 proc.SetChannelAction(tensorflow::CHAN_STDERR, tensorflow::ACTION_PIPE); in UnArchive()