请问如何做:将11到30(包含)的整数序列转成待优化3维张量,并输出维度数和数据
tf.convert_to_tensor(np.array(range(11, 31)).reshape(B, W, D))B, W, D你自己定