tqchen commented on pull request #5733: URL: https://github.com/apache/incubator-tvm/pull/5733#issuecomment-639559062
I think it is useful to have some struct available to other usecases. However, as per layered design of TVM runtime, the current Tensor structure is not really C ABI compatible, so has some cross language concerns. The best way to use the struct is to use it through a generic DLTensor ABI, which is available as part of TVM. I believe @jroesch would also do follow up PR aroun dthat. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
