Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/jit/codegen/fuser/cpu/
Dfused_kernel.cpp266 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/
Dmakefile_generator.py52 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/
Dresult_parser.py275 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,
Dresult_uploader.py100 cpp_file=args.cpp_input_file,
/external/cronet/stable/third_party/protobuf/benchmarks/util/
Dresult_parser.py275 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,
Dresult_uploader.py100 cpp_file=args.cpp_input_file,
/external/protobuf/benchmarks/util/
Dresult_parser.py275 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,
Dresult_uploader.py100 cpp_file=args.cpp_input_file,
/external/pytorch/torch/_inductor/package/
Dpackage.py106 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/
Dperformance.cpp161 boost::filesystem::path cpp_file = here / "boost"; in cpp_main() local
162 cpp_file /= "crc.hpp"; in cpp_main()
/external/pytorch/test/
Drun_test.py1652 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/
DBUILD.gn299 "src/src/google/protobuf/compiler/cpp/cpp_file.cc",
300 "src/src/google/protobuf/compiler/cpp/cpp_file.h",