Home
last modified time | relevance | path

Searched refs:CHAN_STDOUT (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/platform/
Dsubprocess_test.cc36 proc.SetChannelAction(CHAN_STDOUT, ACTION_PIPE); in TEST_F()
51 proc.SetChannelAction(CHAN_STDOUT, ACTION_PIPE); in TEST_F()
66 proc.SetChannelAction(CHAN_STDOUT, ACTION_PIPE); in TEST_F()
78 proc.SetChannelAction(CHAN_STDOUT, ACTION_PIPE); in TEST_F()
93 proc.SetChannelAction(CHAN_STDOUT, ACTION_PIPE); in TEST_F()
118 proc.SetChannelAction(CHAN_STDOUT, ACTION_PIPE); in TEST_F()
153 proc.SetChannelAction(CHAN_STDOUT, ACTION_PIPE); in TEST_F()
175 proc.SetChannelAction(CHAN_STDOUT, ACTION_PIPE); in TEST_F()
Dsubprocess.h27 CHAN_STDOUT = 1, enumerator
/external/tensorflow/tensorflow/compiler/xla/rpc/
Dgrpc_client_test.cc50 subprocess_.SetChannelAction(tensorflow::CHAN_STDOUT, in GRPCClientTestBase()
/external/tensorflow/tensorflow/core/platform/posix/
Dsubprocess.cc388 case CHAN_STDOUT: in Communicate()
470 proc->SetChannelAction(CHAN_STDOUT, ACTION_DUPPARENT); in CreateSubProcess()
/external/tensorflow/tensorflow/compiler/xla/
Dparse_flags_from_env_test.cc139 child.SetChannelAction(tensorflow::CHAN_STDOUT, tensorflow::ACTION_PIPE); in TEST()
/external/tensorflow/tensorflow/lite/testing/
Dgenerated_examples_zip_test.cc165 proc.SetChannelAction(tensorflow::CHAN_STDOUT, tensorflow::ACTION_PIPE); in UnArchive()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnvptx_compiler.cc442 ptxas.SetChannelAction(tensorflow::CHAN_STDOUT, tensorflow::ACTION_PIPE); in WarnIfBadPtxasVersion()