Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Dfilecheck.cc34 std::string pattern_path; in RunFileCheck() local
36 if (!env->LocalTempFilename(&pattern_path)) { in RunFileCheck()
39 TF_RETURN_IF_ERROR(tensorflow::WriteStringToFile(env, pattern_path, pattern)); in RunFileCheck()
41 return RunFileCheckWithPatternFile(input, pattern_path); in RunFileCheck()