Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/
Dsubprocess_test.cc82 proc.SetChannelAction(CHAN_STDOUT, ACTION_PIPE); in TEST_F()
83 proc.SetChannelAction(CHAN_STDERR, ACTION_PIPE); in TEST_F()
99 proc.SetChannelAction(CHAN_STDOUT, ACTION_PIPE); in TEST_F()
100 proc.SetChannelAction(CHAN_STDERR, ACTION_PIPE); in TEST_F()
116 proc.SetChannelAction(CHAN_STDOUT, ACTION_PIPE); in TEST_F()
117 proc.SetChannelAction(CHAN_STDERR, ACTION_PIPE); in TEST_F()
130 proc.SetChannelAction(CHAN_STDOUT, ACTION_PIPE); in TEST_F()
131 proc.SetChannelAction(CHAN_STDERR, ACTION_PIPE); in TEST_F()
147 proc.SetChannelAction(CHAN_STDOUT, ACTION_PIPE); in TEST_F()
148 proc.SetChannelAction(CHAN_STDERR, ACTION_PIPE); in TEST_F()
[all …]
/external/tensorflow/tensorflow/compiler/xla/tests/
Dfilecheck.cc54 file_check_process.SetChannelAction(tensorflow::CHAN_STDIN, in RunFileCheckWithPatternFile()
56 file_check_process.SetChannelAction(tensorflow::CHAN_STDERR, in RunFileCheckWithPatternFile()
/external/tensorflow/tensorflow/compiler/xla/rpc/
Dgrpc_client_test.cc56 subprocess_.SetChannelAction(tensorflow::CHAN_STDOUT, in GRPCClientTestBase()
58 subprocess_.SetChannelAction(tensorflow::CHAN_STDERR, in GRPCClientTestBase()
/external/tensorflow/tensorflow/compiler/xla/
Dparse_flags_from_env_test.cc144 child.SetChannelAction(tensorflow::CHAN_STDOUT, tensorflow::ACTION_PIPE); in TEST()
145 child.SetChannelAction(tensorflow::CHAN_STDERR, tensorflow::ACTION_PIPE); in TEST()
/external/tensorflow/tensorflow/stream_executor/gpu/
Dasm_compiler.cc54 ptxas.SetChannelAction(tensorflow::CHAN_STDOUT, tensorflow::ACTION_PIPE); in WarnIfBadPtxasVersion()
247 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/core/platform/default/
Dsubprocess.cc147 void SubProcess::SetChannelAction(Channel chan, ChannelAction action) { in SetChannelAction() function in tensorflow::SubProcess
487 proc->SetChannelAction(CHAN_STDERR, ACTION_DUPPARENT); in CreateSubProcess()
488 proc->SetChannelAction(CHAN_STDOUT, ACTION_DUPPARENT); in CreateSubProcess()
Dsubprocess.h51 virtual void SetChannelAction(Channel chan, ChannelAction action);
/external/tensorflow/tensorflow/core/platform/windows/
Dsubprocess.cc172 void SubProcess::SetChannelAction(Channel chan, ChannelAction action) { in SetChannelAction() function in tensorflow::SubProcess
447 proc->SetChannelAction(CHAN_STDERR, ACTION_DUPPARENT); in CreateSubProcess()
448 proc->SetChannelAction(CHAN_STDOUT, ACTION_DUPPARENT); in CreateSubProcess()
Dsubprocess.h48 virtual void SetChannelAction(Channel chan, ChannelAction action);
/external/tensorflow/tensorflow/lite/testing/
Dgenerated_examples_zip_test.cc205 proc.SetChannelAction(tensorflow::CHAN_STDOUT, tensorflow::ACTION_PIPE); in UnArchive()
206 proc.SetChannelAction(tensorflow::CHAN_STDERR, tensorflow::ACTION_PIPE); in UnArchive()