Home
last modified time | relevance | path

Searched refs:PatternExpr (Results 1 – 25 of 25) sorted by relevance

/external/pytorch/torch/_inductor/
Dpattern_matcher.py154 pattern: PatternExpr
165 pattern: PatternExpr, argument
308 outputs: List[Optional[PatternExpr]]
309 pattern_to_node: Dict[PatternExpr, Optional[torch.fx.Node]]
315 outputs: List[Optional[PatternExpr]], argument
316 pattern_to_node: Optional[Dict[PatternExpr, torch.fx.Node]] = None, argument
325 def match(self, pattern: PatternExpr, node: NodeOrConstant) -> MatchResult: argument
337 def filter_multi_user_patterns(self) -> Dict[PatternExpr, torch.fx.Node]:
345 class PatternExpr(ABC): class
381 class Arg(PatternExpr):
[all …]
/external/pytorch/torch/_inductor/fx_passes/serialized_patterns/
Dmm_pattern.py27 PatternExpr,
Dbmm_pattern.py27 PatternExpr,
Daddmm_pattern.py27 PatternExpr,
D_sfdp_pattern_13.py27 PatternExpr,
D_sfdp_pattern_5.py27 PatternExpr,
D_sfdp_pattern_1.py27 PatternExpr,
D_sfdp_pattern_2.py27 PatternExpr,
D_sfdp_pattern_3.py27 PatternExpr,
D_sfdp_pattern_4.py27 PatternExpr,
D_sfdp_pattern_11.py27 PatternExpr,
D_sfdp_pattern_6.py27 PatternExpr,
D_sfdp_pattern_10.py27 PatternExpr,
D_sfdp_pattern_14.py27 PatternExpr,
D_sfdp_pattern_12.py27 PatternExpr,
D_sfdp_pattern_9.py27 PatternExpr,
D_sfdp_pattern_8.py27 PatternExpr,
D_sfdp_pattern_7.py27 PatternExpr,
D_sfdp_pattern_19.py27 PatternExpr,
D_sfdp_pattern_15.py27 PatternExpr,
D_sfdp_pattern_17.py27 PatternExpr,
D_sfdp_pattern_18.py27 PatternExpr,
D_sfdp_pattern_16.py27 PatternExpr,
/external/pytorch/torch/_inductor/fx_passes/
Dmicro_pipeline_tp.py17 PatternExpr,
221 def reduce_scatter_template(inp: PatternExpr): argument
Dsplit_cat.py24 PatternExpr,
1140 if isinstance(pattern, PatternExpr):