Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ fill_fast_float32
Method
fill_fast_float32
dnn/test/common/rng.cpp:210–212 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
208
}
209
210
void IIDRNG::fill_fast_float32(dt_float32*, size_t) {
211
megdnn_assert(0);
212
}
213
214
dt_float32 NormalRNG::gen_single_val() {
215
auto&& gen = RandomState::generator();
Callers
2
make
Method · 0.80
make
Method · 0.80
Calls
3
max
Function · 0.85
min
Function · 0.50
gen
Function · 0.50
Tested by
no test coverage detected