Home
last modified time | relevance | path

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

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