Add an option to improve the speed of AdvancedIncSubtensor
This improvement is due to the use of `x[indices] += y` instead of `np.add.at(x,
indices, y)`, but comes at the cost of not handling duplicate `indices` values.
正在显示
请
注册
或者
登录
后发表评论