tf中tensor和numpy

2020-03-12  本文已影响0人  空谷幽兰_c411

tensor和numpy

使用tf.*定义的都是tensor,包括variable和placeholder以及tf.constant
tf的operator操作也是返回tensor

numpy转tensor

使用tf.convert_to_tensor可将一个numpy转为tensor

tensor转numpy

由sess.run或者eval返回的任何张量都是numpy数组

shape

tensor和numpy具有相同的shape,表示为tuple()

上一篇下一篇

猜你喜欢

热点阅读