Kh4L opened a new pull request #19615: URL: https://github.com/apache/incubator-mxnet/pull/19615
## Description ## This PR: - refactors nnvm_to_onnx to enable one to many conversions. It allows single NNVM operators to be converted in a subgraph of several ONNX operators. - adds correct support of FullyConnected layers with `flatten=False`, which are not supported natively supported by ONNX and TensorRT. It converts the operator to a subgraph composed of Transpose+MatMul+Add ONNX ops. ---------------------------------------------------------------- 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]
