We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b1a5ca commit c7ef714Copy full SHA for c7ef714
tests/utility_functions.py
@@ -26,6 +26,7 @@ def get_all_types() -> list:
26
"""Returns all types"""
27
return [b8, s16, s32, s64, u8, u16, u32, u64, f16, f32, f64, c32, c64]
28
29
+
30
def get_float_types() -> list:
31
32
return [f16, f32, f64]
0 commit comments