Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ setMode
Method
setMode
include/NvInfer.h:3134–3137 ·
view source on GitHub ↗
\brief Set the gather mode. \see getMode()
Source
from the content-addressed store, hash-verified
3132
//! \see getMode()
3133
//!
3134
void setMode(GatherMode mode) noexcept
3135
{
3136
mImpl->setMode(mode);
3137
}
3138
3139
//!
3140
//! \brief Get the gather mode.
Callers
nothing calls this directly
Calls
1
setMode
Method · 0.45
Tested by
no test coverage detected