Searched refs:isNchwOperand (Results 1 – 2 of 2) sorted by relevance
87 const Operand& isNchwOperand = subgraph->operands[operation.inputs[isNchwIdx]]; in convert() local88 NN_RET_CHECK(isOperandConstant(isNchwOperand)); in convert()90 bool isNchw = context->getConstantScalar<bool>(isNchwOperand); in convert()
201 const Operand& isNchwOperand = subgraph->operands[operation.inputs[isNchwIdx]]; in convert() local202 NN_RET_CHECK(isOperandConstant(isNchwOperand)); in convert()204 bool isNchw = context->getConstantScalar<bool>(isNchwOperand); in convert()