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

Method getAlgorithmIOInfoByIndex

include/NvInfer.h:8668–8671  ·  view source on GitHub ↗

\brief Returns the format of an Algorithm input or output. Algorithm inputs are incrementally numbered first, followed by algorithm outputs. \param index Index of the input or output of the algorithm. Incremental numbers assigned to indices of inputs and the outputs. \return a pointer to a IAlgorithmIOInfo interface or nullptr if index is out of range.

Source from the content-addressed store, hash-verified

8666 //! \return a pointer to a IAlgorithmIOInfo interface or nullptr if index is out of range.
8667 //!
8668 IAlgorithmIOInfo const* getAlgorithmIOInfoByIndex(int32_t index) const noexcept
8669 {
8670 return mImpl->getAlgorithmIOInfoByIndex(index);
8671 }
8672
8673protected:
8674 virtual ~IAlgorithm() noexcept = default;

Callers 3

reportAlgorithmsMethod · 0.80
reportAlgorithmsMethod · 0.80
areSameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected