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

Method getTimingCache

include/NvInfer.h:9682–9685  ·  view source on GitHub ↗

\brief Get the pointer to the timing cache from current IBuilderConfig \return pointer to the timing cache used in current IBuilderConfig

Source from the content-addressed store, hash-verified

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.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected