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

Method getVectorizedDim

include/NvInfer.h:8501–8504  ·  view source on GitHub ↗

\brief Return the index of the vectorized dimension or -1 for non-vectorized formats. \return the index of the vectorized dimension.

Source from the content-addressed store, hash-verified

8499 //! \return the index of the vectorized dimension.
8500 //!
8501 int64_t getVectorizedDim() const noexcept
8502 {
8503 return mImpl->getVectorizedDim();
8504 }
8505
8506 //!
8507 //! \brief Return the number of components per element.

Callers 3

reportAlgorithmsMethod · 0.80
reportAlgorithmsMethod · 0.80
areSameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected