Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DDepthwiseConv2D.cpp33 int32_t dilationHeightFactor, int32_t depthMultiplier, int32_t activation, in depthwiseConvFloat16() argument
47 dilationHeightFactor, depthMultiplier, activation, in depthwiseConvFloat16()
69 int32_t dilationWidthFactor, int32_t dilationHeightFactor, in depthwiseConvFloat32() argument
87 .dilation_height_factor = static_cast<int16>(dilationHeightFactor), in depthwiseConvFloat32()
103 int32_t dilationHeightFactor, int32_t depthMultiplier, int32_t activation, in depthwiseConvQuant8() argument
131 .dilation_height_factor = static_cast<int16>(dilationHeightFactor), in depthwiseConvQuant8()
152 int32_t dilationWidthFactor, int32_t dilationHeightFactor, in depthwiseConvQuant8PerChannel() argument
210 dilationHeightFactor * static_cast<int32_t>(i); in depthwiseConvQuant8PerChannel()
DConv2D.cpp288 int32_t dilationHeightFactor, int32_t activation, uint8_t* outputData, in convQuant8PerChannelNhwc() argument
341 dilationHeightFactor * static_cast<int32_t>(i); in convQuant8PerChannelNhwc()
381 int32_t dilationHeightFactor, int32_t activation, bool useNchw, in convQuant8PerChannel() argument
390 strideHeight, dilationWidthFactor, dilationHeightFactor, activation, in convQuant8PerChannel()
/frameworks/ml/nn/common/include/
DOperations.h54 int32_t dilationHeightFactor, int32_t depthMultiplier, int32_t activation,
60 int32_t dilationWidthFactor, int32_t dilationHeightFactor,
68 int32_t dilationHeightFactor, int32_t depthMultiplier, int32_t activation,
76 int32_t dilationWidthFactor, int32_t dilationHeightFactor,
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp1263 ANeuralNetworksOperandType dilationHeightFactor = scalar; in convOpTest() local
1313 activation, layout, dilationWidthFactor, dilationHeightFactor}, in convOpTest()
1323 dilationWidthFactor, dilationHeightFactor}, in convOpTest()
1436 ANeuralNetworksOperandType dilationHeightFactor = scalar; in depthwiseConvOpTest() local
1442 multiplier, activation, layout, dilationWidthFactor, dilationHeightFactor}, in depthwiseConvOpTest()
1449 layout, dilationWidthFactor, dilationHeightFactor}, in depthwiseConvOpTest()