Skip to content

Commit

Permalink
Restore cell_state scale changed with #2171 (#2245)
Browse files Browse the repository at this point in the history
See http://b/296130372#comment3 for additional context.

BUG=http://b/296130372
  • Loading branch information
advaitjain authored Sep 26, 2023
1 parent 6b43adc commit 0fb5805
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tensorflow/lite/micro/kernels/testdata/lstm_test_data.cc
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,7 @@ NodeQuantizationParameters Get2X2Int16LstmQuantizationSettings() {
quantization_settings.hidden_state = {/*scale=*/2.1362956633198035e-05,
/*zp=*/0,
/*symmetry=*/true};
quantization_settings.cell_state = {/*scale=*/0.00024414807580797754,
/*zp=*/0,
quantization_settings.cell_state = {/*scale=*/0.00024414062, /*zp=*/0,
/*symmetry=*/true};

// gate quantization parameters
Expand Down

0 comments on commit 0fb5805

Please sign in to comment.