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

Method getComponentsPerElement

include/NvInfer.h:8512–8515  ·  view source on GitHub ↗

\brief Return the number of components per element. This is always 1 for non-vectorized formats. \return the number of components per element.

Source from the content-addressed store, hash-verified

8510 //! \return the number of components per element.
8511 //!
8512 int64_t getComponentsPerElement() const noexcept
8513 {
8514 return mImpl->getComponentsPerElement();
8515 }
8516
8517protected:
8518 virtual ~IAlgorithmIOInfo() noexcept = default;

Callers 3

reportAlgorithmsMethod · 0.80
reportAlgorithmsMethod · 0.80
areSameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected