Home
last modified time | relevance | path

Searched refs:computeOutSize (Results 1 – 5 of 5) sorted by relevance

/packages/modules/NeuralNetworks/common/include/
DOperationsExecutionUtils.h83 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/
DPooling.cpp313 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()
DDepthwiseConv2D.cpp459 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()
DConv2D.cpp577 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/
DOperationsExecutionUtils.cpp654 computeOutSize(width, filterWidth, stride_width, padding_left, padding_right); in groupedConvPrepare()
656 computeOutSize(height, filterHeight, stride_height, padding_top, padding_bottom); in groupedConvPrepare()