Searched defs:dilationHeightFactor (Results 1 – 3 of 3) sorted by relevance
/frameworks/ml/nn/common/operations/ |
D | DepthwiseConv2D.cpp | 33 int32_t dilationHeightFactor, int32_t depthMultiplier, int32_t activation, in depthwiseConvFloat16() 69 int32_t dilationWidthFactor, int32_t dilationHeightFactor, in depthwiseConvFloat32() 103 int32_t dilationHeightFactor, int32_t depthMultiplier, int32_t activation, in depthwiseConvQuant8() 152 int32_t dilationWidthFactor, int32_t dilationHeightFactor, in depthwiseConvQuant8PerChannel()
|
D | Conv2D.cpp | 288 int32_t dilationHeightFactor, int32_t activation, uint8_t* outputData, in convQuant8PerChannelNhwc() 381 int32_t dilationHeightFactor, int32_t activation, bool useNchw, in convQuant8PerChannel()
|
/frameworks/ml/nn/runtime/test/ |
D | TestValidateOperations.cpp | 1263 ANeuralNetworksOperandType dilationHeightFactor = scalar; in convOpTest() local 1436 ANeuralNetworksOperandType dilationHeightFactor = scalar; in depthwiseConvOpTest() local
|