Skip to content

Commit

Permalink
[res] Add UINT4 in circle_schema (Samsung#12757)
Browse files Browse the repository at this point in the history
This will add UINT4 datatype in circle_schema v0.8.

ONE-DCO-1.0-Signed-off-by: SaeHie Park <[email protected]>
  • Loading branch information
seanshpark authored Mar 18, 2024
1 parent 1c49315 commit 980f61f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion res/CircleSchema/0.8/circle_schema.fbs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// Version 0.5: Base up to TensorFlow Lite v2.10.1 schema.
// Version 0.6: Base up to TensorFlow Lite v2.13.0 schema.
// Version 0.7: Base up to TensorFlow Lite v2.15.0 schema, deprecate data_format in Subgraph table
// Version 0.8: GRU op is added.
// Version 0.8: GRU op is added. UINT4 is added.

namespace circle;

Expand All @@ -46,6 +46,7 @@ file_extension "circle";

// The type of data stored in a tensor.
enum TensorType : byte {
UINT4 = -1,
FLOAT32 = 0,
FLOAT16 = 1,
INT32 = 2,
Expand Down

0 comments on commit 980f61f

Please sign in to comment.