← 返回函数库
取整 / 取模

round

round(x)

四舍五入(银行家舍入)。

Python 实现

下面是教学用的最小实现,目的是让你看懂原理。生产中请用 PyTorch / TensorFlow 的高性能 op。

python

同类函数