masahi edited a comment on issue #4769: [TOPI] Remove cpp upsampling and resize 
op
URL: https://github.com/apache/incubator-tvm/pull/4769#issuecomment-577882904
 
 
   Choosing cpp vs python per operator (rather than one lang for all ops) is a 
good compromise, but it creates other problems (need to discuss which impl to 
keep for each op, not obvious to newcomers which lang a particular op is 
implemented in, etc). But we can talk about that later.
   
   So, going back to this PR, I propose to remove cpp resize and upsampling 
because,
   * resize op is highly unstable. Recently people added new functionalities to 
resize python to support ONNX or Tensorflow use cases. ONNX, the one I'm 
familiar with, has a dozen of options that we have no support for. It is likely 
that we need to update our resize definition to cover more new or esoteric use 
cases from higher level frameworks / standards. resize cpp hasn't got any 
update and it can only do nearest/bilinear resize.
   
   * upsampling cpp is useless and it simply forwards to resize cpp. If we 
remove resize cpp, it is automatically removed.

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


With regards,
Apache Git Services

Reply via email to