ArmNN
 22.08
StringMapping.cpp
Go to the documentation of this file.
1 //
2 // Copyright © 2017 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 #include "StringMapping.hpp"
7 
8 namespace armnn
9 {
10 
12 {
13  static StringMapping instance;
14  return instance;
15 }
16 
17 } // armnn
static const StringMapping & Instance()
Copyright (c) 2021 ARM Limited and Contributors.
StringMapping is helper class to be able to use strings as template parameters, so this allows simpli...