Searched refs:ACTION_PIPE (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/core/platform/ |
D | subprocess_test.cc | 82 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 …]
|
D | subprocess.h | 41 ACTION_PIPE, enumerator
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | filecheck.cc | 55 tensorflow::ACTION_PIPE); in RunFileCheckWithPatternFile() 57 tensorflow::ACTION_PIPE); in RunFileCheckWithPatternFile()
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | subprocess.cc | 154 } 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/ |
D | parse_flags_from_env_test.cc | 144 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/ |
D | asm_compiler.cc | 54 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/ |
D | generated_examples_zip_test.cc | 205 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/ |
D | subprocess.cc | 179 } else if ((action != ACTION_CLOSE) && (action != ACTION_PIPE) && in SetChannelAction() 212 if (action_[i] == ACTION_PIPE) { in Start()
|