Skip to content

Commit

Permalink
[onert-micro] Add missing DIS_QUANT flag (#11522)
Browse files Browse the repository at this point in the history
This PR adds mising DIS_QUANT flag into LSTM kernel.

ONE-DCO-1.0-Signed-off-by: Artem Balyshev <[email protected]>

Co-authored-by: Artem Balyshev <[email protected]>
  • Loading branch information
BalyshevArtem and Artem Balyshev authored Sep 13, 2023
1 parent 57b2295 commit 4d5a78f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

#include "PALUnidirectionalSequenceLSTMCommon.h"

#ifndef DIS_QUANT

namespace luci_interpreter_pal
{
// Evaluate the LSTM kernel with (potential) multi-steps and multi-batch input
Expand Down Expand Up @@ -79,4 +81,6 @@ void evalLSTM<int8_t, int8_t, int16_t, int32_t>(

} // namespace luci_interpreter_pal

#endif // DIS_QUANT

#endif // LUCI_INTERPRETER_PAL_UNIDIRECTIONAL_SEQUENCE_LSTM_H

0 comments on commit 4d5a78f

Please sign in to comment.