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

Method setFlag

include/NvInfer.h:9274–9277  ·  view source on GitHub ↗

\brief Set a single build mode flag. Add the input builder mode flag to the already enabled flags. \see setFlags()

Source from the content-addressed store, hash-verified

9272 //! \see setFlags()
9273 //!
9274 void setFlag(BuilderFlag builderFlag) noexcept
9275 {
9276 mImpl->setFlag(builderFlag);
9277 }
9278
9279 //!
9280 //! \brief Returns true if the build mode flag is set

Callers 11

constructNetworkMethod · 0.80
constructNetworkMethod · 0.80
buildPredictionEngineMethod · 0.80
buildMethod · 0.80
setupNetworkAndConfigFunction · 0.80
enableDLAFunction · 0.80
buildMethod · 0.80
buildMethod · 0.80
constructNetworkMethod · 0.80
buildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected