MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / GetMergedValue

Method GetMergedValue

tensorflow/core/grappler/costs/graph_properties.cc:204–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202
203template <typename Handle>
204const typename HandleToObject<Handle>::Object
205DisjointSet<Handle>::GetMergedValue(Handle value) {
206 Rep* rep = Find(value);
207 if (!rep) {
208 // We don't know anything about this handle.
209 return HandleToObject<Handle>::Unknown();
210 }
211 return rep->value;
212}
213
214template <typename Handle>
215Status DisjointSet<Handle>::Merge(Handle x, Handle y) {

Callers 1

AsTensorPropertiesMethod · 0.80

Calls 2

FindFunction · 0.85
UnknownClass · 0.50

Tested by

no test coverage detected