Searched refs:normalize_start_end (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/pytorch/torch/_inductor/ |
H A D | ir.py | 2367 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 D | lowering.py | 2529 start, end = ir.SliceView.normalize_start_end(x, dim, start, end)
|