31#if defined(__clang__) &&((__clang_major__>=3)||(__clang_major__==3 && __clang_minor__ >= 5))
32# define ARMNN_FALLTHROUGH [[clang::fallthrough]]
33#elif defined(__GNUC__) && (__GNUC__ >= 7)
34# define ARMNN_FALLTHROUGH __attribute__((fallthrough))
36# define ARMNN_FALLTHROUGH ((void)0)
46 return (value < 0.f) ? ::floorf(value - 0.5f) : ::floorf(value + 0.5f);
Copyright (c) 2021 ARM Limited and Contributors.
void Debug(const TensorInfo &inputInfo, const T *inputData, LayerGuid guid, const std::string &layerName, unsigned int slotIndex, bool outputsToFile)
const std::string GetVersion()
void ConfigureLogging(bool printToStandardOutput, bool printToDebugOutput, LogSeverity severity)
Configures the logging behaviour of the ARMNN library.
float roundf(float value)