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 2020/03/19 23:10:56 UTC

[GitHub] [incubator-tvm] hypercubestart opened a new pull request #5104: [TF] Support for Atan/Atan2 in Relay Tensorflow frontend converter.

hypercubestart opened a new pull request #5104: [TF] Support for Atan/Atan2 in Relay Tensorflow frontend converter.
URL: https://github.com/apache/incubator-tvm/pull/5104
 
 
   adds support for Atan and Atan2 op:
   
   Atan is already implemented as a relay op,
   Atan2 is defined as atan(y/x) https://www.tensorflow.org/api_docs/python/tf/math/atan2
   
   
   https://github.com/apache/incubator-tvm/issues/4914

----------------------------------------------------------------
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

[GitHub] [incubator-tvm] hypercubestart commented on issue #5104: [Relay][TF] Support for Atan/Atan2 in Relay Tensorflow frontend converter.

Posted by GitBox <gi...@apache.org>.
hypercubestart commented on issue #5104: [Relay][TF] Support for Atan/Atan2 in Relay Tensorflow frontend converter.
URL: https://github.com/apache/incubator-tvm/pull/5104#issuecomment-601870469
 
 
   @FrozenGene @kevinthesun can you help 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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-tvm] kevinthesun commented on issue #5104: [Relay][TF] Support for Atan/Atan2 in Relay Tensorflow frontend converter.

Posted by GitBox <gi...@apache.org>.
kevinthesun commented on issue #5104: [Relay][TF] Support for Atan/Atan2 in Relay Tensorflow frontend converter.
URL: https://github.com/apache/incubator-tvm/pull/5104#issuecomment-601947637
 
 
   Thanks @hypercubestart 

----------------------------------------------------------------
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

[GitHub] [incubator-tvm] kevinthesun merged pull request #5104: [Relay][TF] Support for Atan/Atan2 in Relay Tensorflow frontend converter.

Posted by GitBox <gi...@apache.org>.
kevinthesun merged pull request #5104: [Relay][TF] Support for Atan/Atan2 in Relay Tensorflow frontend converter.
URL: https://github.com/apache/incubator-tvm/pull/5104
 
 
   

----------------------------------------------------------------
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