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

Function getKernelWeights

include/NvInfer.h:1558–1561  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1556 //! \see setKernelWeights()
1557 //!
1558 Weights getKernelWeights() const noexcept
1559 {
1560 return mImpl->getKernelWeights();
1561 }
1562
1563 //!
1564 //! \brief Set the bias weights.

Callers

nothing calls this directly

Calls 1

getKernelWeightsMethod · 0.45

Tested by

no test coverage detected