Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ operator==
Function
operator==
arm_compute/Acl.hpp:191–194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
189
*/
190
template <typename T>
191
bool operator==(const ObjectBase<T> &lhs, const ObjectBase<T> &rhs)
192
{
193
return lhs.get() == rhs.get();
194
}
195
196
/** Inequality operator for library object
197
*
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected