blob: 3ca8843812f884e56ec0acc62fc8d6c8b860ebae [file] [log] [blame]
David Beck279f8722018-09-12 13:50:03 +01001//
2// Copyright © 2017 Arm Ltd. All rights reserved.
3// SPDX-License-Identifier: MIT
4//
5
6#include "StringMapping.hpp"
7
8namespace armnn
9{
10
11const StringMapping& StringMapping::Instance()
12{
13 static StringMapping instance;
14 return instance;
15}
16
17} // armnn