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

Method getMode

include/NvInfer.h:4346–4349  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

4344 //! \see setMode()
4345 //!
4346 SliceMode getMode() const noexcept
4347 {
4348 return mImpl->getMode();
4349 }
4350
4351 //!
4352 //! \brief Append or replace an input of this layer with a specific tensor

Callers

nothing calls this directly

Calls 1

getModeMethod · 0.45

Tested by

no test coverage detected