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

Method createNetworkV2

include/NvInfer.h:10095–10098  ·  view source on GitHub ↗

\brief Create a network definition object Creates a network definition object with immutable properties specified using the flags parameter. CreateNetworkV2 supports dynamic shapes and explicit batch dimensions when used with NetworkDefinitionCreationFlag::kEXPLICIT_BATCH flag. Creating a network without NetworkDefinitionCreationFlag::kEXPLICIT_BATCH flag has been deprecated. \param flags Bitset

Source from the content-addressed store, hash-verified

10093 //! \see INetworkDefinition, NetworkDefinitionCreationFlags
10094 //!
10095 nvinfer1::INetworkDefinition* createNetworkV2(NetworkDefinitionCreationFlags flags) noexcept
10096 {
10097 return mImpl->createNetworkV2(flags);
10098 }
10099
10100 //! \brief Create a new optimization profile.
10101 //!

Callers 10

buildMethod · 0.80
buildMethod · 0.80
buildMethod · 0.80
buildPredictionEngineMethod · 0.80
buildMethod · 0.80
modelToBuildEnvFunction · 0.80
buildMethod · 0.80
buildMethod · 0.80
buildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected