Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/lazy/core/
Dtrie.h13 struct TORCH_API TrieNode { struct
22 std::list<std::shared_ptr<TrieNode>> successors; argument
24 TrieNode() : unique_id(GetNextUniqueId()), hit_counter(0), ir_node(nullptr) {} in TrieNode() function
25 explicit TrieNode(NodePtr node) in TrieNode() argument
/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/swiftshader/third_party/llvm-16.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
/external/pytorch/torch/utils/hipify/
Dhipify_python.py662 class TrieNode: class
/external/leakcanary2/shark/src/main/java/shark/
DHeapAnalyzer.kt331 internal sealed class TrieNode { in <lambda>() class in shark.HeapAnalyzer