Searched refs:strideWOperand (Results 1 – 2 of 2) sorted by relevance
64 const Operand& strideWOperand = in convert() local72 NN_RET_CHECK(isOperandConstant(strideWOperand)); in convert()78 int32_t strideW = context->getConstantScalar<int32_t>(strideWOperand); in convert()
182 const Operand& strideWOperand = in convert() local188 NN_RET_CHECK(isOperandConstant(strideWOperand)); in convert()193 int32_t strideW = context->getConstantScalar<int32_t>(strideWOperand); in convert()