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

Method getWeights

include/NvInfer.h:4764–4767  ·  view source on GitHub ↗

\brief Get the weights for the layer. \see setWeights

Source from the content-addressed store, hash-verified

4762 //! \see setWeights
4763 //!
4764 Weights getWeights() const noexcept
4765 {
4766 return mImpl->getWeights();
4767 }
4768
4769 //!
4770 //! \brief Set the dimensions for the layer.

Callers 5

setLayerPrecisionsFunction · 0.45
setLayerOutputTypesFunction · 0.45
setDynamicRangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected