Skip to content

Commit

Permalink
[tflite2circle] Support more data types (Samsung#13341)
Browse files Browse the repository at this point in the history
This commit support more data types.

ONE-DCO-1.0-Signed-off-by: seongwoo <[email protected]>
  • Loading branch information
mhs4670go authored Jul 3, 2024
1 parent 8cf53ea commit f34fc8f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions compiler/tflite2circle/src/TFLTensorType.lst
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@ TFL_TENSORTYPE(BOOL)
TFL_TENSORTYPE(INT16)
TFL_TENSORTYPE(COMPLEX64)
TFL_TENSORTYPE(INT8)
TFL_TENSORTYPE(FLOAT64)
TFL_TENSORTYPE(UINT64)
TFL_TENSORTYPE(UINT32)
TFL_TENSORTYPE(UINT16)
TFL_TENSORTYPE(INT4)

0 comments on commit f34fc8f

Please sign in to comment.