Skip to content

Commit

Permalink
add int32 to possible model i/o streams
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbmrz committed Apr 5, 2024
1 parent 054734e commit 440876a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ class DataType(Enum):
"""Represents all existing data types used in i/o streams of the model."""

INT8 = "int8"
INT32 = "int32"
UINT8 = "uint8"
FLOAT32 = "float32"
FLOAT16 = "float16"
Expand Down

0 comments on commit 440876a

Please sign in to comment.