MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / setPreviewFeature

Method setPreviewFeature

include/NvInfer.h:9751–9754  ·  view source on GitHub ↗

\brief Enable or disable a specific preview feature Allows enabling or disabling experimental features, which are not enabled by default in the current release. Refer to PreviewFeature for additional information, and a list of the available features. \param feature the feature to enable / disable \param enable true for enable, false for disable \see PreviewFeature, getPreviewFeature

Source from the content-addressed store, hash-verified

9749 //! \see PreviewFeature, getPreviewFeature
9750 //!
9751 void setPreviewFeature(PreviewFeature feature, bool enable) noexcept
9752 {
9753 mImpl->setPreviewFeature(feature, enable);
9754 }
9755
9756 //!
9757 //! \brief Get status of preview feature

Callers 1

setPreviewFeaturesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected