24.08
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
10
extern
"C"
11
{
12
const
char
*
GetBackendId
();
13
void
GetVersion
(uint32_t* outMajor, uint32_t* outMinor);
14
void
*
BackendFactory
();
15
}
GetVersion
void GetVersion(uint32_t *outMajor, uint32_t *outMinor)
Definition:
RefDynamicBackend.cpp:17
GetBackendId
const char * GetBackendId()
Definition:
RefDynamicBackend.cpp:12
BackendFactory
void * BackendFactory()
Definition:
RefDynamicBackend.cpp:30
src
dynamic
sample
SampleDynamicBackend.hpp
Generated on Wed Aug 28 2024 14:31:52 for Arm NN by
1.8.17