Skip to content

Commit

Permalink
Data type increasing order
Browse files Browse the repository at this point in the history
Signed-off-by: erman-gurses <[email protected]>
  • Loading branch information
erman-gurses committed Oct 23, 2024
1 parent 8d63db7 commit 5d518b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linalg_ops/convolution/generate_e2e_conv2d_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ class InputElemTypeId(enum.Enum):
@enum.unique
class AccElemTypeId(enum.Enum):
NONE = ""
F16 = "f16"
I32 = "i32"
F32 = "f32"
F16 = "f16"


# Enumerates of the collections of shapes that we can generate tests for.
Expand Down

0 comments on commit 5d518b3

Please sign in to comment.