Home
last modified time | relevance | path

Searched defs:dilationHeightFactor (Results 1 – 3 of 3) sorted by relevance

/frameworks/ml/nn/common/operations/
DDepthwiseConv2D.cpp33 int32_t dilationHeightFactor, int32_t depthMultiplier, int32_t activation, in depthwiseConvFloat16()
69 int32_t dilationWidthFactor, int32_t dilationHeightFactor, in depthwiseConvFloat32()
103 int32_t dilationHeightFactor, int32_t depthMultiplier, int32_t activation, in depthwiseConvQuant8()
152 int32_t dilationWidthFactor, int32_t dilationHeightFactor, in depthwiseConvQuant8PerChannel()
DConv2D.cpp288 int32_t dilationHeightFactor, int32_t activation, uint8_t* outputData, in convQuant8PerChannelNhwc()
381 int32_t dilationHeightFactor, int32_t activation, bool useNchw, in convQuant8PerChannel()
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp1263 ANeuralNetworksOperandType dilationHeightFactor = scalar; in convOpTest() local
1436 ANeuralNetworksOperandType dilationHeightFactor = scalar; in depthwiseConvOpTest() local