\brief Sets the value of the named input dimension
| 115 | //! \brief Sets the value of the named input dimension |
| 116 | //! |
| 117 | void 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 |