Searched refs:newOperandCode (Results 1 – 1 of 1) sorted by relevance
478 for (int32_t newOperandCode : kAvailableOperandCodes) { in testMutatingInputOperandCode() local479 if (newOperandCode == originalOperandCode || in testMutatingInputOperandCode()480 operandTypesToSkip.find(newOperandCode) != operandTypesToSkip.end()) { in testMutatingInputOperandCode()487 if ((newOperandCode == ANEURALNETWORKS_INT32 && in testMutatingInputOperandCode()489 (newOperandCode == ANEURALNETWORKS_BOOL && in testMutatingInputOperandCode()497 (newOperandCode == ANEURALNETWORKS_TENSOR_FLOAT16 || in testMutatingInputOperandCode()498 newOperandCode == ANEURALNETWORKS_TENSOR_FLOAT32)) { in testMutatingInputOperandCode()505 (newOperandCode == ANEURALNETWORKS_TENSOR_FLOAT16 || in testMutatingInputOperandCode()506 newOperandCode == ANEURALNETWORKS_TENSOR_FLOAT32 || in testMutatingInputOperandCode()507 newOperandCode == ANEURALNETWORKS_TENSOR_INT32 || in testMutatingInputOperandCode()[all …]