Home
last modified time | relevance | path

Searched defs:compile_string (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/codegen/fuser/cpu/
H A Dfused_kernel.cpp251 static const std::string compile_string = "cd /D \"" + temp_dir + variable
258 static const std::string compile_string = variable
/aosp_15_r20/external/pytorch/torch/utils/
H A D_freeze.py207 def compile_string(self, file_content: str) -> types.CodeType: member in Freezer