Searched refs:getRandomChoice (Results 1 – 5 of 5) sorted by relevance
78 return getRandomChoice(mFilteredSignatures); in getRandomOperation()
87 TestOperandType dataType = getRandomChoice(operation.supportedDataTypes); in RandomOperation()88 uint32_t rank = getRandomChoice(operation.supportedRanks); in RandomOperation()
320 inline const T& getRandomChoice(const std::vector<T>& choices) { in getRandomChoice() function
78 if (mChoices.size() > 1) mChoices = {getRandomChoice(mChoices)}; in toConst()
401 PARAMETER_FILL_BUFFER_HELPER(opType, 1, getRandomChoice, choices); \