有什么区别
tf.add(x, y)
和
x + y
在TensorFlow中?当您使用+而不是tf.add()?构建图形时,计算图形会有什么不同?
+
tf.add()
更一般地说,是否 +为张量超载或其他操作?
python machine-learning tensorflow
machine-learning ×1
python ×1
tensorflow ×1