Lines Matching refs:mOpCode

335         : mOpCode(opCode), mValidInputs(), mValidOutputs(), mInputRankMutators(inputRankMutators) {
390 model, mOpCode, static_cast<uint32_t>(inputIds.size()), inputIds.data(), in addOperation()
422 if (mOpCode == ANEURALNETWORKS_LSH_PROJECTION && i == 1) { in testMutatingInputOperandCode()
426 if (mOpCode == ANEURALNETWORKS_RANK) { in testMutatingInputOperandCode()
434 if ((mOpCode == ANEURALNETWORKS_TRANSPOSE_CONV_2D || in testMutatingInputOperandCode()
435 mOpCode == ANEURALNETWORKS_DEPTHWISE_CONV_2D) && in testMutatingInputOperandCode()
446 if (mOpCode == ANEURALNETWORKS_CAST && i == 0) { in testMutatingInputOperandCode()
455 if (mOpCode == ANEURALNETWORKS_RANDOM_MULTINOMIAL && i == 0) { in testMutatingInputOperandCode()
464 if (mOpCode == ANEURALNETWORKS_DEQUANTIZE && i == 0) { in testMutatingInputOperandCode()
472 if (mOpCode == ANEURALNETWORKS_AXIS_ALIGNED_BBOX_TRANSFORM && i == 1) { in testMutatingInputOperandCode()
485 if (mOpCode == ANEURALNETWORKS_CONV_2D && i == 7 && mValidInputs.size() == 10) { in testMutatingInputOperandCode()
495 if (mOpCode == ANEURALNETWORKS_QUANTIZE && i == 0 && in testMutatingInputOperandCode()
502 if ((mOpCode == ANEURALNETWORKS_ARGMIN || mOpCode == ANEURALNETWORKS_ARGMAX) && in testMutatingInputOperandCode()
515 if (mOpCode == ANEURALNETWORKS_DEPTHWISE_CONV_2D && i == 8 && in testMutatingInputOperandCode()
544 if (mOpCode == ANEURALNETWORKS_LSH_PROJECTION && i == 1) { in testMutatingOutputOperandCode()
554 if (mOpCode == ANEURALNETWORKS_DEQUANTIZE && in testMutatingOutputOperandCode()
562 if (mOpCode == ANEURALNETWORKS_QUANTIZE && i == 0 && in testMutatingOutputOperandCode()
569 if (mOpCode == ANEURALNETWORKS_CAST && i == 0 && in testMutatingOutputOperandCode()
591 if (mOpCode == ANEURALNETWORKS_LSTM) { in testMutatingInputOperandCounts()
607 if (mOpCode == ANEURALNETWORKS_SPLIT) { in testMutatingOutputOperandCounts()
614 if (mOpCode == ANEURALNETWORKS_UNIDIRECTIONAL_SEQUENCE_RNN && i < 1) { in testMutatingOutputOperandCounts()
617 if (mOpCode == ANEURALNETWORKS_UNIDIRECTIONAL_SEQUENCE_LSTM && i < 3) { in testMutatingOutputOperandCounts()
620 if (mOpCode == ANEURALNETWORKS_BIDIRECTIONAL_SEQUENCE_RNN && i < 3) { in testMutatingOutputOperandCounts()
623 if (mOpCode == ANEURALNETWORKS_BIDIRECTIONAL_SEQUENCE_LSTM && i < 5) { in testMutatingOutputOperandCounts()
653 ANeuralNetworksOperationType mOpCode; member in __anon3f5e7c550110::OperationTestBase