Skip to content

Commit

Permalink
Automated sync from github.com/tensorflow/tensorflow (#2285)
Browse files Browse the repository at this point in the history
BUG=automated sync from upstream
NO_CHECK_TFLITE_FILES=automated sync from upstream
  • Loading branch information
TFLM-bot authored Oct 21, 2023
1 parent 96bfbdb commit 7ac0b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/lite/schema/schema.fbs
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ enum BuiltinOperator : int32 {
STABLEHLO_REDUCE_WINDOW = 198, // WARNING: No runtime support
STABLEHLO_SORT = 199, // WARNING: No runtime support
STABLEHLO_WHILE = 200, // WARNING: No runtime support
STABLEHLO_GATHER = 201, // WARNING: No runtime support
STABLEHLO_GATHER = 201,
STABLEHLO_TRANSPOSE = 202, // WARNING: No runtime support
DILATE = 203,
STABLEHLO_RNG_BIT_GENERATOR = 204,
Expand Down

0 comments on commit 7ac0b66

Please sign in to comment.