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

Method getKernelWeights

include/NvInfer.h:1227–1230  ·  view source on GitHub ↗

\brief Get the kernel weights of the convolution. \see setKernelWeights()

Source from the content-addressed store, hash-verified

1225 //! \see setKernelWeights()
1226 //!
1227 Weights getKernelWeights() const noexcept
1228 {
1229 return mImpl->getKernelWeights();
1230 }
1231
1232 //!
1233 //! \brief Set the bias weights for the convolution.

Callers 5

pyGraph.cppFile · 0.45
setSparseWeightsFunction · 0.45
getKernelWeightsFunction · 0.45
getKernelWeightsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected