Created by: githubutilities
Paddle平台缺少了scatter_max操作,tf里面已经有相关实现:
scatter_max( [[1, 2], [5, 6]], [1, 1], [[2, 4], [3, 8]], ) 返回: [[1, 2], [5, 8]]