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

Method getTactic

include/NvInfer.h:8547–8550  ·  view source on GitHub ↗

\brief Return tactic of the algorithm.

Source from the content-addressed store, hash-verified

8545 //! \brief Return tactic of the algorithm.
8546 //!
8547 int64_t getTactic() const noexcept
8548 {
8549 return mImpl->getTactic();
8550 }
8551
8552protected:
8553 virtual ~IAlgorithmVariant() noexcept = default;

Callers 3

reportAlgorithmsMethod · 0.80
reportAlgorithmsMethod · 0.80
areSameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected