Searched refs:dilationWidthFactor (Results 1 – 4 of 4) sorted by relevance
/frameworks/ml/nn/common/operations/ |
D | DepthwiseConv2D.cpp | 135 int32_t dilationWidthFactor, int32_t dilationHeightFactor, in depthwiseConvNhwc() argument 150 .dilation_width_factor = static_cast<int16>(dilationWidthFactor), in depthwiseConvNhwc() 169 int32_t strideWidth, int32_t strideHeight, int32_t dilationWidthFactor, in depthwiseConvNhwc() argument 183 paddingBottom, strideWidth, strideHeight, dilationWidthFactor, in depthwiseConvNhwc() 195 int32_t dilationWidthFactor, int32_t dilationHeightFactor, in depthwiseConvNhwc() argument 221 .dilation_width_factor = static_cast<int16>(dilationWidthFactor), 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 338 dilationWidthFactor * static_cast<int32_t>(j); in depthwiseConvQuant8PerChannelNhwc() [all …]
|
D | Conv2D.cpp | 356 int32_t strideHeight, int32_t dilationWidthFactor, in convQuant8PerChannelNhwc() argument 412 dilationWidthFactor * static_cast<int32_t>(j); in convQuant8PerChannelNhwc() 449 int32_t strideHeight, int32_t dilationWidthFactor, in convQuant8PerChannelNhwc() argument 492 convParams.dilation_width_factor = dilationWidthFactor; in convQuant8PerChannelNhwc() 512 int32_t strideWidth, int32_t strideHeight, int32_t dilationWidthFactor, in convQuant8PerChannel() argument 522 strideHeight, dilationWidthFactor, dilationHeightFactor, activation, in convQuant8PerChannel()
|
/frameworks/ml/nn/common/include/ |
D | Operations.h | 52 int32_t strideWidth, int32_t strideHeight, int32_t dilationWidthFactor, 59 int32_t dilationWidthFactor, int32_t dilationHeightFactor, 66 int32_t strideWidth, int32_t strideHeight, int32_t dilationWidthFactor, 75 int32_t dilationWidthFactor, int32_t dilationHeightFactor,
|
/frameworks/ml/nn/runtime/test/ |
D | TestValidateOperations.cpp | 2137 ANeuralNetworksOperandType dilationWidthFactor = scalar; in convOpTest() local 2187 activation, layout, dilationWidthFactor, dilationHeightFactor}, in convOpTest() 2197 dilationWidthFactor, dilationHeightFactor}, in convOpTest() 2322 ANeuralNetworksOperandType dilationWidthFactor = scalar; in depthwiseConvOpTest() local 2327 multiplier, activation, layout, dilationWidthFactor, dilationHeightFactor}, in depthwiseConvOpTest() 2338 layout, dilationWidthFactor, dilationHeightFactor}, in depthwiseConvOpTest()
|