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

Method setAlpha

include/NvInfer.h:2111–2114  ·  view source on GitHub ↗

\brief Set the LRN alpha value. The valid range is [-1e20, 1e20]. \see getAlpha()

Source from the content-addressed store, hash-verified

2109 //! \see getAlpha()
2110 //!
2111 void setAlpha(float alpha) noexcept
2112 {
2113 mImpl->setAlpha(alpha);
2114 }
2115
2116 //!
2117 //! \brief Get the LRN alpha value.

Callers 5

parseReLUFunction · 0.45
parseClipFunction · 0.45
parseELUFunction · 0.45
setAlphaMethod · 0.45
setAlphaMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected