Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dir.py2367 def normalize_start_end(cls, x, dim, start, end): member in SliceView
2412 start, end = cls.normalize_start_end(x, dim, start, end)
H A Dlowering.py2529 start, end = ir.SliceView.normalize_start_end(x, dim, start, end)