Home
last modified time | relevance | path

Searched defs:aoti_custom_ops (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/test/inductor/
H A Dcustom_ops.cpp304 TORCH_LIBRARY(aoti_custom_ops, m) { in TORCH_LIBRARY() argument
347 TORCH_LIBRARY_IMPL(aoti_custom_ops, CompositeExplicitAutograd, m) { in TORCH_LIBRARY_IMPL() argument
357 TORCH_LIBRARY_IMPL(aoti_custom_ops, Meta, m) { in TORCH_LIBRARY_IMPL() argument
H A DCMakeLists.txt3 add_library(aoti_custom_ops SHARED custom_ops.cpp) target