Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dpattern_matcher.py104 NodeOrConstant = Union[Constant, torch.fx.Node] variable
325 def match(self, pattern: PatternExpr, node: NodeOrConstant) -> MatchResult:
387 def _match(self, node: NodeOrConstant, ctx: MatchContext) -> MatchResult:
396 def _match(self, node: NodeOrConstant, ctx: MatchContext) -> MatchResult:
418 def _match(self, node: NodeOrConstant, ctx: MatchContext) -> MatchResult:
440 def _match(self, node: NodeOrConstant, ctx: MatchContext) -> MatchResult: