Home
last modified time | relevance | path

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

/frameworks/ml/nn/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 …]