ArmNN
 25.11
Loading...
Searching...
No Matches
SampleDynamicBackend.hpp
Go to the documentation of this file.
1//
2// Copyright © 2020 Arm Ltd. All rights reserved.
3// SPDX-License-Identifier: MIT
4//
5
6#pragma once
7
8#include <cstdint>
9
10extern "C"
11{
12const char* GetBackendId();
13void GetVersion(uint32_t* outMajor, uint32_t* outMinor);
14void* BackendFactory();
15}
void GetVersion(uint32_t *outMajor, uint32_t *outMinor)
void * BackendFactory()
const char * GetBackendId()