Searched refs:computeOutSize (Results 1 – 5 of 5) sorted by relevance
/packages/modules/NeuralNetworks/common/include/ |
D | OperationsExecutionUtils.h | 83 inline int32_t computeOutSize(int32_t imageSize, int32_t filterSize, int32_t stride, in computeOutSize() function 88 inline int32_t computeOutSize(int32_t imageSize, int32_t filterSize, int32_t stride, in computeOutSize() function
|
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | Pooling.cpp | 313 uint32_t outWidth = computeOutSize(width, param.filter_width, param.stride_width, in prepare() 315 uint32_t outHeight = computeOutSize(height, param.filter_height, param.stride_height, in prepare()
|
D | DepthwiseConv2D.cpp | 459 computeOutSize(height, filterHeight, param.stride_height, param.dilation_height_factor, in prepare() 462 computeOutSize(width, filterWidth, param.stride_width, param.dilation_width_factor, in prepare()
|
D | Conv2D.cpp | 577 computeOutSize(width, filterWidth, param.stride_width, param.dilation_width_factor, in prepare() 580 computeOutSize(height, filterHeight, param.stride_height, param.dilation_height_factor, in prepare()
|
/packages/modules/NeuralNetworks/common/ |
D | OperationsExecutionUtils.cpp | 654 computeOutSize(width, filterWidth, stride_width, padding_left, padding_right); in groupedConvPrepare() 656 computeOutSize(height, filterHeight, stride_height, padding_top, padding_bottom); in groupedConvPrepare()
|