Home
last modified time | relevance | path

Searched refs:validate_partition (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/fx/passes/utils/
H A Dfuser_utils.py44 def validate_partition(partition: NodeList) -> bool: function
124 assert validate_partition(nodes), "Invalid partition, found dependency cycles"
H A Dmatcher_utils.py331 from torch.fx.passes.utils.fuser_utils import validate_partition
386 if validate_partition(matched_compute_nodes):