Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ digest
Method
digest
src/core/impl/utils/hash.cpp:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
uint64_t XXHash::digest() const {
23
return std::max<uint64_t>(
24
XXH64_digest(reinterpret_cast<const XXH64_state_t*>(m_state)), 1);
25
}
26
27
// vim: syntax=cpp.doxygen foldmethod=marker foldmarker=f{{{,f}}}
Callers
15
get_input_layout_constraint
Function · 0.45
ProxyGraphTypeI
Class · 0.45
hash
Method · 0.45
hash
Method · 0.45
OnTestStart
Method · 0.45
dump
Method · 0.45
persistent_cache.cpp
File · 0.45
hash
Method · 0.45
perform
Method · 0.45
gen_infos_from_opr_infos
Method · 0.45
CollectiveComm
Method · 0.45
_get_hash
Method · 0.45
Calls
1
XXH64_digest
Function · 0.85
Tested by
no test coverage detected