Searched refs:dilationWidthFactor (Results 1 – 4 of 4) sorted by relevance
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | DepthwiseConv2D.cpp | 133 int32_t dilationWidthFactor, int32_t dilationHeightFactor, in depthwiseConvNhwc() argument 148 .dilation_width_factor = static_cast<int16>(dilationWidthFactor), in depthwiseConvNhwc() 167 int32_t strideWidth, int32_t strideHeight, int32_t dilationWidthFactor, in depthwiseConvNhwc() argument 181 paddingBottom, strideWidth, strideHeight, dilationWidthFactor, in depthwiseConvNhwc() 193 int32_t dilationWidthFactor, int32_t dilationHeightFactor, in depthwiseConvNhwc() argument 219 .dilation_width_factor = static_cast<int16>(dilationWidthFactor), in depthwiseConvNhwc() 244 int32_t dilationWidthFactor, int32_t dilationHeightFactor, in depthwiseConvNhwc() argument 263 dilationWidthFactor, dilationHeightFactor, depthMultiplier, in depthwiseConvNhwc() 277 int32_t dilationWidthFactor, int32_t dilationHeightFactor, in depthwiseConvQuant8PerChannelNhwc() argument 336 dilationWidthFactor * static_cast<int32_t>(j); in depthwiseConvQuant8PerChannelNhwc() [all …]
|
D | Conv2D.cpp | 354 int32_t strideHeight, int32_t dilationWidthFactor, in convQuant8PerChannelNhwc() argument 410 dilationWidthFactor * static_cast<int32_t>(j); in convQuant8PerChannelNhwc() 447 int32_t strideHeight, int32_t dilationWidthFactor, in convQuant8PerChannelNhwc() argument 490 convParams.dilation_width_factor = dilationWidthFactor; 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/common/include/ |
D | Operations.h | 39 int32_t strideWidth, int32_t strideHeight, int32_t dilationWidthFactor, 46 int32_t dilationWidthFactor, int32_t dilationHeightFactor, 53 int32_t strideWidth, int32_t strideHeight, int32_t dilationWidthFactor, 62 int32_t dilationWidthFactor, int32_t dilationHeightFactor,
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestValidateOperations.cpp | 2175 ANeuralNetworksOperandType dilationWidthFactor = scalar; in convOpTest() local 2225 activation, layout, dilationWidthFactor, dilationHeightFactor}, in convOpTest() 2235 dilationWidthFactor, dilationHeightFactor}, in convOpTest() 2360 ANeuralNetworksOperandType dilationWidthFactor = scalar; in depthwiseConvOpTest() local 2365 multiplier, activation, layout, dilationWidthFactor, dilationHeightFactor}, in depthwiseConvOpTest() 2376 layout, dilationWidthFactor, dilationHeightFactor}, in depthwiseConvOpTest()
|