Searched refs:dilationWOperand (Results 1 – 2 of 2) sorted by relevance
101 const Operand& dilationWOperand = subgraph->operands[operation.inputs[dilationWIdx]]; in convert() local102 NN_RET_CHECK(isOperandConstant(dilationWOperand)); in convert()104 dilationW = context->getConstantScalar<int32_t>(dilationWOperand); in convert()
215 const Operand& dilationWOperand = subgraph->operands[operation.inputs[dilationWIdx]]; in convert() local216 NN_RET_CHECK(isOperandConstant(dilationWOperand)); in convert()218 dilationW = context->getConstantScalar<int32_t>(dilationWOperand); in convert()