2 // Copyright © 2017 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
7 #include "RegistryCommon.hpp"
8 #include <armnn/ILayerSupport.hpp>
9 #include <armnn/Types.hpp>
13 using LayerSupportRegistry = RegistryCommon<ILayerSupport,
14 ILayerSupportSharedPtr,
17 LayerSupportRegistry& LayerSupportRegistryInstance();
20 struct RegisteredTypeName<ILayerSupport>
22 static const char * Name() { return "ILayerSupport"; }