IVGCVSW-2093 Add SpaceToBatchNd layer and corresponding no-op factory implementations
[platform/upstream/armnn.git] / src / backends / backendsCommon / LayerSupportRegistry.cpp
1 //
2 // Copyright © 2017 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5
6 #include "LayerSupportRegistry.hpp"
7
8 namespace armnn
9 {
10
11 LayerSupportRegistry& LayerSupportRegistryInstance()
12 {
13     static LayerSupportRegistry instance;
14     return instance;
15 }
16
17 } // namespace armnn