\brief Get the minimum / optimum / maximum values for an input shape tensor. If the shape values have not been set previously with setShapeValues(), this returns nullptr. \warning The string inputName must be null-terminated, and be at most 4096 bytes including the terminator.
| 1404 | //! \warning The string inputName must be null-terminated, and be at most 4096 bytes including the terminator. |
| 1405 | //! |
| 1406 | int32_t const* getShapeValues(char const* inputName, OptProfileSelector select) const noexcept |
| 1407 | { |
| 1408 | return mImpl->getShapeValues(inputName, select); |
| 1409 | } |
| 1410 | |
| 1411 | //! |
| 1412 | //! \brief Set a target for extra GPU memory that may be used by this profile. |