Searched defs:ValueNode (Results 1 – 9 of 9) sorted by relevance
17 public abstract class ValueNode class22 protected ValueNode() { } in ValueNode() method in ValueNode
471 struct ValueNode { struct in xla::__anond6a214430111::CopyRemover472 explicit ValueNode(const HloValue* v) : value(v) {} in ValueNode() argument474 const HloValue* value;479 std::vector<const HloUse*> uses;483 ValueNode* prev = nullptr;484 ValueNode* next = nullptr;
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
282 ValueNode(int32_t initialHash) : Node(initialHash), hasValue(false), value(0) {} in ValueNode() function
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
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
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;