Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/include/
DOperations.h53 int32_t dilationHeightFactor, int32_t depthMultiplier, int32_t activation,
59 int32_t dilationWidthFactor, int32_t dilationHeightFactor,
67 int32_t dilationHeightFactor, int32_t depthMultiplier, int32_t activation,
75 int32_t dilationWidthFactor, int32_t dilationHeightFactor,
/frameworks/ml/nn/common/operations/
DConv2D.cpp332 int32_t dilationHeightFactor, int32_t activation, uint8_t* outputData, in convQuant8PerChannelNhwc() argument
385 dilationHeightFactor * static_cast<int32_t>(i); in convQuant8PerChannelNhwc()
425 int32_t dilationHeightFactor, int32_t activation, int8_t* outputData, in convQuant8PerChannelNhwc() argument
466 convParams.dilation_height_factor = dilationHeightFactor; in convQuant8PerChannelNhwc()
488 int32_t dilationHeightFactor, int32_t activation, bool useNchw, in convQuant8PerChannel() argument
497 strideHeight, dilationWidthFactor, dilationHeightFactor, activation, in convQuant8PerChannel()
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp2135 ANeuralNetworksOperandType dilationHeightFactor = scalar; in convOpTest() local
2186 activation, layout, dilationWidthFactor, dilationHeightFactor}, in convOpTest()
2196 dilationWidthFactor, dilationHeightFactor}, in convOpTest()
2320 ANeuralNetworksOperandType dilationHeightFactor = scalar; in depthwiseConvOpTest() local
2326 multiplier, activation, layout, dilationWidthFactor, dilationHeightFactor}, in depthwiseConvOpTest()
2337 layout, dilationWidthFactor, dilationHeightFactor}, in depthwiseConvOpTest()