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

Function delete_handle

imperative/src/impl/ops/rng.cpp:1008–1010  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1006}
1007
1008size_t delete_handle(Handle handle) {
1009 return RNGDnnOpManager::inst().delete_handle(handle);
1010}
1011
1012void set_global_rng_seed(uint64_t seed) {
1013 RNGDnnOpManager::set_glob_default_seed(seed);

Callers 5

init_opsFunction · 0.85
check_rng_basicFunction · 0.85
delete_handleMethod · 0.85

Calls 2

instFunction · 0.85
delete_handleMethod · 0.45

Tested by 3

check_rng_basicFunction · 0.68