美文网首页
tf中tensor和numpy

tf中tensor和numpy

作者: 空谷幽兰_c411 | 来源:发表于2020-03-12 14:29 被阅读0次

    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()

    相关文章

      网友评论

          本文标题:tf中tensor和numpy

          本文链接:https://www.haomeiwen.com/subject/epbujhtx.html