Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp432 std::set<int32_t> operandTypesToSkip; in testMutatingInputOperandCode() local
441 operandTypesToSkip.insert(ANEURALNETWORKS_TENSOR_QUANT8_ASYMM); in testMutatingInputOperandCode()
442 operandTypesToSkip.insert(ANEURALNETWORKS_TENSOR_QUANT8_ASYMM_SIGNED); in testMutatingInputOperandCode()
443 operandTypesToSkip.insert(ANEURALNETWORKS_TENSOR_QUANT8_SYMM_PER_CHANNEL); in testMutatingInputOperandCode()
448 operandTypesToSkip.insert(ANEURALNETWORKS_TENSOR_FLOAT16); in testMutatingInputOperandCode()
449 operandTypesToSkip.insert(ANEURALNETWORKS_TENSOR_FLOAT32); in testMutatingInputOperandCode()
450 operandTypesToSkip.insert(ANEURALNETWORKS_TENSOR_INT32); in testMutatingInputOperandCode()
451 operandTypesToSkip.insert(ANEURALNETWORKS_TENSOR_QUANT8_ASYMM); in testMutatingInputOperandCode()
452 operandTypesToSkip.insert(ANEURALNETWORKS_TENSOR_QUANT8_ASYMM_SIGNED); in testMutatingInputOperandCode()
458 operandTypesToSkip.insert(ANEURALNETWORKS_TENSOR_FLOAT32); in testMutatingInputOperandCode()
[all …]