Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/fuzzing/
DOperationManager.cpp76 return getRandomChoice(mFilteredSignatures); in getRandomOperation()
DRandomGraphGenerator.cpp76 Type dataType = getRandomChoice(operation.supportedDataTypes); in RandomOperation()
77 uint32_t rank = getRandomChoice(operation.supportedRanks); in RandomOperation()
DRandomGraphGeneratorUtils.h442 inline const T& getRandomChoice(const std::vector<T>& choices) { in getRandomChoice() function
DRandomVariable.cpp77 if (mChoices.size() > 1) mChoices = {getRandomChoice(mChoices)}; in toConst()
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/
DOperationSignatureUtils.h324 PARAMETER_FILL_BUFFER_HELPER(opType, 1, getRandomChoice, choices); \