Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DDepthwiseConv2D.cpp32 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()
DConv2D.cpp287 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/
DOperations.h53 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/
DTestValidateOperations.cpp1264 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()