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