|
25.11
|
#include <armnn/Utils.hpp>#include <ctype.h>#include <iostream>#include <algorithm>#include <memory>#include <string>#include <utility>#include <vector>#include <armnn/Exceptions.hpp>Go to the source code of this file.
Classes | |
| class | LogSink |
| class | StandardOutputSink |
| struct | ScopedRecord |
| class | SimpleLogger< Level > |
Namespaces | |
| namespace | armnn |
| Copyright (c) 2021 ARM Limited and Contributors. | |
Macros | |
| #define | ARMNN_LOG(severity) |
Enumerations | |
| enum class | BoostLogSeverityMapping { trace , debug , info , warning , error , fatal } |
Functions | |
| std::string | LevelToString (LogSeverity level) |
| LogSeverity | StringToLogLevel (std::string level) |
| void | SetLogFilter (LogSeverity level) |
| void | SetAllLoggingSinks (bool standardOut, bool debugOut, bool coloured) |
| constexpr LogSeverity | ConvertLogSeverity (BoostLogSeverityMapping severity) |
| #define ARMNN_LOG | ( | severity | ) |
Definition at line 212 of file Logging.hpp.
Referenced by ClWorkloadFactory::AfterWorkloadsCreated(), armnn::CheckFastMathSupport(), armnn::CheckFp16Support(), armnn::CheckScaleSetOnQuantizedType(), ClBackendContext::ClBackendContext(), armnn::ConfigureTuner(), DynamicBackendUtils::CreateDynamicBackends(), IDeserializer::DeserializerImpl::CreateNetworkFromBinary(), ClTensorHandleFactory::CreateTensorHandle(), ClTensorHandleFactory::CreateTensorHandle(), ClContextDeserializer::Deserialize(), LoadedNetwork::EnqueueWorkload(), RuntimeImpl::EnqueueWorkload(), ModelAccuracyChecker::GetAccuracy(), DynamicBackendUtils::GetBackendPaths(), DynamicBackendUtils::GetSharedObjects(), LoadedNetwork::ImportInputs(), LoadedNetwork::ImportOutputs(), LayerSupportHandle::IsConvolution2dSupported(), LayerSupportHandle::IsDepthwiseConvolutionSupported(), LayerSupportHandle::IsDilatedDepthwiseConvolutionSupported(), LayerSupportHandle::IsFullyConnectedSupported(), DynamicBackendUtils::IsPathValid(), LoadedNetwork::MakeLoadedNetwork(), IOptimizedNetwork::Optimize, armnn::ParseTuningLevel(), Graph::Print(), DynamicBackendUtils::RegisterDynamicBackendsImpl(), armnn::ReportError(), armnn::ReportWarning(), RuntimeImpl::RuntimeImpl(), ClContextSerializer::Serialize(), OriginsDescriptor::SetViewOriginCoord(), ViewsDescriptor::SetViewSize(), TEST_SUITE(), RuntimeImpl::UnloadNetwork(), ClBackend::UseCustomMemoryAllocator(), ClBackendContext::~ClBackendContext(), ConvertConstDequantisationLayersToConstLayersImpl::~ConvertConstDequantisationLayersToConstLayersImpl(), RuntimeImpl::~RuntimeImpl(), and TurboConvertConstDequantisationLayersToConstLayersImpl::~TurboConvertConstDequantisationLayersToConstLayersImpl().