tensorflow第一面

In [8]: #note from dataguru Tensorflow神经网络框架-12周(2017全新) import tensorflow as tf m1 = tf.constant([[3,3]]) m2 = tf.constant([[2],[3]]) product = tf.matmul(m1,m2) print(product) Output:web Tensor("MatM
相关文章
相关标签/搜索