Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/
H A Djit_opt_limit.cpp16 static std::unordered_map<std::string, int64_t>& passes_to_current_counter() { in passes_to_current_counter() function
17 static std::unordered_map<std::string, int64_t> passes_to_current_counter; in passes_to_current_counter() local