Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ hash
Method
hash
src/opr/impl/loop/grad.cpp:55–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
void on_exec_end() override;
54
55
size_t hash() const override { return std::hash<const void*>{}(this); }
56
57
bool is_same_st(const Hashable& rhs) const override { return this == &rhs; }
58
Callers
1
opr_register
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected