Home
last modified time | relevance | path

Searched defs:CompositeExplicitAutograd (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/executorch/examples/portable/custom_ops/
H A Dcustom_ops_2.cpp31 TORCH_LIBRARY_IMPL(my_ops, CompositeExplicitAutograd, m) { in TORCH_LIBRARY_IMPL() argument
/aosp_15_r20/external/executorch/extension/llm/custom_ops/
H A Dop_fast_hadamard_transform_aten.cpp35 TORCH_LIBRARY_IMPL(llama, CompositeExplicitAutograd, m) { in TORCH_LIBRARY_IMPL() argument
H A Dop_tile_crop_aot.cpp45 TORCH_LIBRARY_IMPL(preprocess, CompositeExplicitAutograd, m) { in TORCH_LIBRARY_IMPL() argument
H A Dop_sdpa_aot.cpp180 TORCH_LIBRARY_IMPL(llama, CompositeExplicitAutograd, m) { in TORCH_LIBRARY_IMPL() argument
/aosp_15_r20/external/executorch/kernels/quantized/test/
H A Dquantized_ops_aot_register.cpp131 TORCH_LIBRARY_IMPL(et_quant_test, CompositeExplicitAutograd, m) { in TORCH_LIBRARY_IMPL() argument
/aosp_15_r20/external/pytorch/c10/core/
H A DDispatchKey.h476 CompositeExplicitAutograd, // registered at enumerator
/aosp_15_r20/external/pytorch/test/inductor/
H A Dcustom_ops.cpp347 TORCH_LIBRARY_IMPL(aoti_custom_ops, CompositeExplicitAutograd, m) { in TORCH_LIBRARY_IMPL() argument
/aosp_15_r20/external/pytorch/torchgen/
H A Dmodel.py130 CompositeExplicitAutograd = auto() variable in DispatchKey