1 // 2 // Copyright © 2017 Arm Ltd. All rights reserved. 3 // SPDX-License-Identifier: MIT 4 // 5 6 #pragma once 7 8 #include <armnn/BackendId.hpp> 9 10 #include <vector> 11 12 void QuantizedLstmEndToEnd(const std::vector<armnn::BackendId>& backends); 13