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

Method getMode

include/NvInfer.h:6348–6351  ·  view source on GitHub ↗

\brief Get the scatter mode. \see setMode()

Source from the content-addressed store, hash-verified

6346 //! \see setMode()
6347 //!
6348 ScatterMode getMode() const noexcept
6349 {
6350 return mImpl->getMode();
6351 }
6352
6353 //!
6354 //! \brief Set the axis used by ScatterMode::kELEMENTS.

Callers

nothing calls this directly

Calls 1

getModeMethod · 0.45

Tested by

no test coverage detected