Home
last modified time | relevance | path

Searched defs:FuncTorchBatched (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A DBatchRulesIndexing.cpp16 TORCH_LIBRARY_IMPL(aten, FuncTorchBatched, m) { in TORCH_LIBRARY_IMPL() argument
H A DLegacyBatchingRegistrations.cpp731 TORCH_LIBRARY_IMPL(_, FuncTorchBatched, m) { in TORCH_LIBRARY_IMPL() argument
735 TORCH_LIBRARY_IMPL(aten, FuncTorchBatched, m) { in TORCH_LIBRARY_IMPL() argument
H A DBatchRulesDynamic.cpp66 TORCH_LIBRARY_IMPL(aten, FuncTorchBatched, m) { in TORCH_LIBRARY_IMPL() argument
H A DBatchRulesUnaryOps.cpp64 TORCH_LIBRARY_IMPL(aten, FuncTorchBatched, m) { in TORCH_LIBRARY_IMPL() argument
H A DBatchRulesActivation.cpp52 TORCH_LIBRARY_IMPL(aten, FuncTorchBatched, m) { in TORCH_LIBRARY_IMPL() argument
H A DBatchRulesPooling.cpp56 TORCH_LIBRARY_IMPL(aten, FuncTorchBatched, m) { in TORCH_LIBRARY_IMPL() argument
H A DBatchRulesLoss.cpp172 TORCH_LIBRARY_IMPL(aten, FuncTorchBatched, m) { in TORCH_LIBRARY_IMPL() argument
H A DBatchRulesFactory.cpp225 TORCH_LIBRARY_IMPL(aten, FuncTorchBatched, m) { in TORCH_LIBRARY_IMPL() argument
H A DBatchRulesModules.cpp348 TORCH_LIBRARY_IMPL(aten, FuncTorchBatched, m) { in TORCH_LIBRARY_IMPL() argument
H A DBatchRulesReduceOps.cpp449 TORCH_LIBRARY_IMPL(aten, FuncTorchBatched, m) { in TORCH_LIBRARY_IMPL() argument
H A DBatchRulesRandomness.cpp356 TORCH_LIBRARY_IMPL(aten, FuncTorchBatched, m) { in TORCH_LIBRARY_IMPL() argument
H A DBatchRulesBinaryOps.cpp320 TORCH_LIBRARY_IMPL(aten, FuncTorchBatched, m) { in TORCH_LIBRARY_IMPL() argument
H A DBatchRulesConvolution.cpp458 TORCH_LIBRARY_IMPL(aten, FuncTorchBatched, m) { in TORCH_LIBRARY_IMPL() argument
H A DBatchRulesViews.cpp555 TORCH_LIBRARY_IMPL(aten, FuncTorchBatched, m) { in TORCH_LIBRARY_IMPL() argument
H A DBatchRulesLinearAlgebra.cpp750 TORCH_LIBRARY_IMPL(aten, FuncTorchBatched, m) { in TORCH_LIBRARY_IMPL() argument
H A DBatchRulesNorm.cpp864 TORCH_LIBRARY_IMPL(aten, FuncTorchBatched, m) { in TORCH_LIBRARY_IMPL() argument
H A DBatchRulesScatterOps.cpp1230 TORCH_LIBRARY_IMPL(aten, FuncTorchBatched, m) { in TORCH_LIBRARY_IMPL() argument
/aosp_15_r20/external/pytorch/c10/core/
H A DDispatchKey.h371 FuncTorchBatched, // See Note [Out-of-tree vmap+grad prototype] enumerator
/aosp_15_r20/external/pytorch/torchgen/
H A Dmodel.py118 FuncTorchBatched = auto() variable in DispatchKey