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

Method setMode

include/NvInfer.h:4336–4339  ·  view source on GitHub ↗

\brief Set the slice mode. \see getMode()

Source from the content-addressed store, hash-verified

4334 //! \see getMode()
4335 //!
4336 void setMode(SliceMode mode) noexcept
4337 {
4338 mImpl->setMode(mode);
4339 }
4340
4341 //!
4342 //! \brief Get the slice mode.

Callers

nothing calls this directly

Calls 1

setModeMethod · 0.45

Tested by

no test coverage detected