Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ setMode
Method
setMode
include/NvInfer.h:6338–6341 ·
view source on GitHub ↗
\brief Set the scatter mode. \see getMode()
Source
from the content-addressed store, hash-verified
6336
//! \see getMode()
6337
//!
6338
void setMode(ScatterMode mode) noexcept
6339
{
6340
mImpl->setMode(mode);
6341
}
6342
6343
//!
6344
//! \brief Get the scatter mode.
Callers
nothing calls this directly
Calls
1
setMode
Method · 0.45
Tested by
no test coverage detected