\brief Get the pointer to the timing cache from current IBuilderConfig \return pointer to the timing cache used in current IBuilderConfig
| 9680 | //! \return pointer to the timing cache used in current IBuilderConfig |
| 9681 | //! |
| 9682 | nvinfer1::ITimingCache const* getTimingCache() const noexcept |
| 9683 | { |
| 9684 | return mImpl->getTimingCache(); |
| 9685 | } |
| 9686 | |
| 9687 | //! |
| 9688 | //! \brief Set the memory size for the memory pool. |
no outgoing calls
no test coverage detected