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/08 01:23:54 UTC

[GitHub] [incubator-mxnet] KellenSunderland edited a comment on issue #16386: WIP: Update ONNX-TRT and TRT to version 6

KellenSunderland edited a comment on issue #16386: WIP: Update ONNX-TRT and TRT to version 6
URL: https://github.com/apache/incubator-mxnet/pull/16386#issuecomment-539271907
 
 
   Note to self, current error is an argument mismatch between pass by ref and by pointer
   
   ```
   /work/mxnet/src/operator/subgraph/tensorrt/onnx_to_tensorrt.cc:82:86: error: cannot convert 'nvinfer1::INetworkDefinition' to 'nvinfer1::INetworkDefinition*' for argument '1' to 'nvonnxparser::IParser* nvonnxparser::{anonymous}::createParser(nvinfer1::INetworkDefinition*, nvinfer1::ILogger&)'
      auto trt_parser  = InferObject(nvonnxparser::createParser(*trt_network, *trt_logger));
                                                                                         ^
   ```

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