Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1008
size_t delete_handle(Handle handle) {
1009
return RNGDnnOpManager::inst().delete_handle(handle);
1010
}
1011
1012
void set_global_rng_seed(uint64_t seed) {
1013
RNGDnnOpManager::set_glob_default_seed(seed);
Callers
5
init_ops
Function · 0.85
check_rng_basic
Function · 0.85
check_rng_with_input_basic
Function · 0.85
check_rng_with_input_basic_with_target_shape
Function · 0.85
delete_handle
Method · 0.85
Calls
2
inst
Function · 0.85
delete_handle
Method · 0.45
Tested by
3
check_rng_basic
Function · 0.68
check_rng_with_input_basic
Function · 0.68
check_rng_with_input_basic_with_target_shape
Function · 0.68