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

Method getDimensions

include/NvInfer.h:8583–8586  ·  view source on GitHub ↗

\brief Get the minimum / optimum / maximum dimensions for input or output tensor. \param index Index of the input or output of the algorithm. Incremental numbers assigned to indices of inputs and the outputs. \param select Which of the minimum, optimum, or maximum dimensions to be queried.

Source from the content-addressed store, hash-verified

8581 //! \param select Which of the minimum, optimum, or maximum dimensions to be queried.
8582 //!
8583 Dims getDimensions(int32_t index, OptProfileSelector select) const noexcept
8584 {
8585 return mImpl->getDimensions(index, select);
8586 }
8587
8588 //!
8589 //! \brief Return number of inputs of the algorithm.

Callers

nothing calls this directly

Calls 1

getDimensionsMethod · 0.45

Tested by

no test coverage detected