• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 //
2 // Copyright © 2017 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 #pragma once
6 
7 namespace armnn
8 {
9 
RefBackendId()10 constexpr const char * RefBackendId() { return "CpuRef"; }
11 
12 } // namespace armnn
13