Searched defs:SourcePartition (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/pytorch/torch/fx/passes/utils/ |
H A D | source_matcher_utils.py | 32 class SourcePartition: class 143 def check_subgraphs_connected(subgraph1: SourcePartition, subgraph2: SourcePartition) -> bool:
|
/aosp_15_r20/external/executorch/backends/xnnpack/_passes/ |
H A D | convert_to_linear.py | 73 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 D | graph_utils.py | 61 def _partitions_sequential(partitions: List[SourcePartition]):
|
/aosp_15_r20/external/executorch/backends/cadence/aot/quantizer/ |
H A D | utils.py | 208 def _partitions_sequential(partitions: Tuple[SourcePartition]) -> bool:
|
/aosp_15_r20/external/executorch/backends/qualcomm/_passes/ |
H A D | convert_to_linear.py | 69 src_partition: SourcePartition,
|
/aosp_15_r20/external/executorch/exir/backend/ |
H A D | utils.py | 103 partition: SourcePartition,
|
/aosp_15_r20/external/executorch/backends/xnnpack/partition/config/ |
H A D | gemm_configs.py | 370 self, node: torch.fx.Node, ep: ExportedProgram, src_partition: SourcePartition
|
/aosp_15_r20/external/pytorch/torch/ao/quantization/quantizer/ |
H A D | x86_inductor_quantizer.py | 688 partition_list: List[SourcePartition],
|