MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / hash_many

Function hash_many

imperative/src/impl/ops/autogen.cpp:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21template <typename... Args>
22constexpr size_t hash_many(const Args&... args) {
23 return (... + HashWrapper{mgb::hash(args)});
24}
25
26} // anonymous namespace
27

Callers

nothing calls this directly

Calls 1

hashFunction · 0.70

Tested by

no test coverage detected