Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
template <typename... Args>
22
constexpr 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
hash
Function · 0.70
Tested by
no test coverage detected