Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dlexer.h139 struct TokenTrie { struct
156 child_tries.emplace_back(std::make_unique<TokenTrie>()); in insert() argument
162 std::vector<TokenTrieRef> child_tries; argument
168 SharedParserData() : head(new TokenTrie()) { in SharedParserData() argument