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

Method getProfileDimensions

include/NvInferRuntime.h:2200–2204  ·  view source on GitHub ↗

\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

Source from the content-addressed store, hash-verified

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

Callers 2

engine_get_profile_shapeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected