Created by: luotao1
attribute force_cpu in compare_op
is deprecated now. This PR:
- set the attribute in
compare_op
to be false, and refine the document. - set the
attrs['force_cpu']=false
inless_than
,less_equal
,greater_than
andgreater_equal
.