// // Copyright © 2017 Arm Ltd. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include #include namespace armnn { /// Convenience function to retrieve the ILayerSupport for a backend std::shared_ptr GetILayerSupportByBackendId(const armnn::BackendId& backend); }