Searched refs:paddingTypeOperand (Results 1 – 2 of 2) sorted by relevance
53 const Operand& paddingTypeOperand = subgraph->operands[operation.inputs[3]]; in convert() local54 NN_RET_CHECK(isOperandConstant(paddingTypeOperand)); in convert()56 int32_t paddingType = context->getConstantScalar<int32_t>(paddingTypeOperand); in convert()
171 const Operand& paddingTypeOperand = subgraph->operands[operation.inputs[3]]; in convert() local172 NN_RET_CHECK(isOperandConstant(paddingTypeOperand)); in convert()174 int32_t paddingType = context->getConstantScalar<int32_t>(paddingTypeOperand); in convert()