Searched refs:dilationHeightFactor (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 149 .dilation_height_factor = static_cast<int16>(dilationHeightFactor), in depthwiseConvNhwc() 168 int32_t dilationHeightFactor, int32_t depthMultiplier, int32_t activation, in depthwiseConvNhwc() argument 182 dilationHeightFactor, depthMultiplier, activation, outputDataFloat32.data(), in depthwiseConvNhwc() 193 int32_t dilationWidthFactor, int32_t dilationHeightFactor, in depthwiseConvNhwc() argument 220 .dilation_height_factor = static_cast<int16>(dilationHeightFactor), 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 334 dilationHeightFactor * static_cast<int32_t>(i); in depthwiseConvQuant8PerChannelNhwc() [all …]
|
D | Conv2D.cpp | 355 int32_t dilationHeightFactor, int32_t activation, uint8_t* outputData, in convQuant8PerChannelNhwc() argument 408 dilationHeightFactor * static_cast<int32_t>(i); in convQuant8PerChannelNhwc() 448 int32_t dilationHeightFactor, int32_t activation, int8_t* outputData, in convQuant8PerChannelNhwc() argument 489 convParams.dilation_height_factor = dilationHeightFactor; in convQuant8PerChannelNhwc() 511 int32_t dilationHeightFactor, int32_t activation, bool useNchw, in convQuant8PerChannel() argument 520 strideHeight, dilationWidthFactor, dilationHeightFactor, activation, in convQuant8PerChannel()
|
/packages/modules/NeuralNetworks/common/include/ |
D | Operations.h | 40 int32_t dilationHeightFactor, int32_t depthMultiplier, int32_t activation, 46 int32_t dilationWidthFactor, int32_t dilationHeightFactor, 54 int32_t dilationHeightFactor, int32_t depthMultiplier, int32_t activation, 62 int32_t dilationWidthFactor, int32_t dilationHeightFactor,
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestValidateOperations.cpp | 2174 ANeuralNetworksOperandType dilationHeightFactor = scalar; in convOpTest() local 2225 activation, layout, dilationWidthFactor, dilationHeightFactor}, in convOpTest() 2235 dilationWidthFactor, dilationHeightFactor}, in convOpTest() 2359 ANeuralNetworksOperandType dilationHeightFactor = scalar; in depthwiseConvOpTest() local 2365 multiplier, activation, layout, dilationWidthFactor, dilationHeightFactor}, in depthwiseConvOpTest() 2376 layout, dilationWidthFactor, dilationHeightFactor}, in depthwiseConvOpTest()
|