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