Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DDepthwiseConv2D.cpp135 int32_t dilationWidthFactor, int32_t dilationHeightFactor, in depthwiseConvNhwc() argument
151 .dilation_height_factor = static_cast<int16>(dilationHeightFactor), in depthwiseConvNhwc()
170 int32_t dilationHeightFactor, int32_t depthMultiplier, int32_t activation, in depthwiseConvNhwc() argument
184 dilationHeightFactor, depthMultiplier, activation, outputDataFloat32.data(), in depthwiseConvNhwc()
195 int32_t dilationWidthFactor, int32_t dilationHeightFactor, in depthwiseConvNhwc() argument
222 .dilation_height_factor = static_cast<int16>(dilationHeightFactor), in depthwiseConvNhwc()
246 int32_t dilationWidthFactor, int32_t dilationHeightFactor, in depthwiseConvNhwc() argument
265 dilationWidthFactor, dilationHeightFactor, depthMultiplier, in depthwiseConvNhwc()
279 int32_t dilationWidthFactor, int32_t dilationHeightFactor, in depthwiseConvQuant8PerChannelNhwc() argument
336 dilationHeightFactor * static_cast<int32_t>(i); in depthwiseConvQuant8PerChannelNhwc()
[all …]
DConv2D.cpp357 int32_t dilationHeightFactor, int32_t activation, uint8_t* outputData, in convQuant8PerChannelNhwc() argument
410 dilationHeightFactor * static_cast<int32_t>(i); in convQuant8PerChannelNhwc()
450 int32_t dilationHeightFactor, int32_t activation, int8_t* outputData, in convQuant8PerChannelNhwc() argument
491 convParams.dilation_height_factor = dilationHeightFactor; in convQuant8PerChannelNhwc()
513 int32_t dilationHeightFactor, int32_t activation, bool useNchw, in convQuant8PerChannel() argument
522 strideHeight, dilationWidthFactor, dilationHeightFactor, activation, in convQuant8PerChannel()
/frameworks/ml/nn/common/include/
DOperations.h53 int32_t dilationHeightFactor, int32_t depthMultiplier, int32_t activation,
59 int32_t dilationWidthFactor, int32_t dilationHeightFactor,
67 int32_t dilationHeightFactor, int32_t depthMultiplier, int32_t activation,
75 int32_t dilationWidthFactor, int32_t dilationHeightFactor,
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp2136 ANeuralNetworksOperandType dilationHeightFactor = scalar; in convOpTest() local
2187 activation, layout, dilationWidthFactor, dilationHeightFactor}, in convOpTest()
2197 dilationWidthFactor, dilationHeightFactor}, in convOpTest()
2321 ANeuralNetworksOperandType dilationHeightFactor = scalar; in depthwiseConvOpTest() local
2327 multiplier, activation, layout, dilationWidthFactor, dilationHeightFactor}, in depthwiseConvOpTest()
2338 layout, dilationWidthFactor, dilationHeightFactor}, in depthwiseConvOpTest()