MCPcopy 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 */
190template <typename T>
191bool 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

getMethod · 0.45

Tested by

no test coverage detected