Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Dfilecheck.cc50 tensorflow::SubProcess file_check_process; in RunFileCheckWithPatternFile() local
51 file_check_process.SetProgram( in RunFileCheckWithPatternFile()
54 file_check_process.SetChannelAction(tensorflow::CHAN_STDIN, in RunFileCheckWithPatternFile()
56 file_check_process.SetChannelAction(tensorflow::CHAN_STDERR, in RunFileCheckWithPatternFile()
58 if (!file_check_process.Start()) { in RunFileCheckWithPatternFile()
63 int exit_status = file_check_process.Communicate( in RunFileCheckWithPatternFile()