Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/fuzzing/
DOperationManager.cpp42 std::vector<TestOperandType> combinedDataTypes; in matchFilter() local
44 if (hasValue(filter.dataTypes, dataType)) combinedDataTypes.push_back(dataType); in matchFilter()
46 if (combinedDataTypes.empty()) return false; in matchFilter()
47 supportedDataTypes = combinedDataTypes; in matchFilter()