\brief Create an execution context. The execution context created will call setOptimizationProfile(0) implicitly if there are no other execution contexts assigned to optimization profile 0. This functionality is deprecated in TensorRT 8.6 and will instead default all optimization profiles to 0 starting in TensorRT 9.0. If an error recorder has been set for the engine, it will also be passed to th
| 1756 | //! \see IExecutionContext::setOptimizationProfile() |
| 1757 | //! |
| 1758 | IExecutionContext* createExecutionContext() noexcept |
| 1759 | { |
| 1760 | return mImpl->createExecutionContext(); |
| 1761 | } |
| 1762 | |
| 1763 | //! |
| 1764 | //! \brief Destroy this object; |