Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DDepthwiseConv2D.cpp133 int32_t dilationWidthFactor, int32_t dilationHeightFactor, in depthwiseConvNhwc()
168 int32_t dilationHeightFactor, int32_t depthMultiplier, int32_t activation, in depthwiseConvNhwc()
193 int32_t dilationWidthFactor, int32_t dilationHeightFactor, in depthwiseConvNhwc()
244 int32_t dilationWidthFactor, int32_t dilationHeightFactor, in depthwiseConvNhwc()
277 int32_t dilationWidthFactor, int32_t dilationHeightFactor, in depthwiseConvQuant8PerChannelNhwc()
373 int32_t dilationWidthFactor, int32_t dilationHeightFactor, in depthwiseConv()
396 int32_t dilationWidthFactor, int32_t dilationHeightFactor, in depthwiseConvQuant8PerChannel()
DConv2D.cpp355 int32_t dilationHeightFactor, int32_t activation, uint8_t* outputData, in convQuant8PerChannelNhwc()
448 int32_t dilationHeightFactor, int32_t activation, int8_t* outputData, in convQuant8PerChannelNhwc()
511 int32_t dilationHeightFactor, int32_t activation, bool useNchw, in convQuant8PerChannel()
/packages/modules/NeuralNetworks/runtime/test/
DTestValidateOperations.cpp2174 ANeuralNetworksOperandType dilationHeightFactor = scalar; in convOpTest() local
2359 ANeuralNetworksOperandType dilationHeightFactor = scalar; in depthwiseConvOpTest() local