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

Method getShift

include/NvInfer.h:2260–2263  ·  view source on GitHub ↗

\brief Get the shift value. \see setShift()

Source from the content-addressed store, hash-verified

2258 //! \see setShift()
2259 //!
2260 Weights getShift() const noexcept
2261 {
2262 return mImpl->getShift();
2263 }
2264
2265 //!
2266 //! \brief Set the scale value.

Callers 2

pyGraph.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected