Home
last modified time | relevance | path

Searched refs:isOperandConstant (Results 1 – 5 of 5) sorted by relevance

/packages/modules/NeuralNetworks/runtime/operation_converters/
DDepthwiseConv2DOperationConverter.cpp54 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()
DConv2DOperationConverter.cpp29 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 …]
DSubGraphContext.cpp124 CHECK(isOperandConstant(operand)); in getConstantPointerAndLength()
172 if (isOperandConstant(operand)) { in createTensorFlatbufferFromOperand()
DAddOperationConverter.cpp42 NN_RET_CHECK(isOperandConstant(activationOperand)); in convert()
/packages/modules/NeuralNetworks/runtime/
DFlatbufferModelBuilderUtils.h145 inline bool isOperandConstant(const Operand& operand) { in isOperandConstant() function