Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ operator()
Method
operator()
imperative/src/impl/physical_tensor.cpp:511–513 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
509
}
510
511
void EventDeleter::operator()(CompNode::Event* event) {
512
EventPool::without_timer().free(event);
513
}
514
515
namespace {
516
std::atomic_uint64_t next_blob_id = 0;
Callers
nothing calls this directly
Calls
1
free
Method · 0.45
Tested by
no test coverage detected