Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/jit/operator_upgraders/
Dversion_map.cpp12 static bool isVersionMapSorted = false; variable
94 if (!isVersionMapSorted) { in get_operator_version_map()
103 isVersionMapSorted = true; in get_operator_version_map()
119 isVersionMapSorted = false; in test_only_reset_flag()