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

Method getAlpha

include/NvInfer.h:2121–2124  ·  view source on GitHub ↗

\brief Get the LRN alpha value. \see setAlpha()

Source from the content-addressed store, hash-verified

2119 //! \see setAlpha()
2120 //!
2121 float getAlpha() const noexcept
2122 {
2123 return mImpl->getAlpha();
2124 }
2125
2126 //!
2127 //! \brief Set the LRN beta value.

Callers 2

getAlphaMethod · 0.45
getAlphaMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected