Home
last modified time | relevance | path

Searched defs:identical_scope_map (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/
H A Dfunction_extraction.cpp924 std::unordered_map<ScopePtr, scope_list> identical_scope_map; in PartitionIdenticalScopes() local
1016 std::unordered_map<ScopePtr, scope_list>& identical_scope_map) { in SortScopesByMaxDepth()
1046 auto identical_scope_map = PartitionIdenticalScopes(scope_ctxs); in run() local