Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/
H A Dfunction_extraction.cpp1048 auto sorted_scope_keys = SortScopesByMaxDepth(identical_scope_map); in run() local
1049 for (const auto& scope_key : sorted_scope_keys) { in run()