ArmNN
 23.02
Utils.hpp File Reference
#include <string>

Go to the source code of this file.

Namespaces

 armnn
 Copyright (c) 2021 ARM Limited and Contributors.
 

Macros

#define ARMNN_FALLTHROUGH   ((void)0)
 

Enumerations

enum  LogSeverity {
  Trace, Debug, Info, Warning,
  Error, Fatal
}
 

Functions

void ConfigureLogging (bool printToStandardOutput, bool printToDebugOutput, LogSeverity severity)
 Configures the logging behaviour of the ARMNN library. More...
 
bool NeonDetected ()
 
const std::string GetVersion ()
 

Macro Definition Documentation

◆ ARMNN_FALLTHROUGH

#define ARMNN_FALLTHROUGH   ((void)0)

Definition at line 35 of file Utils.hpp.