9 #if !defined(__APPLE__)
10 #if !defined(ARMNN_BUILD_BARE_METAL) && (defined(__arm__) || defined(__aarch64__))
13 #include <asm/hwcap.h>
28 struct DefaultLoggingConfiguration
30 DefaultLoggingConfiguration()
36 static DefaultLoggingConfiguration g_DefaultLoggingConfiguration;
41 #if !defined(__APPLE__)
42 #if !defined(ARMNN_BUILD_BARE_METAL) && (defined(__arm__) || defined(__aarch64__))
43 auto hwcaps= getauxval(AT_HWCAP);
46 #if !defined(ARMNN_BUILD_BARE_METAL) && defined(__aarch64__)
48 if (hwcaps & HWCAP_ASIMD)
60 #if !defined(ARMNN_BUILD_BARE_METAL) && defined(__arm__)
62 if (hwcaps & HWCAP_NEON)
#define ARMNN_VERSION
ARMNN_VERSION: "X.Y.Z" where: X = Major version number Y = Minor version number Z = Patch version num...
Copyright (c) 2021 ARM Limited and Contributors.
void SetAllLoggingSinks(bool standardOut, bool debugOut, bool coloured)
const std::string GetVersion()
void ConfigureLogging(bool printToStandardOutput, bool printToDebugOutput, LogSeverity severity)
Configures the logging behaviour of the ARMNN library.
void SetLogFilter(LogSeverity level)