Lines Matching refs:mOpCode
72 : mOpCode(opCode) { in OperationTestBase()
119 model, mOpCode, static_cast<uint32_t>(inputIds.size()), inputIds.data(), in addOperation()
150 if (mOpCode == ANEURALNETWORKS_LSH_PROJECTION && i == 1) { in testMutatingInputOperandCode()
158 if (mOpCode == ANEURALNETWORKS_TRANSPOSE_CONV_2D && i == 1) { in testMutatingInputOperandCode()
166 if (mOpCode == ANEURALNETWORKS_CAST && i == 0) { in testMutatingInputOperandCode()
174 if (mOpCode == ANEURALNETWORKS_RANDOM_MULTINOMIAL && i == 0) { in testMutatingInputOperandCode()
183 if (mOpCode == ANEURALNETWORKS_DEQUANTIZE && i == 0) { in testMutatingInputOperandCode()
196 if (mOpCode == ANEURALNETWORKS_CONV_2D && i == 7 && mValidInputs.size() == 10) { in testMutatingInputOperandCode()
206 if (mOpCode == ANEURALNETWORKS_QUANTIZE && i == 0 && in testMutatingInputOperandCode()
212 if ((mOpCode == ANEURALNETWORKS_ARGMIN || mOpCode == ANEURALNETWORKS_ARGMAX) && in testMutatingInputOperandCode()
224 if (mOpCode == ANEURALNETWORKS_DEPTHWISE_CONV_2D && i == 8 && in testMutatingInputOperandCode()
253 if (mOpCode == ANEURALNETWORKS_LSH_PROJECTION && i == 1) { in testMutatingOutputOperandCode()
263 if (mOpCode == ANEURALNETWORKS_DEQUANTIZE && in testMutatingOutputOperandCode()
269 if (mOpCode == ANEURALNETWORKS_CAST && i == 0 && in testMutatingOutputOperandCode()
291 if (mOpCode == ANEURALNETWORKS_LSTM) { in testMutatingInputOperandCounts()
307 if (mOpCode == ANEURALNETWORKS_SPLIT) { in testMutatingOutputOperandCounts()
321 ANeuralNetworksOperationType mOpCode; member in __anondf35b8ec0111::OperationTestBase