Searched defs:ValueNode (Results 1 – 9 of 9) sorted by relevance
17 public abstract class ValueNode class22 protected ValueNode() { } in ValueNode() method in ValueNode
71 static class ValueNode { class in TestObjectIdSerialization75 public ValueNode() { this(0); } in ValueNode() method in TestObjectIdSerialization.ValueNode76 public ValueNode(int v) { value = v; } in ValueNode() method in TestObjectIdSerialization.ValueNode
72 static class ValueNode { class in TestObjectIdDeserialization76 public ValueNode() { this(0); } in ValueNode() method in TestObjectIdDeserialization.ValueNode77 public ValueNode(int v) { value = v; } in ValueNode() method in TestObjectIdDeserialization.ValueNode
1120 struct ValueNode { struct in xla::__anonb2d115a80111::CopyRemover1121 explicit ValueNode(const HloValue* v) : value(v) {} in ValueNode() function1123 const HloValue* value;1128 std::vector<const HloUse*> uses;1132 ValueNode* prev = nullptr;1133 ValueNode* next = nullptr;
282 ValueNode(int32_t initialHash) : Node(initialHash), hasValue(false), value(0) {} in ValueNode() function
263 private static class ValueNode extends Node { class in StringTrieBuilder264 public ValueNode() {} in ValueNode() method in StringTrieBuilder.ValueNode265 public ValueNode(int v) { in ValueNode() method in StringTrieBuilder.ValueNode
264 private static class ValueNode extends Node { class in StringTrieBuilder265 public ValueNode() {} in ValueNode() method in StringTrieBuilder.ValueNode266 public ValueNode(int v) { in ValueNode() method in StringTrieBuilder.ValueNode
861 struct ValueNode struct864 static constexpr const uint32_t NoDebugValueIndex = ~0u;866 uint32_t debugValueIndex = NoDebugValueIndex; // Index into State::lastReachedDebugValues867 std::unordered_map<uint32_t, std::unique_ptr<ValueNode>> children;