MCPcopy 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
116inline int32_t getC(const nvinfer1::Dims& d)
117{
118 return getCHW(d).d[0];
119}
120
121inline nvinfer1::Dims toDims(int32_t w, int32_t h) noexcept
122{

Callers 5

parseNormalizeParamMethod · 0.50
parseConvolutionFunction · 0.50
parseDeconvolutionFunction · 0.50
parseBatchNormalizationFunction · 0.50
parseScaleFunction · 0.50

Calls 1

getCHWFunction · 0.85

Tested by

no test coverage detected