ArmNN
 24.02
Utils.hpp File Reference
#include <string>
#include <cmath>
Include dependency graph for Utils.hpp:
This graph shows which files directly or indirectly include this file:

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 ()
 
float roundf (float value)
 

Macro Definition Documentation

◆ ARMNN_FALLTHROUGH

#define ARMNN_FALLTHROUGH   ((void)0)

Definition at line 36 of file Utils.hpp.