Skip to content

Commit 4d5a78f

Browse files
BalyshevArtemArtem Balyshev
and
Artem Balyshev
authored
[onert-micro] Add missing DIS_QUANT flag (#11522)
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]>
1 parent 57b2295 commit 4d5a78f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

onert-micro/luci-interpreter/pal/mcu/PALUnidirectionalSequenceLSTM.h

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020

2121
#include "PALUnidirectionalSequenceLSTMCommon.h"
2222

23+
#ifndef DIS_QUANT
24+
2325
namespace luci_interpreter_pal
2426
{
2527
// Evaluate the LSTM kernel with (potential) multi-steps and multi-batch input
@@ -79,4 +81,6 @@ void evalLSTM<int8_t, int8_t, int16_t, int32_t>(
7981

8082
} // namespace luci_interpreter_pal
8183

84+
#endif // DIS_QUANT
85+
8286
#endif // LUCI_INTERPRETER_PAL_UNIDIRECTIONAL_SEQUENCE_LSTM_H

0 commit comments

Comments
 (0)