You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2019/12/23 02:52:17 UTC

[GitHub] [incubator-tvm] tobegit3hub commented on issue #4459: [RUNTIME] Implement TVMDSOOp(TensorFlow custom op) for TVM runtime

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:
users@infra.apache.org


With regards,
Apache Git Services