aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/backends/RefWorkloads/RefLstmFloat32Workload.cpp
blob: bc336383109b301a35f7379c2a230ef60b9c25bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
// Copyright © 2017 Arm Ltd. All rights reserved.
// See LICENSE file in the project root for full license information.
//

#include "RefLstmFloat32Workload.hpp"

namespace armnn
{

void RefLstmFloat32Workload::Execute() const
{
    throw armnn::Exception("No implementation of Lstm in the Ref backend!");
}

} //namespace armnn