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

Method setMode

include/NvInfer.h:2230–2233  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2228 //! \see getMode()
2229 //!
2230 void setMode(ScaleMode mode) noexcept
2231 {
2232 mImpl->setMode(mode);
2233 }
2234
2235 //!
2236 //! \brief Get the scale mode.

Callers 3

setModeMethod · 0.45
setModeMethod · 0.45
setModeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected