wrongtest commented on issue #4459: [RUNTIME] Implement TVMDSOOp(TensorFlow custom op) for TVM runtime URL: https://github.com/apache/incubator-tvm/pull/4459#issuecomment-608214914 Oh I miss it. @gmagogsfm remind a nice mechanism in TF to handle variable number of input tensors which will greatly simplify the current op definitions. I tend to make it in next PR, because currently we rely on template argument ```NUM_INPUTS``` to invoke variadic TVM function with array typed input arguments. If we use ```input: list(T)``` to define variable inputs, we have to get another way to do the invocation. Any suggestions for this improvement @tobegit3hub ?
---------------------------------------------------------------- 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
