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

Method setAlgorithmSelector

include/NvInfer.h:9495–9498  ·  view source on GitHub ↗

\brief Set Algorithm Selector. \param selector The algorithm selector to be set in the build config.

Source from the content-addressed store, hash-verified

9493 //!
9494 //! \param selector The algorithm selector to be set in the build config.
9495 void setAlgorithmSelector(IAlgorithmSelector* selector) noexcept
9496 {
9497 mImpl->setAlgorithmSelector(selector);
9498 }
9499
9500 //!
9501 //! \brief Get Algorithm Selector.

Callers 1

buildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected