Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/operation_converters/
DDepthwiseConv2DOperationConverter.cpp64 const Operand& strideWOperand = in convert() local
72 NN_RET_CHECK(isOperandConstant(strideWOperand)); in convert()
78 int32_t strideW = context->getConstantScalar<int32_t>(strideWOperand); in convert()
DConv2DOperationConverter.cpp182 const Operand& strideWOperand = in convert() local
188 NN_RET_CHECK(isOperandConstant(strideWOperand)); in convert()
193 int32_t strideW = context->getConstantScalar<int32_t>(strideWOperand); in convert()