Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dfilecheck.cc49 tensorflow::SubProcess file_check_process; in RunFileCheckWithPatternFile() local
50 file_check_process.SetProgram(file_check_path, in RunFileCheckWithPatternFile()
53 file_check_process.SetChannelAction(tensorflow::CHAN_STDIN, in RunFileCheckWithPatternFile()
55 file_check_process.SetChannelAction(tensorflow::CHAN_STDERR, in RunFileCheckWithPatternFile()
57 if (!file_check_process.Start()) { in RunFileCheckWithPatternFile()
62 int exit_status = file_check_process.Communicate( in RunFileCheckWithPatternFile()