MCPcopy 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
210void IIDRNG::fill_fast_float32(dt_float32*, size_t) {
211 megdnn_assert(0);
212}
213
214dt_float32 NormalRNG::gen_single_val() {
215 auto&& gen = RandomState::generator();

Callers 2

makeMethod · 0.80
makeMethod · 0.80

Calls 3

maxFunction · 0.85
minFunction · 0.50
genFunction · 0.50

Tested by

no test coverage detected