Searched refs:strideHOperand (Results 1 – 2 of 2) sorted by relevance
66 const Operand& strideHOperand = in convert() local73 NN_RET_CHECK(isOperandConstant(strideHOperand)); in convert()79 int32_t strideH = context->getConstantScalar<int32_t>(strideHOperand); in convert()
184 const Operand& strideHOperand = in convert() local189 NN_RET_CHECK(isOperandConstant(strideHOperand)); in convert()194 int32_t strideH = context->getConstantScalar<int32_t>(strideHOperand); in convert()