Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp477 for (int32_t newOperandCode : kAvailableOperandCodes) { in testMutatingInputOperandCode() local
478 if (newOperandCode == originalOperandCode || in testMutatingInputOperandCode()
479 operandTypesToSkip.find(newOperandCode) != operandTypesToSkip.end()) { in testMutatingInputOperandCode()
486 if ((newOperandCode == ANEURALNETWORKS_INT32 && in testMutatingInputOperandCode()
488 (newOperandCode == ANEURALNETWORKS_BOOL && in testMutatingInputOperandCode()
496 (newOperandCode == ANEURALNETWORKS_TENSOR_FLOAT16 || in testMutatingInputOperandCode()
497 newOperandCode == ANEURALNETWORKS_TENSOR_FLOAT32)) { in testMutatingInputOperandCode()
504 (newOperandCode == ANEURALNETWORKS_TENSOR_FLOAT16 || in testMutatingInputOperandCode()
505 newOperandCode == ANEURALNETWORKS_TENSOR_FLOAT32 || in testMutatingInputOperandCode()
506 newOperandCode == ANEURALNETWORKS_TENSOR_INT32 || in testMutatingInputOperandCode()
[all …]