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

Method clearFlag

include/NvInfer.h:9262–9265  ·  view source on GitHub ↗

\brief clear a single build mode flag. clears the builder mode flag from the enabled flags. \see setFlags()

Source from the content-addressed store, hash-verified

9260 //! \see setFlags()
9261 //!
9262 void clearFlag(BuilderFlag builderFlag) noexcept
9263 {
9264 mImpl->clearFlag(builderFlag);
9265 }
9266
9267 //!
9268 //! \brief Set a single build mode flag.

Callers 2

setupNetworkAndConfigFunction · 0.80
buildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected