Searched defs:dilationWidthFactor (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/modules/NeuralNetworks/common/operations/ |
H A D | DepthwiseConv2D.cpp | 137 int32_t dilationWidthFactor, int32_t dilationHeightFactor, in depthwiseConvNhwc() 171 int32_t strideWidth, int32_t strideHeight, int32_t dilationWidthFactor, in depthwiseConvNhwc() 197 int32_t dilationWidthFactor, int32_t dilationHeightFactor, in depthwiseConvNhwc() 248 int32_t dilationWidthFactor, int32_t dilationHeightFactor, in depthwiseConvNhwc() 281 int32_t dilationWidthFactor, int32_t dilationHeightFactor, in depthwiseConvQuant8PerChannelNhwc() 377 int32_t dilationWidthFactor, int32_t dilationHeightFactor, in depthwiseConv() 400 int32_t dilationWidthFactor, int32_t dilationHeightFactor, in depthwiseConvQuant8PerChannel()
|
H A D | Conv2D.cpp | 357 int32_t strideHeight, int32_t dilationWidthFactor, in convQuant8PerChannelNhwc() 450 int32_t strideHeight, int32_t dilationWidthFactor, in convQuant8PerChannelNhwc() 513 int32_t strideWidth, int32_t strideHeight, int32_t dilationWidthFactor, in convQuant8PerChannel()
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/ |
H A D | TestValidateOperations.cpp | 2136 ANeuralNetworksOperandType dilationWidthFactor = scalar; in convOpTest() local 2321 ANeuralNetworksOperandType dilationWidthFactor = scalar; in depthwiseConvOpTest() local
|