1、从numpy 和list 创建
2、tf.zeros和tf.ones
3、tf.fill
4、random
5、constant
6、tensor的应用
(1)[ ],Scalar标量
(2)[ d ],Vector
(3)[ h,w],Matrix矩阵
(4)[ b,len,vec],自然语言处理中使用广泛,[ b,seq_len,word_dim] 即[句子,单词的数量,单词编码的长度]
(5)[ b,h,w,c],图像处理,[张数,长,宽,通道数]
(6)[ t,b,h,w,c],图像批处理,[task任务数,张数,长,宽,通道数]