Searched defs:OperatorBase (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/pytorch/torch/_decomp/ |
H A D | __init__.py | 198 aten_ops: Sequence[Union[torch._ops.OperatorBase, OpOverloadPacket]], 230 decompositions: Dict[torch._ops.OperatorBase, Callable],
|
/aosp_15_r20/external/pytorch/torch/export/ |
H A D | exported_program.py | 294 decomp_table: Dict[torch._ops.OperatorBase, Callable], 613 decomp_table: Dict[torch._ops.OperatorBase, Callable], 987 decomp_table: Optional[Dict[torch._ops.OperatorBase, Callable]] = None,
|
/aosp_15_r20/external/pytorch/torch/_higher_order_ops/ |
H A D | utils.py | 21 operator: OperatorBase, delayed_error: bool, *args: Any, **kwargs: Any 62 def autograd_not_implemented(op: OperatorBase, deferred_error: bool) -> Callable:
|
H A D | auto_functionalize.py | 254 def can_auto_functionalize(op: OperatorBase) -> bool:
|
/aosp_15_r20/external/pytorch/torch/onnx/_internal/exporter/ |
H A D | _decomp.py | 71 onnx_registered_ops: set[torch._ops.OperatorBase],
|
/aosp_15_r20/external/executorch/backends/transforms/ |
H A D | fuse_dequant_linear.py | 56 self, node: torch.fx.Node, target: torch._ops.OperatorBase
|
H A D | view_copy_to_squeeze_unsqueeze.py | 32 self, node: torch.fx.Node, target: torch._ops.OperatorBase
|
/aosp_15_r20/external/pytorch/torch/ |
H A D | _ops.py | 40 class OperatorBase: class 177 def resolve_key(op: OperatorBase, k: DispatchKey): # type: ignore[valid-type]
|
/aosp_15_r20/external/pytorch/torch/_inductor/ |
H A D | decomposition.py | 115 ops: List[Union[torch._ops.OperatorBase, torch._ops.OpOverloadPacket]]
|