Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_custom_lowering.py121 def add_custom(a, b): function
/aosp_15_r20/external/pytorch/torch/onnx/_internal/
H A Dregistration.py176 def add_custom(self, func: Callable, opset: OpsetVersion) -> None: member in _SymbolicFunctionGroup