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

Method setNamedDimension

samples/sampleNamedDimensions/sampleNamedDimensions.cpp:117–120  ·  view source on GitHub ↗

\brief Sets the value of the named input dimension

Source from the content-addressed store, hash-verified

115//! \brief Sets the value of the named input dimension
116//!
117void SampleNamedDimensions::setNamedDimension(int32_t dim)
118{
119 mNamedDimension = dim;
120}
121
122//!
123//! \brief Creates the network, configures the builder and creates the network engine

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected