Searched refs:newOperandCode (Results 1 – 1 of 1) sorted by relevance
477 for (int32_t newOperandCode : kAvailableOperandCodes) { in testMutatingInputOperandCode() local478 if (newOperandCode == originalOperandCode || in testMutatingInputOperandCode()486 if ((newOperandCode == ANEURALNETWORKS_INT32 && in testMutatingInputOperandCode()488 (newOperandCode == ANEURALNETWORKS_BOOL && in testMutatingInputOperandCode()506 newOperandCode == ANEURALNETWORKS_TENSOR_INT32 || in testMutatingInputOperandCode()517 if ((newOperandCode == ANEURALNETWORKS_INT32 && in testMutatingInputOperandCode()519 (newOperandCode == ANEURALNETWORKS_BOOL && in testMutatingInputOperandCode()525 newType.operandType.type = newOperandCode; in testMutatingInputOperandCode()549 for (int32_t newOperandCode : kAvailableOperandCodes) { in testMutatingOutputOperandCode() local550 if (newOperandCode == originalOperandCode) { in testMutatingOutputOperandCode()[all …]