Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/
H A D_sources.py38 def normalize_source_lines(sourcelines: List[str]) -> List[str]: function
124 sourcelines = normalize_source_lines(sourcelines)
/aosp_15_r20/external/pytorch/torch/fx/experimental/
H A Drewriter.py12 from torch._sources import normalize_source_lines
35 sourcelines = normalize_source_lines(sourcelines)