ArmNN
NotReleased
|
#include <cstdint>
Go to the source code of this file.
Functions | |
const char * | GetBackendId () |
void | GetVersion (uint32_t *outMajor, uint32_t *outMinor) |
void * | BackendFactory () |
void* BackendFactory | ( | ) |
Definition at line 128 of file TestDynamicBackend.cpp.
const char* GetBackendId | ( | ) |
Definition at line 80 of file TestDynamicBackend.cpp.
void GetVersion | ( | uint32_t * | outMajor, |
uint32_t * | outMinor | ||
) |
Definition at line 96 of file TestDynamicBackend.cpp.