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

Method setAxes

include/NvInfer.h:6768–6771  ·  view source on GitHub ↗

\brief Set the reduction axes for the normalization calculation. \param axesMask The axes used for the normalization calculation.

Source from the content-addressed store, hash-verified

6766 //! \param axesMask The axes used for the normalization calculation.
6767 //!
6768 void setAxes(uint32_t axesMask) noexcept
6769 {
6770 return mImpl->setAxes(axesMask);
6771 }
6772
6773 //! \brief Get the axes value used for the normalization calculation.
6774 //!

Callers

nothing calls this directly

Calls 1

setAxesMethod · 0.45

Tested by

no test coverage detected