Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dfilecheck.cc46 std::string file_check_path = tensorflow::GetDataDependencyFilepath( in RunFileCheckWithPatternFile() local
50 file_check_process.SetProgram(file_check_path, in RunFileCheckWithPatternFile()
51 {file_check_path, "-v", "-dump-input=fail", in RunFileCheckWithPatternFile()
71 LOG(ERROR) << "Tried to execute FileCheck at " << file_check_path; in RunFileCheckWithPatternFile()
72 if (!env->FileExists(file_check_path).ok()) { in RunFileCheckWithPatternFile()