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

Method getTacticSources

include/NvInfer.h:9630–9633  ·  view source on GitHub ↗

\brief Get tactic sources. Get the tactic sources currently set in the engine build configuration. \see setTacticSources() \return tactic sources

Source from the content-addressed store, hash-verified

9628 //! \return tactic sources
9629 //!
9630 TacticSources getTacticSources() const noexcept
9631 {
9632 return mImpl->getTacticSources();
9633 }
9634
9635 //!
9636 //! \brief Create timing cache

Callers 2

setupNetworkAndConfigFunction · 0.80
getTacticSourcesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected