Searched refs:cpp_file (Results 1 – 12 of 12) sorted by relevance
/external/pytorch/torch/csrc/jit/codegen/fuser/cpu/ |
D | fused_kernel.cpp | 266 const std::string& cpp_file, in runCompiler() argument 275 env.s("cpp_file", cpp_file); in runCompiler() 287 return runCompiler(cpp_file, so_file); in runCompiler() 323 TempFile cpp_file(cpp_template, cpp_suffix_len); in FusedKernelCPU() local 324 cpp_file.write(code_); in FusedKernelCPU() 325 cpp_file.sync(); in FusedKernelCPU() 328 cpp_file.close(); in FusedKernelCPU() 330 runCompiler(cpp_file.name(), so_file.name()); in FusedKernelCPU()
|
/external/google-fruit/extras/benchmark/ |
D | makefile_generator.py | 52 for cpp_file in cpp_files: 53 assert cpp_file.endswith('.cpp') 54 source = cpp_file[:-len('.cpp')]
|
/external/cronet/tot/third_party/protobuf/benchmarks/util/ |
D | result_parser.py | 275 def get_result_from_file(cpp_file="", argument 284 if cpp_file != "": 285 __parse_cpp_result(cpp_file) 344 cpp_file=args.cpp_input_file,
|
D | result_uploader.py | 100 cpp_file=args.cpp_input_file,
|
/external/cronet/stable/third_party/protobuf/benchmarks/util/ |
D | result_parser.py | 275 def get_result_from_file(cpp_file="", argument 284 if cpp_file != "": 285 __parse_cpp_result(cpp_file) 344 cpp_file=args.cpp_input_file,
|
D | result_uploader.py | 100 cpp_file=args.cpp_input_file,
|
/external/protobuf/benchmarks/util/ |
D | result_parser.py | 275 def get_result_from_file(cpp_file="", argument 284 if cpp_file != "": 285 __parse_cpp_result(cpp_file) 344 cpp_file=args.cpp_input_file,
|
D | result_uploader.py | 100 cpp_file=args.cpp_input_file,
|
/external/pytorch/torch/_inductor/package/ |
D | package.py | 106 cpp_file = os.path.join(aoti_dir, get_aoti_file_with_suffix(".cpp")) 109 file_name = os.path.splitext(cpp_file)[0] 118 sources=cpp_file,
|
/external/sdv/vsomeip/third_party/boost/regex/performance/ |
D | performance.cpp | 161 boost::filesystem::path cpp_file = here / "boost"; in cpp_main() local 162 cpp_file /= "crc.hpp"; in cpp_main()
|
/external/pytorch/test/ |
D | run_test.py | 1652 cpp_file = os.path.join(CPP_TESTS_DIR, conftest_file) 1657 and not os.path.exists(cpp_file) 1659 shutil.copy(os.path.join(test_directory, conftest_file), cpp_file)
|
/external/openscreen/third_party/protobuf/ |
D | BUILD.gn | 299 "src/src/google/protobuf/compiler/cpp/cpp_file.cc", 300 "src/src/google/protobuf/compiler/cpp/cpp_file.h",
|