-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Is the mxnet-tensorrt integration available in C++? #14341
Comments
Hey, this is the MXNet Label Bot. |
@sleepwalker2017 Thanks for raising this question. For questions, please submit them on MXNet discussion forum (https://discuss.mxnet.io), where it will get a wider audience and allow others to learn as well. Maybe @KellenSunderland Can help answer your question here. Thanks! |
@mxnet-label-bot Add [Question, TensorRT] |
@KellenSunderland I also put this question on the forum: https://discuss.mxnet.io/t/is-mxnet-tensorrt-integration-available-in-c/3399 |
I use it from native code. You can use the same API calls that python uses
if you're able to trace through that code. There's only 3 or 4 relevant
calls.
…On Wed, Mar 6, 2019, 9:53 AM Piyush Ghai ***@***.***> wrote:
@mxnet-label-bot <https://github.com/mxnet-label-bot> Add [Question,
TensorRT]
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#14341 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHGTE3Zc3T8iexAKuSzg5Arm2LoiZL-fks5vUACEgaJpZM4bf935>
.
|
I'm sorry I don't quite understand. you mean you use this feature in C++ in native code? or in python? If I want to use this feature in C++, I need to trace into the python-C++ calls to see what C++ functions in the end python reaches ? Is there a manual or demo for C++ ? thank you ! |
@KellenSunderland hope for your reply .. |
have the same need. @sleepwalker2017 Do you find some demo for C++? |
The CPP package has been updated to include TensorRT binding ability in #15335 Thanks for the feedback, and let us know if you have any issues with the new feature. |
I see the doc here:
https://cwiki.apache.org/confluence/display/MXNET/How+to+use+MXNet-TensorRT+integration#HowtouseMXNet-TensorRTintegration-BaselineMXNetNetworkPerformance
Is this feature available in C++ or only for python users?
thank you !
The text was updated successfully, but these errors were encountered: