Searched refs:PatternEntry (Results 1 – 2 of 2) sorted by relevance
968 def __getitem__(self, k: Tuple[str, torch.fx.node.Target]) -> List[PatternEntry]:973 class PatternEntry: class1003 class LoweringPatternEntry(PatternEntry):1017 class GraphPatternEntry(PatternEntry):1030 class ReplacementPatternEntry(PatternEntry):1667 Tuple[str, torch.fx.node.Target], List[PatternEntry]1671 def __getitem__(self, item: Tuple[str, torch.fx.node.Target]) -> List[PatternEntry]: