Searched defs:dilationWidthFactor (Results 1 – 3 of 3) sorted by relevance
/frameworks/ml/nn/common/operations/ |
D | DepthwiseConv2D.cpp | 32 int32_t strideWidth, int32_t strideHeight, int32_t dilationWidthFactor, in depthwiseConvFloat16() 69 int32_t dilationWidthFactor, int32_t dilationHeightFactor, in depthwiseConvFloat32() 102 int32_t strideWidth, int32_t strideHeight, int32_t dilationWidthFactor, in depthwiseConvQuant8() 152 int32_t dilationWidthFactor, int32_t dilationHeightFactor, in depthwiseConvQuant8PerChannel()
|
D | Conv2D.cpp | 287 int32_t strideHeight, int32_t dilationWidthFactor, in convQuant8PerChannelNhwc() 380 int32_t strideHeight, int32_t dilationWidthFactor, in convQuant8PerChannel()
|
/frameworks/ml/nn/runtime/test/ |
D | TestValidateOperations.cpp | 1264 ANeuralNetworksOperandType dilationWidthFactor = scalar; in convOpTest() local 1437 ANeuralNetworksOperandType dilationWidthFactor = scalar; in depthwiseConvOpTest() local
|