标签: tensorflow2.0
有没有办法在张量流中创建非常大的张量。
假设我需要创建一个张量
import tensorflow as tf a = tf.random.uniform([1000000,1000000],dtype=tf.float32)