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

Function setKernelWeights

include/NvInfer.h:1548–1551  ·  view source on GitHub ↗

\brief Set the kernel weights, given as a `KxC` matrix in row-major order. \see getKernelWeights()

Source from the content-addressed store, hash-verified

1546 //! \see getKernelWeights()
1547 //!
1548 void setKernelWeights(Weights weights) noexcept
1549 {
1550 mImpl->setKernelWeights(weights);
1551 }
1552
1553 //!
1554 //! \brief Get the kernel weights.

Callers

nothing calls this directly

Calls 1

setKernelWeightsMethod · 0.45

Tested by

no test coverage detected