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

Method getKernelWeights

include/NvInfer.h:2638–2641  ·  view source on GitHub ↗

\brief Get the kernel weights for the deconvolution. \see setNbGroups()

Source from the content-addressed store, hash-verified

2636 //! \see setNbGroups()
2637 //!
2638 Weights getKernelWeights() const noexcept
2639 {
2640 return mImpl->getKernelWeights();
2641 }
2642
2643 //!
2644 //! \brief Set the bias weights for the deconvolution.

Callers

nothing calls this directly

Calls 1

getKernelWeightsMethod · 0.45

Tested by

no test coverage detected