Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dsizevars.py88 self.simplify_with_ranges = self.make_simplify_with_ranges_cache()
94 def make_simplify_with_ranges_cache(self) -> Callable[[Expr, VarRanges], Expr]: member in SizeVarAllocator