Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ getAxis
Method
getAxis
include/NvInfer.h:6419–6422 ·
view source on GitHub ↗
\brief Get the value of the axis parameter.
Source
from the content-addressed store, hash-verified
6417
//! \brief Get the value of the axis parameter.
6418
//!
6419
int32_t getAxis() const noexcept
6420
{
6421
return mImpl->getAxis();
6422
}
6423
6424
protected:
6425
apiv::VOneHotLayer* mImpl;
Callers
6
getAxis
Method · 0.45
getAxis
Method · 0.45
getAxis
Method · 0.45
getAxis
Method · 0.45
getAxis
Method · 0.45
getAxis
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected