Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dpattern_matcher.py402 def pretty_print(self, pp: PatternPrettyPrinter) -> str:
598 def pretty_print(self, pp: PatternPrettyPrinter) -> str:
821 def pretty_print(self, pp: PatternPrettyPrinter) -> str:
913 class PatternPrettyPrinter: class