Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
template <>
66
inline GI_INT32_t QConverter::round(const GI_FLOAT32_t& vsrc) {
67
return GiRoundAsInt32(vsrc);
68
}
69
} // namespace fallback
70
} // namespace megdnn
71
Callers
12
forward
Method · 0.45
_calculate_qparams
Method · 0.45
_adjust_min_max
Method · 0.45
_convert_to_quantized_dtype
Function · 0.45
fake_quant
Function · 0.45
fake_quant
Function · 0.45
forward
Method · 0.45
forward
Method · 0.45
forward
Method · 0.45
test_scatter
Function · 0.45
test_norm
Function · 0.45
test_normalize
Function · 0.45
Calls
no outgoing calls
Tested by
8
fake_quant
Function · 0.36
fake_quant
Function · 0.36
forward
Method · 0.36
forward
Method · 0.36
forward
Method · 0.36
test_scatter
Function · 0.36
test_norm
Function · 0.36
test_normalize
Function · 0.36