Home
last modified time | relevance | path

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

/external/libtextclassifier/native/utils/tflite/
Dskipgram_finder.h57 struct TrieNode { struct
60 absl::flat_hash_map<std::string, TrieNode> token_to_node; argument
62 absl::flat_hash_map<std::string, TrieNode> prefix_to_node; argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DProfile.h117 struct TrieNode { struct
119 std::vector<TrieNode *> Callees{}; argument
120 TrieNode *Caller = nullptr; argument
127 // List of TrieNode elements we've seen. argument
/external/libtextclassifier/native/utils/container/
Ddouble-array-trie.h39 typedef uint32 TrieNode; typedef