Home
last modified time | relevance | path

Searched refs:ACTION_PIPE (Results 1 – 8 of 8) 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 …]
Dsubprocess.h41 ACTION_PIPE, enumerator
/external/tensorflow/tensorflow/compiler/xla/tests/
Dfilecheck.cc55 tensorflow::ACTION_PIPE); in RunFileCheckWithPatternFile()
57 tensorflow::ACTION_PIPE); in RunFileCheckWithPatternFile()
/external/tensorflow/tensorflow/core/platform/default/
Dsubprocess.cc154 } else if ((action != ACTION_CLOSE) && (action != ACTION_PIPE) && in SetChannelAction()
177 if (action_[i] == ACTION_PIPE) { in Start()
247 case ACTION_PIPE: in Start()
390 if (action_[i] == ACTION_PIPE) { in Communicate()
/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()
248 tensorflow::ACTION_PIPE); in CompileGpuAsm()
336 fatbinary.SetChannelAction(tensorflow::CHAN_STDERR, tensorflow::ACTION_PIPE); in BundleGpuAsm()
431 tensorflow::ACTION_PIPE); in BundleGpuAsm()
/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()
/external/tensorflow/tensorflow/core/platform/windows/
Dsubprocess.cc179 } else if ((action != ACTION_CLOSE) && (action != ACTION_PIPE) && in SetChannelAction()
212 if (action_[i] == ACTION_PIPE) { in Start()