Skip to content

Commit

Permalink
[tflchef] Revise INT4 TensorType (Samsung#12758)
Browse files Browse the repository at this point in the history
This will revise INT4 TensorType to 17 to follow FB scheme.

ONE-DCO-1.0-Signed-off-by: SaeHie Park <[email protected]>
  • Loading branch information
seanshpark authored Mar 18, 2024
1 parent aacd01e commit 1c49315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/tflchef/proto/tflchef.proto
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ enum TensorType {
BOOL = 6;
INT16 = 7;
INT8 = 9;
INT4 = 10;
INT4 = 17;
}

enum DimensionType {
Expand Down

0 comments on commit 1c49315

Please sign in to comment.