Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestValidateOperations.cpp431 std::set<int32_t> operandTypesToSkip; in testMutatingInputOperandCode() local
447 operandTypesToSkip.insert(ANEURALNETWORKS_TENSOR_FLOAT16); in testMutatingInputOperandCode()
448 operandTypesToSkip.insert(ANEURALNETWORKS_TENSOR_FLOAT32); in testMutatingInputOperandCode()
449 operandTypesToSkip.insert(ANEURALNETWORKS_TENSOR_INT32); in testMutatingInputOperandCode()
450 operandTypesToSkip.insert(ANEURALNETWORKS_TENSOR_QUANT8_ASYMM); in testMutatingInputOperandCode()
457 operandTypesToSkip.insert(ANEURALNETWORKS_TENSOR_FLOAT32); in testMutatingInputOperandCode()
459 operandTypesToSkip.insert(ANEURALNETWORKS_TENSOR_FLOAT16); in testMutatingInputOperandCode()
465 operandTypesToSkip.insert(ANEURALNETWORKS_TENSOR_QUANT8_ASYMM); in testMutatingInputOperandCode()
467 operandTypesToSkip.insert(ANEURALNETWORKS_TENSOR_QUANT8_SYMM); in testMutatingInputOperandCode()
473 operandTypesToSkip.insert(ANEURALNETWORKS_TENSOR_QUANT8_ASYMM); in testMutatingInputOperandCode()
[all …]