1. 磐创AI-开放猫官方网站首页
  2. 机器学习
  3. TensorFlow

输出 TensorFlow 中的张量

代码参考《TensorFlow:实战Google深度学习框架》,本地手打,调试后复制出来,和原文会有差别。


#!/usr/bin/env python
# -*- coding: utf-8 -*-
import tensorflow as tf
a=tf.constant([1.0,2.0],name="a")
b=tf.constant([3.0,4.0],name="b")
result=tf.add(a,b,name="add")
print result

输出结果:

Tensor("add:0", shape=(2,), dtype=float32)

原创文章,作者:fendouai,如若转载,请注明出处:https://panchuang.net/2017/06/27/print-tensorflow-tensor/

发表评论

登录后才能评论

联系我们

400-800-8888

在线咨询:点击这里给我发消息

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息