FrozenGene opened a new pull request #4586: [Runtime] Fix NDArray SaveDLTensor declaration and implementation signature different URL: https://github.com/apache/incubator-tvm/pull/4586 `SaveDLTensor` function declaration is `const DLTensor* tensor`, but implementation is `DLTensor*`, if we pass `const DLTensor*`, we could compile successfully. However, when we run tvm, we will meet symbol can not find. We need to unify the interface and implementation so that we could avoid this runtime error. @zhiics @tqchen please help to review
---------------------------------------------------------------- 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] With regards, Apache Git Services
