Following is my code: x =[2, 3, 6] # x is a list output = tvm.compute((3,),lambda i: x[i]) #convert list x to a tvm.tensor So I want to ...
確定! 回上一頁