Home
last modified time | relevance | path

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

/external/pytorch/aten/src/ATen/core/
Dinterned_strings.cpp20 Symbol InternedStrings::symbol(const std::string& s) { in symbol()
25 std::pair<const char*, const char*> InternedStrings::string(Symbol sym) { in string()
45 Symbol InternedStrings::ns(Symbol sym) { in ns()
65 Symbol InternedStrings::_symbol(const std::string& s) { in _symbol()
84 std::pair<const char*, const char*> InternedStrings::customString(Symbol sym) { in customString()
90 static InternedStrings & globalStrings() { in globalStrings()
91 static InternedStrings s; in globalStrings()
Dinterned_strings_class.h10 struct TORCH_API InternedStrings { struct
11 InternedStrings();
Dregister_symbols.cpp51 InternedStrings::InternedStrings() in InternedStrings() function in c10::InternedStrings