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/09/23 21:34:38 UTC

[GitHub] [incubator-tvm] trevor-m opened a new pull request #6542: [RELAY][MXNET][FRONTEND] Support "dot" and "LogisticRegressionOutput"

trevor-m opened a new pull request #6542:
URL: https://github.com/apache/incubator-tvm/pull/6542


   Adds support in MXNet frontend for:
   * [dot](https://mxnet.apache.org/versions/1.6/api/r/docs/api/mx.symbol.dot.html) AKA dense/matmul. Only 2-D input case is supported now.
   * [LogisticRegressionOutput](https://mxnet.apache.org/versions/1.6/api/r/docs/api/mx.symbol.LogisticRegressionOutput.html) AKA sigmoid.
   
   Both ops can be mapped to existing Relay operators.


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



[GitHub] [incubator-tvm] ZihengJiang commented on pull request #6542: [RELAY][MXNET][FRONTEND] Support "dot" and "LogisticRegressionOutput"

Posted by GitBox <gi...@apache.org>.
ZihengJiang commented on pull request #6542:
URL: https://github.com/apache/incubator-tvm/pull/6542#issuecomment-698007000


   @kevinthesun @icemelon9 Could 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



[GitHub] [incubator-tvm] kevinthesun commented on pull request #6542: [RELAY][MXNET][FRONTEND] Support "dot" and "LogisticRegressionOutput"

Posted by GitBox <gi...@apache.org>.
kevinthesun commented on pull request #6542:
URL: https://github.com/apache/incubator-tvm/pull/6542#issuecomment-700178985


   Thanks @trevor-m @ZihengJiang @zhiics 


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



[GitHub] [incubator-tvm] kevinthesun merged pull request #6542: [RELAY][MXNET][FRONTEND] Support "dot" and "LogisticRegressionOutput"

Posted by GitBox <gi...@apache.org>.
kevinthesun merged pull request #6542:
URL: https://github.com/apache/incubator-tvm/pull/6542


   


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