Home
last modified time | relevance | path

Searched refs:CompilerWrapper (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_functorch/_aot_autograd/
H A Druntime_wrappers.py72 class CompilerWrapper: class
129 class RuntimeWrapper(CompilerWrapper):
439 class FunctionalizedRngRuntimeWrapper(CompilerWrapper):
514 class FakifiedOutWrapper(CompilerWrapper):
591 class AOTDispatchSubclassWrapper(CompilerWrapper):
649 class EffectTokensWrapper(CompilerWrapper):
762 class AOTDedupeWrapper(CompilerWrapper):
1002 class AOTSyntheticBaseWrapper(CompilerWrapper):
2077 class DebugAssertWrapper(CompilerWrapper):
2114 wrappers: List[CompilerWrapper], argument
[all …]
H A Dautograd_cache.py35 CompilerWrapper,
307 dispatch_wrappers: List[CompilerWrapper]
H A Djit_compile_runtime_wrappers.py48 CompilerWrapper,
76 def _create_wrappers_for_dispatch(needs_autograd: bool) -> List[CompilerWrapper]:
/aosp_15_r20/external/python/cpython3/Lib/distutils/tests/
Dtest_unixccompiler.py16 class CompilerWrapper(UnixCCompiler): class
19 self.cc = CompilerWrapper()
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/distutils/tests/
H A Dtest_unixccompiler.py16 class CompilerWrapper(UnixCCompiler): class
19 self.cc = CompilerWrapper()
/aosp_15_r20/external/python/cpython2/Lib/distutils/tests/
Dtest_unixccompiler.py15 class CompilerWrapper(UnixCCompiler): class
18 self.cc = CompilerWrapper()
/aosp_15_r20/external/python/setuptools/setuptools/_distutils/tests/
Dtest_unixccompiler.py24 class CompilerWrapper(UnixCCompiler): class
27 self.cc = CompilerWrapper()