tensorflow tensor運算

multiply 等同與* ,用於計算矩陣之間的element-wise 乘法,要求矩陣的形狀必須一致(或者是其中一個維度爲1),否則會報錯: import tensorflow as tf a = tf.constant([1, 2, 3, 4, 5, 6, 7, 8, 9, 10,11,12], shape=[2, 3, 2]) b = tf.constant([1, 2, 3, 4, 5,
相關文章
相關標籤/搜索