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

Method getFlag

include/NvInfer.h:9286–9289  ·  view source on GitHub ↗

\brief Returns true if the build mode flag is set \see getFlags() \return True if flag is set, false if unset.

Source from the content-addressed store, hash-verified

9284 //! \return True if flag is set, false if unset.
9285 //!
9286 bool getFlag(BuilderFlag builderFlag) const noexcept
9287 {
9288 return mImpl->getFlag(builderFlag);
9289 }
9290
9291 //!
9292 //! \brief Set the device that this layer must execute on.

Callers 2

enableDLAFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected