MCPcopy 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
22uint64_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

ProxyGraphTypeIClass · 0.45
hashMethod · 0.45
hashMethod · 0.45
OnTestStartMethod · 0.45
dumpMethod · 0.45
hashMethod · 0.45
performMethod · 0.45
CollectiveCommMethod · 0.45
_get_hashMethod · 0.45

Calls 1

XXH64_digestFunction · 0.85

Tested by

no test coverage detected