P45 tensorflow的图结构_数据类型

 

 加法运算的一般的程序写法:

P45 tensorflow的图结构_it_02

 

 

P45 tensorflow的图结构_it_03

 

  •  只打印出来了数据类型,而没有结果,可见,tensorflow写程序不像一般程序那么简单。

P45 tensorflow的图结构_tensorflow_04

 

  •  结果出来了。

P45 tensorflow的图结构_tensorflow_05

 

 

  • 体现了tensorflow的思想。
  • 在tensorflow中,数据被称为张量。

P45 tensorflow的图结构_it_06

 

 P45 tensorflow的图结构_数据类型_07