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

Function Eq

tensorflow/lite/delegates/gpu/gl/serialization_test.cc:136–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134};
135
136bool Eq(const Variable& a, const Variable& b) {
137 return a.name == b.name && absl::visit(ParameterComparator{a}, b.value);
138}
139
140struct ObjectComparator {
141 bool operator()(const ObjectData& data) const {

Callers 3

TESTFunction · 0.70
TESTFunction · 0.50
TESTFunction · 0.50

Calls 1

visitFunction · 0.50

Tested by

no test coverage detected