Remove incorrect statement in compare_op.h (#8416)
The type of tensor z should be bool. And there's no need to call mutable_data because ElementwiseComputeEx will do it.
Showing
想要评论请 注册 或 登录
Fork自 PaddlePaddle / Paddle
The type of tensor z should be bool. And there's no need to call mutable_data because ElementwiseComputeEx will do it.