You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/10/07 15:29:58 UTC

[GitHub] [incubator-mxnet] Caenorst commented on a change in pull request #15399: Add unit tests for TensorRT integration and fix some bugs

Caenorst commented on a change in pull request #15399: Add unit tests for TensorRT integration and fix some bugs
URL: https://github.com/apache/incubator-mxnet/pull/15399#discussion_r332086835
 
 

 ##########
 File path: src/operator/subgraph/tensorrt/nnvm_to_onnx.cc
 ##########
 @@ -157,6 +157,12 @@ std::string ConvertNnvmGraphToOnnx(
   return serialized_onnx_graph;
 }
 
+void ConvertIdentity(NodeProto* node_proto, const NodeAttrs& attrs,
 
 Review comment:
   I believe this should be optimized by ONNX-TRT

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