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: [email protected]
