Searched defs:dilationWidthFactor (Results 1 – 3 of 3) sorted by relevance
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | DepthwiseConv2D.cpp | 133 int32_t dilationWidthFactor, int32_t dilationHeightFactor, in depthwiseConvNhwc() 167 int32_t strideWidth, int32_t strideHeight, int32_t dilationWidthFactor, 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()
|
D | Conv2D.cpp | 354 int32_t strideHeight, int32_t dilationWidthFactor, in convQuant8PerChannelNhwc() 447 int32_t strideHeight, int32_t dilationWidthFactor, in convQuant8PerChannelNhwc() 510 int32_t strideWidth, int32_t strideHeight, int32_t dilationWidthFactor, in convQuant8PerChannel()
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestValidateOperations.cpp | 2175 ANeuralNetworksOperandType dilationWidthFactor = scalar; in convOpTest() local 2360 ANeuralNetworksOperandType dilationWidthFactor = scalar; in depthwiseConvOpTest() local
|