Searched defs:uniform (Results 1 – 3 of 3) sorted by relevance
21 template <typename T, typename GenT> T uniform(GenT &Gen, T Min, T Max) { in uniform() function26 template <typename T, typename GenT> T uniform(GenT &Gen) { in uniform() function
28 MlirType uniform = in testTypeHierarchy() local137 MlirType uniform = mlirUniformQuantizedTypeGet( in testUniformType() local
863 int uniform : 1; global() member