Searched refs:cpp_template (Results 1 – 7 of 7) sorted by relevance
91 cpp_template = """// -*- C++ -*- variable244 return cpp_template.format(
147 cpp_template = """// GENERATED FILE - DO NOT EDIT. variable229 cpp = cpp_template.format(
33 static const std::string cpp_template = temp_dir + "pytorch_fuserXXXXXX.cpp"; variable40 static const std::string cpp_template = "/tmp/pytorch_fuserXXXXXX.cpp";323 TempFile cpp_file(cpp_template, cpp_suffix_len); in FusedKernelCPU()
580 cpp_template = """ variable695 cpp = cpp_template.format(
900 cpp_template = """ variable1014 cpp = cpp_template.format(
20 from .cpp_template import CppTemplate