blob: 50ff605701e84233299400fa5a505373d2315de9 [file] [log] [blame]
telsoa01c577f2c2018-08-31 09:22:23 +01001//
2// Copyright © 2017 Arm Ltd. All rights reserved.
David Beckecb56cd2018-09-05 12:52:57 +01003// SPDX-License-Identifier: MIT
telsoa01c577f2c2018-08-31 09:22:23 +01004//
5
6#include "RefLstmFloat32Workload.hpp"
7
8namespace armnn
9{
10
11void RefLstmFloat32Workload::Execute() const
12{
13 throw armnn::Exception("No implementation of Lstm in the Ref backend!");
14}
15
16} //namespace armnn