|
25.11
|
#include <string>#include <cmath>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) |
| #define ARMNN_FALLTHROUGH ((void)0) |
Definition at line 36 of file Utils.hpp.
Referenced by armnn::SetLogFilter().