Home
last modified time | relevance | path

Searched defs:SourcePartition (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/pytorch/torch/fx/passes/utils/
H A Dsource_matcher_utils.py32 class SourcePartition: class
143 def check_subgraphs_connected(subgraph1: SourcePartition, subgraph2: SourcePartition) -> bool:
/aosp_15_r20/external/executorch/backends/xnnpack/_passes/
H A Dconvert_to_linear.py73 def find_bias_for_mm(self, src_partition: SourcePartition, mm_node: torch.fx.Node):
96 src_partition: SourcePartition,
/aosp_15_r20/external/pytorch/torch/ao/quantization/pt2e/
H A Dgraph_utils.py61 def _partitions_sequential(partitions: List[SourcePartition]):
/aosp_15_r20/external/executorch/backends/cadence/aot/quantizer/
H A Dutils.py208 def _partitions_sequential(partitions: Tuple[SourcePartition]) -> bool:
/aosp_15_r20/external/executorch/backends/qualcomm/_passes/
H A Dconvert_to_linear.py69 src_partition: SourcePartition,
/aosp_15_r20/external/executorch/exir/backend/
H A Dutils.py103 partition: SourcePartition,
/aosp_15_r20/external/executorch/backends/xnnpack/partition/config/
H A Dgemm_configs.py370 self, node: torch.fx.Node, ep: ExportedProgram, src_partition: SourcePartition
/aosp_15_r20/external/pytorch/torch/ao/quantization/quantizer/
H A Dx86_inductor_quantizer.py688 partition_list: List[SourcePartition],