tf.Tensor([3,2])
当我这样做时,我收到错误
TypeError: __init__() missing 2 required positional arguments: 'value_index' and 'dtype'
tensorflow tensorflow2.0
tensorflow ×1
tensorflow2.0 ×1