MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / operator()

Method operator()

dnn/src/cuda/query_blocksize.cpp:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18public:
19 template <typename T, typename U>
20 size_t operator()(const std::pair<T, U>& x) const {
21 return hash_pair_combine(std::hash<T>{}(x.first), std::hash<U>{}(x.second));
22 }
23};
24} // anonymous namespace
25

Callers

nothing calls this directly

Calls 1

hash_pair_combineFunction · 0.70

Tested by

no test coverage detected