MCPcopy 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
511void EventDeleter::operator()(CompNode::Event* event) {
512 EventPool::without_timer().free(event);
513}
514
515namespace {
516std::atomic_uint64_t next_blob_id = 0;

Callers

nothing calls this directly

Calls 1

freeMethod · 0.45

Tested by

no test coverage detected