试题详情

a=tf.constant(2),b=tf.constant(5),addOp=tf.greater(a,b)程序语句执行结果()

AaddOp=“FALSE”

BaddOp=“TRUE”

CaddOp=“00”

DaddOp=“1”