Searched defs:InternedStrings (Results 1 – 2 of 2) sorted by relevance
10 struct TORCH_API InternedStrings { struct20 std::unordered_map<std::string, Symbol> string_to_sym_;22 struct SymbolInfo {27 std::vector<SymbolInfo> sym_to_info_;29 std::mutex mutex_;
51 InternedStrings::InternedStrings() in InternedStrings() function in c10::InternedStrings