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

Method getMode

include/NvInfer.h:2240–2243  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2238 //! \see setMode()
2239 //!
2240 ScaleMode getMode() const noexcept
2241 {
2242 return mImpl->getMode();
2243 }
2244
2245 //!
2246 //! \brief Set the shift value.

Callers 3

getModeMethod · 0.45
getModeMethod · 0.45
getModeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected