Home
last modified time | relevance | path

Searched defs:compiler_name (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_dynamo/repro/
H A Dafter_dynamo.py154 compiler_name, argument
206 def dump_backend_repro_as_file(gm, args, compiler_name, check_accuracy=False): argument
234 def dump_backend_state(gm, args, compiler_name, check_accuracy=False): argument
252 def dump_to_minify_after_dynamo(gm, args, compiler_name): argument
275 def dynamo_minifier_backend(gm, example_inputs, compiler_name): argument
315 def dynamo_accuracy_minifier_backend(gm, example_inputs, compiler_name): argument
H A Dafter_aot.py261 compiler_name, argument
305 def dump_compiler_graph_state(gm, args, compiler_name, *, accuracy=None): argument
/aosp_15_r20/external/pytorch/torch/_dynamo/backends/
H A Dcudagraphs.py202 compiler_name = "cudagraphs" variable in CudagraphsBackend
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/distutils/
H A Dunixccompiler.py217 def _is_gcc(self, compiler_name): argument
/aosp_15_r20/external/python/cpython3/Lib/distutils/
Dunixccompiler.py217 def _is_gcc(self, compiler_name): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/distutils/
Dunixccompiler.py217 def _is_gcc(self, compiler_name): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/distutils/
Dunixccompiler.py217 def _is_gcc(self, compiler_name): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/distutils/
Dunixccompiler.py217 def _is_gcc(self, compiler_name): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/distutils/
Dunixccompiler.py217 def _is_gcc(self, compiler_name): argument
/aosp_15_r20/external/python/cpython2/Lib/distutils/
Dunixccompiler.py213 def _is_gcc(self, compiler_name): argument
/aosp_15_r20/external/python/setuptools/setuptools/_distutils/
Dunixccompiler.py262 def _is_gcc(self, compiler_name): argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/performance/
Dtable_helper.cpp365 std::string compiler_name() in compiler_name() function
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_get.c1437 const char *compiler_name = in si_init_renderer_string() local
/aosp_15_r20/external/pytorch/torch/
H A D__init__.py2174 compiler_name = "inductor" variable in _TorchCompileInductorWrapper