Is there a tensorflow equivalent to np.empty?

后端 未结 3 1101
误落风尘
误落风尘 2021-01-18 10:39

Numpy has this helper function, np.empty, which will:

Return a new array of given shape and type, without initializing entries.

3条回答
提交回复
热议问题