Searched refs:dilationWidthFactor (Results 1 – 4 of 4) sorted by relevance
/frameworks/ml/nn/common/operations/ |
D | DepthwiseConv2D.cpp | 32 int32_t strideWidth, int32_t strideHeight, int32_t dilationWidthFactor, in depthwiseConvFloat16() argument 46 paddingBottom, strideWidth, strideHeight, dilationWidthFactor, in depthwiseConvFloat16() 69 int32_t dilationWidthFactor, int32_t dilationHeightFactor, in depthwiseConvFloat32() argument 86 .dilation_width_factor = static_cast<int16>(dilationWidthFactor), in depthwiseConvFloat32() 102 int32_t strideWidth, int32_t strideHeight, int32_t dilationWidthFactor, in depthwiseConvQuant8() argument 130 .dilation_width_factor = static_cast<int16>(dilationWidthFactor), in depthwiseConvQuant8() 152 int32_t dilationWidthFactor, int32_t dilationHeightFactor, in depthwiseConvQuant8PerChannel() argument 212 dilationWidthFactor * static_cast<int32_t>(j); in depthwiseConvQuant8PerChannel()
|
D | Conv2D.cpp | 287 int32_t strideHeight, int32_t dilationWidthFactor, in convQuant8PerChannelNhwc() argument 343 dilationWidthFactor * static_cast<int32_t>(j); in convQuant8PerChannelNhwc() 380 int32_t strideHeight, int32_t dilationWidthFactor, in convQuant8PerChannel() argument 390 strideHeight, dilationWidthFactor, dilationHeightFactor, activation, in convQuant8PerChannel()
|
/frameworks/ml/nn/common/include/ |
D | Operations.h | 53 int32_t strideWidth, int32_t strideHeight, int32_t dilationWidthFactor, 60 int32_t dilationWidthFactor, int32_t dilationHeightFactor, 67 int32_t strideWidth, int32_t strideHeight, int32_t dilationWidthFactor, 76 int32_t dilationWidthFactor, int32_t dilationHeightFactor,
|
/frameworks/ml/nn/runtime/test/ |
D | TestValidateOperations.cpp | 1264 ANeuralNetworksOperandType dilationWidthFactor = scalar; in convOpTest() local 1313 activation, layout, dilationWidthFactor, dilationHeightFactor}, in convOpTest() 1323 dilationWidthFactor, dilationHeightFactor}, in convOpTest() 1437 ANeuralNetworksOperandType dilationWidthFactor = scalar; in depthwiseConvOpTest() local 1442 multiplier, activation, layout, dilationWidthFactor, dilationHeightFactor}, in depthwiseConvOpTest() 1449 layout, dilationWidthFactor, dilationHeightFactor}, in depthwiseConvOpTest()
|