\brief Get the minimum / optimum / maximum dimensions for a particular input binding under an optimization profile. \param bindingIndex The input binding index, which must belong to the given profile, or be between 0 and bindingsPerProfile-1 as described below. \param profileIndex The profile index, which must be between 0 and getNbOptimizationProfiles()-1. \param select Whether to query the mi
| 2198 | //! \see getProfileShape() |
| 2199 | //! |
| 2200 | TRT_DEPRECATED Dims getProfileDimensions( |
| 2201 | int32_t bindingIndex, int32_t profileIndex, OptProfileSelector select) const noexcept |
| 2202 | { |
| 2203 | return mImpl->getProfileDimensions(bindingIndex, profileIndex, select); |
| 2204 | } |
| 2205 | |
| 2206 | //! |
| 2207 | //! \brief Get the minimum / optimum / maximum dimensions for an input tensor given its name under an optimization |
no outgoing calls
no test coverage detected