\brief Set the weights for the layer. If weights.type is DataType::kINT32, the output is a tensor of 32-bit indices. Otherwise the output is a tensor of real values and the output type will be follow TensorRT's normal precision rules. \see getWeights()
| 4752 | //! \see getWeights() |
| 4753 | //! |
| 4754 | void setWeights(Weights weights) noexcept |
| 4755 | { |
| 4756 | mImpl->setWeights(weights); |
| 4757 | } |
| 4758 | |
| 4759 | //! |
| 4760 | //! \brief Get the weights for the layer. |
no outgoing calls
no test coverage detected