From fd627ffaec8fd8801d980b4c91ee7c0607ab6aaf Mon Sep 17 00:00:00 2001 From: Jan Eilers Date: Thu, 25 Feb 2021 17:44:00 +0000 Subject: IVGCVSW-5687 Update Doxygen Docu * Update Doxygen Documentation for 21.02 release Signed-off-by: Jan Eilers Change-Id: I9ed2f9caab038836ea99d7b378d7899fe431a4e5 --- 21.02/_logging_8hpp.xhtml | 197 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 197 insertions(+) create mode 100644 21.02/_logging_8hpp.xhtml (limited to '21.02/_logging_8hpp.xhtml') diff --git a/21.02/_logging_8hpp.xhtml b/21.02/_logging_8hpp.xhtml new file mode 100644 index 0000000000..e1e91aeebd --- /dev/null +++ b/21.02/_logging_8hpp.xhtml @@ -0,0 +1,197 @@ + + + + + + + + + + + + + +ArmNN: include/armnn/Logging.hpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
Logging.hpp File Reference
+
+
+
#include <armnn/Utils.hpp>
+#include <iostream>
+#include <algorithm>
+
+

Go to the source code of this file.

+ + + + + + + + + + +

+Classes

class  LogSink
 
class  StandardOutputSink
 
struct  ScopedRecord
 
class  SimpleLogger< Level >
 
+ + + + +

+Namespaces

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

+Macros

#define ARMNN_LOG(severity)   armnn::SimpleLogger<ConvertLogSeverity(armnn::BoostLogSeverityMapping::severity)>::Get().StartNewRecord()
 
+ + + +

+Enumerations

enum  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)
 
+

Macro Definition Documentation

+ +

◆ ARMNN_LOG

+ +
+
+ + + + + + + + +
#define ARMNN_LOG( severity)   armnn::SimpleLogger<ConvertLogSeverity(armnn::BoostLogSeverityMapping::severity)>::Get().StartNewRecord()
+
+ +

Definition at line 202 of file Logging.hpp.

+ +

Referenced by BOOST_AUTO_TEST_CASE(), CheckAccuracy(), CheckClTuningParameter(), CheckRequiredOptions(), armnn::CheckScaleSetOnQuantizedType(), ClBackendContext::ClBackendContext(), armnn::ConfigureTuner(), DynamicBackendUtils::CreateDynamicBackends(), TfLiteParserImpl::CreateNetworkFromBinary(), ClTensorHandleFactory::CreateTensorHandle(), LoadedNetwork::EnqueueWorkload(), RefNormalizationWorkload::Execute(), LoadedNetwork::FreeWorkingMemory(), ModelAccuracyChecker::GetAccuracy(), DynamicBackendUtils::GetBackendPaths(), DynamicBackendUtils::GetSharedObjects(), Cifar10Database::GetTestCaseData(), MnistDatabase::GetTestCaseData(), YoloDatabase::GetTestCaseData(), InferenceModel< IParser, TDataType >::InferenceModel(), armnn::test::InferenceTest(), armnn::test::InferenceTestMain(), DynamicBackendUtils::IsPathValid(), LoadImage(), LoadModel(), main(), MainImpl(), LoadedNetwork::MakeLoadedNetwork(), ClassifierTestCaseProvider< TDatabase, InferenceModel >::OnInferenceTestFinished(), TensorPrinter::operator()(), ParseArrayImpl(), armnn::ParseTuningLevel(), PeriodicCounterSelectionCommandHandler::PeriodicCounterSelectionCommandHandler(), PopulateTensorWithData(), Graph::Print(), YoloTestCase< Model >::ProcessResult(), ClassifierTestCase< TTestCaseDatabase, TModel >::ProcessResult(), ProgramOptions::ProgramOptions(), DynamicBackendUtils::RegisterDynamicBackendsImpl(), armnn::ReportError(), armnn::ReportWarning(), RuntimeImpl::RuntimeImpl(), ClContextSerializer::Serialize(), OriginsDescriptor::SetViewOriginCoord(), ViewsDescriptor::SetViewSize(), CommandHandler::Stop(), PeriodicCounterCapture::Stop(), RuntimeImpl::UnloadNetwork(), ProfilingService::Update(), ExecuteNetworkParams::ValidateParams(), ProfilingService::WaitForProfilingServiceActivation(), ClBackendContext::~ClBackendContext(), and RuntimeImpl::~RuntimeImpl().

+ +
+
+
+
+ + + + -- cgit v1.2.1