op1 = tf.multiply(c3,c2) op2 = tf.add(c2,c3)
print('op1: ', op1) print('op2: ', op2)
op1: tf.Tensor(42.0, shape=(), dtype=float32) op2: tf.Tensor(13.0, shape=(), dtype=float32)