ArmNN
 25.11
Loading...
Searching...
No Matches
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

namespace  armnn
 Copyright (c) 2021 ARM Limited and Contributors.

Macros

#define ARMNN_FALLTHROUGH   ((void)0)

Enumerations

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

Functions

void ConfigureLogging (bool printToStandardOutput, bool printToDebugOutput, LogSeverity severity)
 Configures the logging behaviour of the ARMNN library.
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.

Referenced by armnn::SetLogFilter().