tf--数学计算

tf.assign(A, new_number): 这个函数的功能主要是把A的值变为new_number


(1)tf.multiply是点乘,即Returns x * y element-wise.

(2)tf.matmul是矩阵乘法,即Multiplies matrix a by matrix b, producing a * b.

猜你喜欢

转载自blog.csdn.net/evsqiezi/article/details/80944494
今日推荐