Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ getC
Function
getC
parsers/common/parserUtils.h:116–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
}
115
116
inline int32_t getC(const nvinfer1::Dims& d)
117
{
118
return getCHW(d).d[0];
119
}
120
121
inline nvinfer1::Dims toDims(int32_t w, int32_t h) noexcept
122
{
Callers
5
parseNormalizeParam
Method · 0.50
parseConvolution
Function · 0.50
parseDeconvolution
Function · 0.50
parseBatchNormalization
Function · 0.50
parseScale
Function · 0.50
Calls
1
getCHW
Function · 0.85
Tested by
no test coverage detected