MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / async_release

Function async_release

imperative/src/impl/physical_tensor.cpp:503–505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501}
502
503void async_release(CompNode cn, uint64_t event, BlobPtr blob) {
504 CompNodeSyncManager::inst().async_release(cn, event, std::move(blob));
505}
506
507void async_release(CompNode cn, uint64_t event, HostTensorStorage::RawStorage storage) {
508 CompNodeSyncManager::inst().async_release(cn, event, std::move(storage));

Callers 5

~BorrowedBlobMethod · 0.70
TensorMethod · 0.70
apply_transformationMethod · 0.50

Calls 2

instFunction · 0.85
async_releaseMethod · 0.80

Tested by

no test coverage detected