Home
last modified time | relevance | path

Searched refs:mOpCode (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/
DTestValidateOperations.cpp336 : mOpCode(opCode), mValidInputs(), mValidOutputs(), mInputRankMutators(inputRankMutators) {
391 model, mOpCode, static_cast<uint32_t>(inputIds.size()), inputIds.data(), in addOperation()
423 if (mOpCode == ANEURALNETWORKS_LSH_PROJECTION && i == 1) { in testMutatingInputOperandCode()
427 if (mOpCode == ANEURALNETWORKS_RANK) { in testMutatingInputOperandCode()
435 if ((mOpCode == ANEURALNETWORKS_TRANSPOSE_CONV_2D || in testMutatingInputOperandCode()
436 mOpCode == ANEURALNETWORKS_DEPTHWISE_CONV_2D) && in testMutatingInputOperandCode()
447 if (mOpCode == ANEURALNETWORKS_CAST && i == 0) { in testMutatingInputOperandCode()
456 if (mOpCode == ANEURALNETWORKS_RANDOM_MULTINOMIAL && i == 0) { in testMutatingInputOperandCode()
465 if (mOpCode == ANEURALNETWORKS_DEQUANTIZE && i == 0) { in testMutatingInputOperandCode()
473 if (mOpCode == ANEURALNETWORKS_AXIS_ALIGNED_BBOX_TRANSFORM && i == 1) { in testMutatingInputOperandCode()
[all …]
/packages/apps/Stk/src/com/android/stk/
DStkAppService.java122 protected int mOpCode = -1; field in StkAppService.StkContext
570 mStkContext[slotId].mOpCode = opcode; in handleMessage()
1570 uriData.toString() + " , " + mStkContext[slotId].mOpCode + ", " in launchMenuActivity()
1580 if (mStkContext[slotId].mOpCode == OP_LAUNCH_APP && in launchMenuActivity()