Tensorflow基本数据类型
数据载体(Data Container)
list
在python中,有一个很重要的数据载体,就是list。
list的特点就是可以存放任意数据类型,例如
[1,1.2, ’hello’, (1,2), layers ]
[1,1.2, \text { 'hello', }(1,2), \text { layers }]
[1,1.2, ’hello’, (1,2), layers ]
np.array
在numpy科学计算库中
原创
2021-11-28 23:10:16 ·
612 阅读 ·
0 评论