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

Method setAxis

include/NvInfer.h:6358–6361  ·  view source on GitHub ↗

\brief Set the axis used by ScatterMode::kELEMENTS. The axis defaults to 0.

Source from the content-addressed store, hash-verified

6356 //! The axis defaults to 0.
6357 //!
6358 void setAxis(int32_t axis) noexcept
6359 {
6360 mImpl->setAxis(axis);
6361 }
6362
6363 //!
6364 //! \brief Get the axis.

Callers

nothing calls this directly

Calls 1

setAxisMethod · 0.45

Tested by

no test coverage detected