/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | DepthwiseConv2D.cpp | 132 int32_t /*paddingBottom*/, int32_t strideWidth, int32_t strideHeight, in depthwiseConvNhwc() argument 147 .stride_height = static_cast<int16>(strideHeight), in depthwiseConvNhwc() 167 int32_t strideWidth, int32_t strideHeight, int32_t dilationWidthFactor, in depthwiseConvNhwc() argument 181 paddingBottom, strideWidth, strideHeight, dilationWidthFactor, in depthwiseConvNhwc() 192 int32_t /*paddingBottom*/, int32_t strideWidth, int32_t strideHeight, in depthwiseConvNhwc() argument 218 .stride_height = static_cast<int16>(strideHeight), in depthwiseConvNhwc() 243 int32_t paddingBottom, int32_t strideWidth, int32_t strideHeight, in depthwiseConvNhwc() argument 262 paddingTop, paddingBottom, strideWidth, strideHeight, in depthwiseConvNhwc() 276 int32_t /*paddingBottom*/, int32_t strideWidth, int32_t strideHeight, in depthwiseConvQuant8PerChannelNhwc() argument 327 int32_t hInputOrigin = static_cast<int32_t>(h) * strideHeight - paddingTop; in depthwiseConvQuant8PerChannelNhwc() [all …]
|
D | TransposeConv2D.cpp | 57 int32_t strideWidth, strideHeight; member 67 strideHeight = context->getInputValue<int32_t>(6); in initialize() 80 calculateExplicitPaddingTransposeConv(outputHeight, strideHeight, filterHeight, in initialize() 88 strideHeight = context->getInputValue<int32_t>(8); in initialize() 99 NN_RET_CHECK_GT(strideHeight, 0); in initialize() 119 int32_t strideWidth = param.strideWidth, strideHeight = param.strideHeight; \ 140 int32_t hOutputOrigin = static_cast<int32_t>(h) * strideHeight - paddingTop; in transposeConvNhwc() 227 int32_t hOutputOrigin = static_cast<int32_t>(h) * strideHeight - paddingTop; in transposeConvNhwc() 369 int32_t hOutputOrigin = static_cast<int32_t>(h) * strideHeight - paddingTop; in transposeConvQuant8PerChannelNhwc() 479 uint32_t outHeight = computeOutSizeTransposeConv(height, filterHeight, param.strideHeight, in prepare()
|
D | Conv2D.cpp | 354 int32_t strideHeight, int32_t dilationWidthFactor, in convQuant8PerChannelNhwc() argument 401 int32_t hInputOrigin = static_cast<int32_t>(h) * strideHeight - paddingTop; in convQuant8PerChannelNhwc() 447 int32_t strideHeight, int32_t dilationWidthFactor, in convQuant8PerChannelNhwc() argument 487 convParams.stride_height = strideHeight; in convQuant8PerChannelNhwc() 510 int32_t strideWidth, int32_t strideHeight, int32_t dilationWidthFactor, in convQuant8PerChannel() argument 520 strideHeight, dilationWidthFactor, dilationHeightFactor, activation, in convQuant8PerChannel()
|
/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/ |
D | Convolutions.cpp | 35 int32_t strideHeight = op->inputs[8]->value<int32_t>(); in conv2DExplicitConstructor() local 69 strideHeight, dilationHeight, paddingTop, paddingBottom, in conv2DExplicitConstructor() 87 int32_t strideHeight = op->inputs[5]->value<int32_t>(); in conv2DImplicitConstructor() local 121 strideHeight, dilationHeight, paddingScheme, in conv2DImplicitConstructor() 274 int32_t strideHeight = op->inputs[8]->value<int32_t>(); in depthwiseConv2DExplicitConstructor() local 309 strideHeight, dilationHeight, paddingTop, paddingBottom, in depthwiseConv2DExplicitConstructor() 327 int32_t strideHeight = op->inputs[5]->value<int32_t>(); in depthwiseConv2DImplicitConstructor() local 362 strideHeight, dilationHeight, paddingScheme, in depthwiseConv2DImplicitConstructor() 527 int32_t strideHeight = op->inputs[8]->value<int32_t>(); in groupedConv2DExplicitConstructor() local 562 strideHeight, /*dilation=*/1, paddingTop, paddingBottom, in groupedConv2DExplicitConstructor() [all …]
|
D | Poolings.cpp | 33 int32_t strideHeight = op->inputs[6]->value<int32_t>(); in poolingExplicitOpConstructor() local 54 explicitPadding(op->inputs[0]->dimensions[heightIndex], filterHeight, strideHeight, in poolingExplicitOpConstructor() 72 int32_t strideHeight = op->inputs[3]->value<int32_t>(); in poolingImplicitOpConstructor() local 93 implicitPadding(op->inputs[0]->dimensions[heightIndex], filterHeight, strideHeight, in poolingImplicitOpConstructor()
|
/packages/modules/NeuralNetworks/common/include/ |
D | Operations.h | 39 int32_t strideWidth, int32_t strideHeight, int32_t dilationWidthFactor, 45 int32_t paddingBottom, int32_t strideWidth, int32_t strideHeight, 53 int32_t strideWidth, int32_t strideHeight, int32_t dilationWidthFactor, 61 int32_t strideWidth, int32_t strideHeight,
|
D | OperationsExecutionUtils.h | 164 int32_t strideHeight, int32_t filterWidth, in getPaddingScheme() argument 177 calculateExplicitPadding(inHeight, strideHeight, filterHeight, kPaddingSame, in getPaddingScheme()
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestValidateOperations.cpp | 1882 ANeuralNetworksOperandType strideHeight = scalar; in poolingOpTest() local 1889 strideHeight, filterWidth, filterHeight, activation}, in poolingOpTest() 1896 {input, padImplicit, strideWidth, strideHeight, filterWidth, filterHeight, activation}, in poolingOpTest() 1908 {input, padLeft, padRight, padTop, padBottom, strideWidth, strideHeight, filterWidth, in poolingOpTest() 1914 {input, padImplicit, strideWidth, strideHeight, in poolingOpTest() 2173 ANeuralNetworksOperandType strideHeight = scalar; in convOpTest() local 2180 strideWidth, strideHeight, activation}, in convOpTest() 2190 {input, filter, bias, padImplicit, strideWidth, strideHeight, activation}, {output}, in convOpTest() 2205 {input, filter, bias, padLeft, padRight, padTop, padBottom, strideWidth, strideHeight, in convOpTest() 2215 {input, filter, bias, padImplicit, strideWidth, strideHeight, activation, layout}, in convOpTest() [all …]
|