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

Method round

dnn/src/fallback/quantized_converter.h:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64
65template <>
66inline GI_INT32_t QConverter::round(const GI_FLOAT32_t& vsrc) {
67 return GiRoundAsInt32(vsrc);
68}
69} // namespace fallback
70} // namespace megdnn
71

Callers 12

forwardMethod · 0.45
_calculate_qparamsMethod · 0.45
_adjust_min_maxMethod · 0.45
fake_quantFunction · 0.45
fake_quantFunction · 0.45
forwardMethod · 0.45
forwardMethod · 0.45
forwardMethod · 0.45
test_scatterFunction · 0.45
test_normFunction · 0.45
test_normalizeFunction · 0.45

Calls

no outgoing calls

Tested by 8

fake_quantFunction · 0.36
fake_quantFunction · 0.36
forwardMethod · 0.36
forwardMethod · 0.36
forwardMethod · 0.36
test_scatterFunction · 0.36
test_normFunction · 0.36
test_normalizeFunction · 0.36