tobegit3hub commented on issue #4459: [RUNTIME] Implement TVMDSOOp(TensorFlow custom op) for TVM runtime URL: https://github.com/apache/incubator-tvm/pull/4459#issuecomment-568335967 Thanks @FrozenGene and @zhiics . We will fix for these comments soon.\ Since TensorFlow allow custom operators to accept dynamic shape whose first dimension is -1, we can get the actual input dimension from input tensor in kernel compute function. The output dimension should be specified by users. Now we support specifying the fixed dimension or pass the shape op which is the transformation of input tensor.
---------------------------------------------------------------- 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
