Home
last modified time | relevance | path

Searched defs:OperatorSupportBase (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/torch/fx/passes/
H A Doperator_support.py29 class OperatorSupportBase(abc.ABC): class
151 def chain(*op_support: OperatorSupportBase) -> OperatorSupportBase:
165 def any_chain(*op_support: OperatorSupportBase) -> OperatorSupportBase:
H A Dsplitter_base.py109 operator_support: OperatorSupportBase,
317 operator_support: OperatorSupportBase,
/aosp_15_r20/external/executorch/exir/backend/canonical_partitioners/
H A Dpattern_op_partitioner.py19 op_support: Optional[OperatorSupportBase] = None,
63 op_support: Optional[OperatorSupportBase] = None,
/aosp_15_r20/external/executorch/exir/backend/test/
H A Dtest_graph_partition.py71 op_support: Optional[OperatorSupportBase] = None,
/aosp_15_r20/external/pytorch/torch/fx/passes/infra/
H A Dpartitioner.py62 operator_support: OperatorSupportBase,