Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Dfilecheck.cc47 std::string file_check_path = tensorflow::GetDataDependencyFilepath( in RunFileCheckWithPatternFile() local
52 file_check_path, in RunFileCheckWithPatternFile()
53 {file_check_path, "-v", "-dump-input=fail", pattern_file}); in RunFileCheckWithPatternFile()
72 LOG(WARNING) << "Tried to execute FileCheck at " << file_check_path; in RunFileCheckWithPatternFile()
73 if (!env->FileExists(file_check_path).ok()) { in RunFileCheckWithPatternFile()