Searched refs:isOperandConstant (Results 1 – 5 of 5) sorted by relevance
54 NN_RET_CHECK(isOperandConstant(paddingTypeOperand)); in convert()72 NN_RET_CHECK(isOperandConstant(strideWOperand)); in convert()73 NN_RET_CHECK(isOperandConstant(strideHOperand)); in convert()74 NN_RET_CHECK(isOperandConstant(activationOperand)); in convert()75 NN_RET_CHECK(isOperandConstant(depthwiseMultiplierOperand)); in convert()88 NN_RET_CHECK(isOperandConstant(isNchwOperand)); in convert()102 NN_RET_CHECK(isOperandConstant(dilationWOperand)); in convert()108 NN_RET_CHECK(isOperandConstant(dilationHOperand)); in convert()
29 NN_RET_CHECK(isOperandConstant( in getConv2DInputs()68 NN_RET_CHECK(isOperandConstant(frontWidthPaddingOperand)); in decomposeExplicitPadding()69 NN_RET_CHECK(isOperandConstant(backWidthPaddingOperand)); in decomposeExplicitPadding()70 NN_RET_CHECK(isOperandConstant(frontHeightPaddingOperand)); in decomposeExplicitPadding()71 NN_RET_CHECK(isOperandConstant(backHeightPaddingOperand)); in decomposeExplicitPadding()172 NN_RET_CHECK(isOperandConstant(paddingTypeOperand)); in convert()188 NN_RET_CHECK(isOperandConstant(strideWOperand)); in convert()189 NN_RET_CHECK(isOperandConstant(strideHOperand)); in convert()190 NN_RET_CHECK(isOperandConstant(activationOperand)); in convert()202 NN_RET_CHECK(isOperandConstant(isNchwOperand)); in convert()[all …]
124 CHECK(isOperandConstant(operand)); in getConstantPointerAndLength()172 if (isOperandConstant(operand)) { in createTensorFlatbufferFromOperand()
42 NN_RET_CHECK(isOperandConstant(activationOperand)); in convert()
145 inline bool isOperandConstant(const Operand& operand) { in isOperandConstant() function