ArmNN
 21.02
MockBackendId.hpp
Go to the documentation of this file.
1 //
2 // Copyright © 2017 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 #pragma once
7 
8 namespace armnn
9 {
10 
11 constexpr const char* MockBackendId() { return "MockAcc"; }
12 
13 } // namespace armnn
constexpr const char * MockBackendId()
Copyright (c) 2021 ARM Limited and Contributors.