aboutsummaryrefslogtreecommitdiff
path: root/src/backends/reference/workloads/RefLstmFloat32Workload.cpp
blob: 50ff605701e84233299400fa5a505373d2315de9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
// Copyright © 2017 Arm Ltd. All rights reserved.
// SPDX-License-Identifier: MIT
//

#include "RefLstmFloat32Workload.hpp"

namespace armnn
{

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

} //namespace armnn