Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/onnx/_internal/exporter/
H A D_registration.py36 TorchOp: TypeAlias = Union[torch._ops.OpOverload, types.BuiltinFunctionType, Callable] variable
182 target: TorchOp,
205 target: TorchOp,
224 def get_decomps(self, target: TorchOp) -> list[OnnxDecompMeta]:
246 def is_registered(self, target: TorchOp) -> bool:
/aosp_15_r20/external/pytorch/torch/csrc/profiler/
H A Dcollection.h30 TorchOp = 0, enumerator