Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestValidateOperations.cpp477 for (int32_t newOperandCode : kAvailableOperandCodes) { in testMutatingInputOperandCode() local
478 if (newOperandCode == originalOperandCode || in testMutatingInputOperandCode()
486 if ((newOperandCode == ANEURALNETWORKS_INT32 && in testMutatingInputOperandCode()
488 (newOperandCode == ANEURALNETWORKS_BOOL && in testMutatingInputOperandCode()
506 newOperandCode == ANEURALNETWORKS_TENSOR_INT32 || in testMutatingInputOperandCode()
517 if ((newOperandCode == ANEURALNETWORKS_INT32 && in testMutatingInputOperandCode()
519 (newOperandCode == ANEURALNETWORKS_BOOL && in testMutatingInputOperandCode()
525 newType.operandType.type = newOperandCode; in testMutatingInputOperandCode()
549 for (int32_t newOperandCode : kAvailableOperandCodes) { in testMutatingOutputOperandCode() local
550 if (newOperandCode == originalOperandCode) { in testMutatingOutputOperandCode()
[all …]