MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / operator()

Method operator()

tensorflow/lite/mutable_op_resolver.h:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41template <typename T>
42struct OperatorKeyHasher {
43 size_t operator()(const T& x) const {
44 size_t a = ValueHasher<typename T::first_type>()(x.first);
45 size_t b = ValueHasher<typename T::second_type>()(x.second);
46 return CombineHashes({a, b});
47 }
48};
49} // namespace op_resolver_hasher
50

Callers

nothing calls this directly

Calls 1

CombineHashesFunction · 0.85

Tested by

no test coverage detected