Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
136
bool Eq(const Variable& a, const Variable& b) {
137
return a.name == b.name && absl::visit(ParameterComparator{a}, b.value);
138
}
139
140
struct ObjectComparator {
141
bool operator()(const ObjectData& data) const {
Callers
3
TEST
Function · 0.70
TEST
Function · 0.50
TEST
Function · 0.50
Calls
1
visit
Function · 0.50
Tested by
no test coverage detected