Home
last modified time | relevance | path

Searched refs:dilationHeightFactor (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DDepthwiseConv2D.cpp137 int32_t dilationWidthFactor, int32_t dilationHeightFactor, in depthwiseConvNhwc() argument
153 .dilation_height_factor = static_cast<int16>(dilationHeightFactor), in depthwiseConvNhwc()
172 int32_t dilationHeightFactor, int32_t depthMultiplier, int32_t activation, in depthwiseConvNhwc() argument
197 int32_t dilationWidthFactor, int32_t dilationHeightFactor, in depthwiseConvNhwc() argument
224 .dilation_height_factor = static_cast<int16>(dilationHeightFactor), in depthwiseConvNhwc()
248 int32_t dilationWidthFactor, int32_t dilationHeightFactor, in depthwiseConvNhwc() argument
267 dilationWidthFactor, dilationHeightFactor, depthMultiplier, in depthwiseConvNhwc()
281 int32_t dilationWidthFactor, int32_t dilationHeightFactor, in depthwiseConvQuant8PerChannelNhwc() argument
377 int32_t dilationWidthFactor, int32_t dilationHeightFactor, in depthwiseConv() argument
387 dilationWidthFactor, dilationHeightFactor, depthMultiplier, in depthwiseConv()
[all …]
H A DConv2D.cpp358 int32_t dilationHeightFactor, int32_t activation, uint8_t* outputData, in convQuant8PerChannelNhwc() argument
411 dilationHeightFactor * static_cast<int32_t>(i); in convQuant8PerChannelNhwc()
451 int32_t dilationHeightFactor, int32_t activation, int8_t* outputData, in convQuant8PerChannelNhwc() argument
492 convParams.dilation_height_factor = dilationHeightFactor; in convQuant8PerChannelNhwc()
514 int32_t dilationHeightFactor, int32_t activation, bool useNchw, in convQuant8PerChannel() argument
523 strideHeight, dilationWidthFactor, dilationHeightFactor, activation, in convQuant8PerChannel()
/aosp12/packages/modules/NeuralNetworks/common/include/
H A DOperations.h57 int32_t dilationHeightFactor, int32_t depthMultiplier, int32_t activation,
63 int32_t dilationWidthFactor, int32_t dilationHeightFactor,
71 int32_t dilationHeightFactor, int32_t depthMultiplier, int32_t activation,
79 int32_t dilationWidthFactor, int32_t dilationHeightFactor,
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestValidateOperations.cpp2135 ANeuralNetworksOperandType dilationHeightFactor = scalar; in convOpTest() local
2186 activation, layout, dilationWidthFactor, dilationHeightFactor}, in convOpTest()
2196 dilationWidthFactor, dilationHeightFactor}, in convOpTest()
2320 ANeuralNetworksOperandType dilationHeightFactor = scalar; in depthwiseConvOpTest() local
2326 multiplier, activation, layout, dilationWidthFactor, dilationHeightFactor}, in depthwiseConvOpTest()
2337 layout, dilationWidthFactor, dilationHeightFactor}, in depthwiseConvOpTest()