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

Method createBuilderConfig

include/NvInfer.h:10062–10065  ·  view source on GitHub ↗

\brief Create a builder configuration object. \see IBuilderConfig

Source from the content-addressed store, hash-verified

10060 //! \see IBuilderConfig
10061 //!
10062 nvinfer1::IBuilderConfig* createBuilderConfig() noexcept
10063 {
10064 return mImpl->createBuilderConfig();
10065 }
10066
10067 //!
10068 //! \brief Builds an engine for the given INetworkDefinition and given IBuilderConfig.

Callers 11

buildMethod · 0.80
buildMethod · 0.80
buildMethod · 0.80
buildPredictionEngineMethod · 0.80
buildMethod · 0.80
updateTimingCacheFileFunction · 0.80
buildMethod · 0.80
buildMethod · 0.80
buildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected