Searched refs:dilationHeight (Results 1 – 1 of 1) sorted by relevance
/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/ |
D | Convolutions.cpp | 37 int32_t dilationWidth = 1, dilationHeight = 1; in conv2DExplicitConstructor() local 42 dilationHeight = op->inputs[12]->value<int32_t>(); in conv2DExplicitConstructor() 69 strideHeight, dilationHeight, paddingTop, paddingBottom, in conv2DExplicitConstructor() 89 int32_t dilationWidth = 1, dilationHeight = 1; in conv2DImplicitConstructor() local 94 dilationHeight = op->inputs[9]->value<int32_t>(); in conv2DImplicitConstructor() 121 strideHeight, dilationHeight, paddingScheme, in conv2DImplicitConstructor() 276 int32_t dilationWidth = 1, dilationHeight = 1; in depthwiseConv2DExplicitConstructor() local 281 dilationHeight = op->inputs[13]->value<int32_t>(); in depthwiseConv2DExplicitConstructor() 309 strideHeight, dilationHeight, paddingTop, paddingBottom, in depthwiseConv2DExplicitConstructor() 329 int32_t dilationWidth = 1, dilationHeight = 1; in depthwiseConv2DImplicitConstructor() local [all …]
|