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

Method getImplementation

include/NvInfer.h:8539–8542  ·  view source on GitHub ↗

\brief Return implementation of the algorithm.

Source from the content-addressed store, hash-verified

8537 //! \brief Return implementation of the algorithm.
8538 //!
8539 int64_t getImplementation() const noexcept
8540 {
8541 return mImpl->getImplementation();
8542 }
8543
8544 //!
8545 //! \brief Return tactic of the algorithm.

Callers 3

reportAlgorithmsMethod · 0.80
reportAlgorithmsMethod · 0.80
areSameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected