Home
last modified time | relevance | path

Searched defs:FuncTorchVmapMode (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A DVmapModeRegistrations.cpp27 TORCH_LIBRARY_IMPL(_, FuncTorchVmapMode, m) { in TORCH_LIBRARY_IMPL() argument
48 TORCH_LIBRARY_IMPL(aten, FuncTorchVmapMode, m) { in TORCH_LIBRARY_IMPL() argument
H A DBatchRulesDecompositions.cpp21 TORCH_LIBRARY_IMPL(aten, FuncTorchVmapMode, m) { in TORCH_LIBRARY_IMPL() argument
H A DBatchRulesRandomness.cpp367 TORCH_LIBRARY_IMPL(aten, FuncTorchVmapMode, m) { in TORCH_LIBRARY_IMPL() argument
H A DBatchRulesBinaryOps.cpp310 TORCH_LIBRARY_IMPL(aten, FuncTorchVmapMode, m) { in TORCH_LIBRARY_IMPL() argument
/aosp_15_r20/external/pytorch/c10/core/
H A DDispatchKey.h376 FuncTorchVmapMode, // See Note [Out-of-tree vmap+grad prototype] enumerator
/aosp_15_r20/external/pytorch/torchgen/
H A Dmodel.py120 FuncTorchVmapMode = auto() variable in DispatchKey