Searched refs:h_file_path (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/cc/framework/ |
D | cc_op_gen_test.cc | 91 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/ |
D | generate_new_renderer.py | 223 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/ |
D | run_services.cpp | 72 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()
|
D | run_services.h | 26 void get_h_file_path(const char *folder, const char *str, std::string &h_file_path);
|