Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/cc/framework/
Dcc_op_gen_test.cc91 const auto h_file_path = io::JoinPath(tmpdir, "test.h"); in GenerateCcOpFiles() local
96 WriteCCOps(ops, api_def_map, h_file_path, cc_file_path); in GenerateCcOpFiles()
98 TF_ASSERT_OK(ReadFileToString(env, h_file_path, h_file_text)); in GenerateCcOpFiles()
/external/angle/scripts/
Dgenerate_new_renderer.py223 h_file_path = os.path.join(renderer_name, typed_impl + '.h') variable
226 h_file = open(h_file_path, 'w')
/external/OpenCL-CTS/test_conformance/spir/
Drun_services.cpp72 void get_h_file_path (const char *folder, const char *file_name, std::string &h_file_path) in get_h_file_path() argument
77 h_file_path.assign(folder); in get_h_file_path()
78 h_file_path.append("/"); in get_h_file_path()
79 h_file_path.append(file_name); in get_h_file_path()
Drun_services.h26 void get_h_file_path(const char *folder, const char *str, std::string &h_file_path);