示例#1
0
 def cmp_gt(self, w_1, w_2):
     return op.gt(w_1, w_2).eval(self)
示例#2
0
 def cmp_gt(self, w_1, w_2):
     return op.gt(w_1, w_2).eval(self)