Home
last modified time | relevance | path

Searched defs:ONNXFunction (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/onnx/_internal/fx/
H A Donnxfunction_dispatcher.py34 default_and_custom_functions: list[registration.ONNXFunction],
135 default_and_custom_functions: list[registration.ONNXFunction],
186 default_and_custom_functions: list[registration.ONNXFunction],
H A Dregistration.py21 class ONNXFunction: class
H A Ddiagnostics.py130 def _registration_onnx_function(obj: registration.ONNXFunction) -> str:
/aosp_15_r20/external/pytorch/torch/onnx/_internal/
H A D_exporter_legacy.py154 symbolic_function: registration.ONNXFunction,