Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DDepthwiseConv2D.cpp32 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()
DConv2D.cpp287 int32_t strideHeight, int32_t dilationWidthFactor, in convQuant8PerChannelNhwc()
380 int32_t strideHeight, int32_t dilationWidthFactor, in convQuant8PerChannel()
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp1264 ANeuralNetworksOperandType dilationWidthFactor = scalar; in convOpTest() local
1437 ANeuralNetworksOperandType dilationWidthFactor = scalar; in depthwiseConvOpTest() local