Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ U
Function
U
dnn/src/naive/rng/opr_impl.cpp:30–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
uint16_t i;
29
dt_float16 f;
30
U() : f(0) {}
31
} u;
32
u.i = (0xF << 10) | (x >> 54);
33
return dt_float16(2.f) - u.f;
Callers
6
fill_gamma
Function · 0.70
fill_multinomial_without_replacement
Function · 0.70
fill_multinomial
Function · 0.70
fill_poisson
Function · 0.70
SVD
Function · 0.50
feed
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected