Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp431 int32_t originalOperandCode = mValidInputs[i].operandType.type; in testMutatingInputOperandCode() local
438 if (originalOperandCode == ANEURALNETWORKS_TENSOR_QUANT8_ASYMM || in testMutatingInputOperandCode()
439 originalOperandCode == ANEURALNETWORKS_TENSOR_QUANT8_ASYMM_SIGNED || in testMutatingInputOperandCode()
440 originalOperandCode == ANEURALNETWORKS_TENSOR_QUANT8_SYMM_PER_CHANNEL) { in testMutatingInputOperandCode()
457 if (originalOperandCode == ANEURALNETWORKS_TENSOR_FLOAT16) { in testMutatingInputOperandCode()
459 } else if (originalOperandCode == ANEURALNETWORKS_TENSOR_FLOAT32) { in testMutatingInputOperandCode()
479 if (newOperandCode == originalOperandCode || in testMutatingInputOperandCode()
488 originalOperandCode == ANEURALNETWORKS_BOOL) || in testMutatingInputOperandCode()
490 originalOperandCode == ANEURALNETWORKS_INT32)) { in testMutatingInputOperandCode()
519 originalOperandCode == ANEURALNETWORKS_BOOL) || in testMutatingInputOperandCode()
[all …]