Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ getMode
Method
getMode
include/NvInfer.h:3144–3147 ·
view source on GitHub ↗
\brief Get the gather mode. \see setMode()
Source
from the content-addressed store, hash-verified
3142
//! \see setMode()
3143
//!
3144
GatherMode getMode() const noexcept
3145
{
3146
return mImpl->getMode();
3147
}
3148
3149
protected:
3150
apiv::VGatherLayer* mImpl;
Callers
nothing calls this directly
Calls
1
getMode
Method · 0.45
Tested by
no test coverage detected