TensorRT 10.4.0
|
Application-implemented progress reporting interface for TensorRT. More...
#include <NvInfer.h>
Application-implemented progress reporting interface for TensorRT.
The IProgressMonitor is a user-defined object that TensorRT uses to report back when an internal algorithm has started or finished a phase to help provide feedback on the progress of the optimizer.
The IProgressMonitor will trigger its start function when a phase is entered and will trigger its finish function when that phase is exited. Each phase consists of one or more steps. When each step is completed, the stepComplete function is triggered. This will allow an application using the builder to communicate progress relative to when the optimization step is expected to complete.
The implementation of IProgressMonitor must be thread-safe so that it can be called from multiple internal threads. The lifetime of the IProgressMonitor must exceed the lifetime of all TensorRT objects that use it.
Copyright © 2024 NVIDIA Corporation
Privacy Policy |
Manage My Privacy |
Do Not Sell or Share My Data |
Terms of Service |
Accessibility |
Corporate Policies |
Product Security |
Contact