If I have a TVM Tensor object Tensor(shape =[1,14,14,1024], op.name = placeholder), how do I get specific values, such as 1, 14, or 1024?
If I have a TVM Tensor object Tensor(shape =[1,14,14,1024], op.name = placeholder), how do I get specific values, such as 1, 14, or 1024?