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