Home
last modified time | relevance | path

Searched defs:AHOperation (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_inductor/autoheuristic/
H A Dautoheuristic.py62 augment_context: Optional[List[AHOperation]] = None,
230 augment_context: Optional[List[AHOperation]] = None,
H A Dautoheuristic_utils.py27 class AHOperation: class
87 def apply_operations(self, operations: List[AHOperation]) -> None: