Home
last modified time | relevance | path

Searched refs:strideHOperand (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/runtime/operation_converters/
DDepthwiseConv2DOperationConverter.cpp66 const Operand& strideHOperand = in convert() local
73 NN_RET_CHECK(isOperandConstant(strideHOperand)); in convert()
79 int32_t strideH = context->getConstantScalar<int32_t>(strideHOperand); in convert()
DConv2DOperationConverter.cpp184 const Operand& strideHOperand = in convert() local
189 NN_RET_CHECK(isOperandConstant(strideHOperand)); in convert()
194 int32_t strideH = context->getConstantScalar<int32_t>(strideHOperand); in convert()