Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/include/
DOperations.h52 int32_t strideWidth, int32_t strideHeight, int32_t dilationWidthFactor,
59 int32_t dilationWidthFactor, int32_t dilationHeightFactor,
66 int32_t strideWidth, int32_t strideHeight, int32_t dilationWidthFactor,
75 int32_t dilationWidthFactor, int32_t dilationHeightFactor,
/frameworks/ml/nn/common/operations/
DConv2D.cpp331 int32_t strideHeight, int32_t dilationWidthFactor, in convQuant8PerChannelNhwc() argument
387 dilationWidthFactor * static_cast<int32_t>(j); in convQuant8PerChannelNhwc()
424 int32_t strideHeight, int32_t dilationWidthFactor, in convQuant8PerChannelNhwc() argument
467 convParams.dilation_width_factor = dilationWidthFactor; in convQuant8PerChannelNhwc()
487 int32_t strideWidth, int32_t strideHeight, int32_t dilationWidthFactor, in convQuant8PerChannel() argument
497 strideHeight, dilationWidthFactor, dilationHeightFactor, activation, in convQuant8PerChannel()
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp2136 ANeuralNetworksOperandType dilationWidthFactor = scalar; in convOpTest() local
2186 activation, layout, dilationWidthFactor, dilationHeightFactor}, in convOpTest()
2196 dilationWidthFactor, dilationHeightFactor}, in convOpTest()
2321 ANeuralNetworksOperandType dilationWidthFactor = scalar; in depthwiseConvOpTest() local
2326 multiplier, activation, layout, dilationWidthFactor, dilationHeightFactor}, in depthwiseConvOpTest()
2337 layout, dilationWidthFactor, dilationHeightFactor}, in depthwiseConvOpTest()