Compute Library
 23.05
Logger.h File Reference

Go to the source code of this file.

Macros

#define ARM_COMPUTE_CREATE_DEFAULT_GRAPH_LOGGER()
 
#define ARM_COMPUTE_LOG_GRAPH(log_level, x)
 
#define ARM_COMPUTE_LOG_GRAPH_VERBOSE(x)
 
#define ARM_COMPUTE_LOG_GRAPH_INFO(x)
 
#define ARM_COMPUTE_LOG_GRAPH_WARNING(x)
 
#define ARM_COMPUTE_LOG_GRAPH_ERROR(x)
 

Macro Definition Documentation

◆ ARM_COMPUTE_CREATE_DEFAULT_GRAPH_LOGGER

#define ARM_COMPUTE_CREATE_DEFAULT_GRAPH_LOGGER ( )

Definition at line 43 of file Logger.h.

◆ ARM_COMPUTE_LOG_GRAPH

#define ARM_COMPUTE_LOG_GRAPH (   log_level,
 
)
Value:
ARM_COMPUTE_LOG_STREAM("GRAPH", log_level, x)
#define ARM_COMPUTE_CREATE_DEFAULT_GRAPH_LOGGER()
Definition: Logger.h:43

Definition at line 46 of file Logger.h.

◆ ARM_COMPUTE_LOG_GRAPH_ERROR

#define ARM_COMPUTE_LOG_GRAPH_ERROR (   x)
Value:
ARM_COMPUTE_LOG_STREAM("GRAPH", arm_compute::logging::LogLevel::ERROR, x)
#define ARM_COMPUTE_CREATE_DEFAULT_GRAPH_LOGGER()
Definition: Logger.h:43

Definition at line 62 of file Logger.h.

◆ ARM_COMPUTE_LOG_GRAPH_INFO

#define ARM_COMPUTE_LOG_GRAPH_INFO (   x)
Value:
ARM_COMPUTE_LOG_STREAM("GRAPH", arm_compute::logging::LogLevel::INFO, x)
#define ARM_COMPUTE_CREATE_DEFAULT_GRAPH_LOGGER()
Definition: Logger.h:43

Definition at line 54 of file Logger.h.

Referenced by arm_compute::graph::backends::detail::create_activation_layer(), arm_compute::graph::backends::detail::create_arg_min_max_layer(), arm_compute::graph::backends::detail::create_batch_normalization_layer(), arm_compute::graph::backends::detail::create_bounding_box_transform_layer(), arm_compute::graph::backends::detail::create_channel_shuffle_layer(), arm_compute::graph::backends::detail::create_concatenate_layer(), arm_compute::graph::backends::detail::create_convolution_layer(), arm_compute::graph::backends::detail::create_deconvolution_layer(), arm_compute::graph::backends::detail::create_depth_to_space_layer(), arm_compute::graph::backends::detail::create_depthwise_convolution_layer(), arm_compute::graph::backends::detail::create_dequantization_layer(), arm_compute::graph::backends::detail::create_detection_output_layer(), arm_compute::graph::backends::detail::create_detection_output_layer< CPPDetectionOutputLayer, CLTargetInfo >(), arm_compute::graph::backends::detail::create_detection_post_process_layer(), arm_compute::graph::backends::detail::create_detection_post_process_layer< CPPDetectionPostProcessLayer, CLTargetInfo >(), arm_compute::graph::backends::detail::create_eltwise_layer(), arm_compute::graph::backends::detail::create_flatten_layer(), arm_compute::graph::backends::detail::create_fully_connected_layer(), arm_compute::graph::backends::detail::create_fused_convolution_batch_normalization_layer(), arm_compute::graph::backends::detail::create_fused_convolution_batch_normalization_with_post_op(), arm_compute::graph::backends::detail::create_fused_convolution_with_post_op(), arm_compute::graph::backends::detail::create_fused_depthwise_convolution_batch_normalization_layer(), arm_compute::graph::backends::detail::create_generate_proposals_layer(), arm_compute::graph::backends::detail::create_l2_normalize_layer(), arm_compute::graph::backends::detail::create_normalization_layer(), arm_compute::graph::backends::detail::create_normalization_layer< NENormalizationLayer, NETargetInfo >(), arm_compute::graph::backends::detail::create_normalize_planar_yuv_layer(), arm_compute::graph::backends::detail::create_pad_layer(), arm_compute::graph::backends::detail::create_permute_layer(), arm_compute::graph::backends::detail::create_pooling_layer(), arm_compute::graph::backends::detail::create_prelu_layer(), arm_compute::graph::backends::detail::create_print_layer(), arm_compute::graph::backends::detail::create_priorbox_layer(), arm_compute::graph::backends::detail::create_quantization_layer(), arm_compute::graph::backends::detail::create_reduction_operation_layer(), arm_compute::graph::backends::detail::create_reorg_layer(), arm_compute::graph::backends::detail::create_reshape_layer(), arm_compute::graph::backends::detail::create_resize_layer(), arm_compute::graph::backends::detail::create_roi_align_layer(), arm_compute::graph::backends::detail::create_slice_layer(), arm_compute::graph::backends::detail::create_softmax_layer(), arm_compute::graph::backends::detail::create_stack_layer(), arm_compute::graph::backends::detail::create_strided_slice_layer(), arm_compute::graph::backends::detail::create_unary_eltwise_layer(), GraphManager::finalize_graph(), NodeExecutionMethodMutator::mutate(), PassManager::run_all(), PassManager::run_index(), and PassManager::run_type().

◆ ARM_COMPUTE_LOG_GRAPH_VERBOSE

#define ARM_COMPUTE_LOG_GRAPH_VERBOSE (   x)
Value:
ARM_COMPUTE_LOG_STREAM("GRAPH", arm_compute::logging::LogLevel::VERBOSE, x)
#define ARM_COMPUTE_CREATE_DEFAULT_GRAPH_LOGGER()
Definition: Logger.h:43

Definition at line 50 of file Logger.h.

Referenced by PassManager::append(), NEDeviceBackend::configure_node(), CLDeviceBackend::configure_node(), arm_compute::graph::backends::detail::create_concatenate_layer(), arm_compute::graph::backends::detail::create_stack_layer(), GraphManager::finalize_graph(), arm_compute::graph::detail::fuse_convolution_batch_normalization_with_post_ops(), arm_compute::graph::detail::fuse_convolution_with_batch_normalization(), arm_compute::graph::detail::fuse_convolution_with_post_op(), arm_compute::graph::detail::fuse_convolution_with_post_ops(), arm_compute::graph::detail::fuse_depthwise_convolution_with_batch_normalization(), arm_compute::graph::detail::fuse_node_with_activation(), arm_compute::graph::detail::get_post_op_list(), InPlaceOperationMutator::mutate(), DepthConcatSubTensorMutator::mutate(), SyntheticDataTypeMutator::mutate(), SplitLayerSubTensorMutator::mutate(), arm_compute::graph::backends::detail::validate_arg_min_max_layer(), arm_compute::graph::backends::detail::validate_bounding_box_transform_layer(), arm_compute::graph::backends::detail::validate_channel_shuffle_layer(), arm_compute::graph::backends::detail::validate_convolution_layer(), arm_compute::graph::backends::detail::validate_depth_to_space_layer(), arm_compute::graph::backends::detail::validate_depthwise_convolution_layer(), arm_compute::graph::backends::detail::validate_dequantization_layer(), arm_compute::graph::backends::detail::validate_detection_output_layer(), arm_compute::graph::backends::detail::validate_detection_post_process_layer(), arm_compute::graph::backends::detail::validate_eltwise_Layer(), arm_compute::graph::backends::detail::validate_fused_convolution_with_post_op(), arm_compute::graph::backends::detail::validate_generate_proposals_layer(), arm_compute::graph::backends::detail::validate_l2_normalize_layer(), NEDeviceBackend::validate_node(), CLDeviceBackend::validate_node(), arm_compute::graph::backends::detail::validate_node(), arm_compute::graph::backends::detail::validate_normalize_planar_yuv_layer(), arm_compute::graph::backends::detail::validate_pad_layer(), arm_compute::graph::backends::detail::validate_permute_layer(), arm_compute::graph::backends::detail::validate_prelu_layer(), arm_compute::graph::backends::detail::validate_priorbox_layer(), arm_compute::graph::backends::detail::validate_quantization_layer(), arm_compute::graph::backends::detail::validate_reduction_operation_layer(), arm_compute::graph::backends::detail::validate_reorg_layer(), arm_compute::graph::backends::detail::validate_reshape_layer(), arm_compute::graph::backends::detail::validate_roi_align_layer(), arm_compute::graph::backends::detail::validate_slice_layer(), arm_compute::graph::backends::detail::validate_strided_slice_layer(), and arm_compute::graph::backends::detail::validate_unary_eltwise_layer().

◆ ARM_COMPUTE_LOG_GRAPH_WARNING

#define ARM_COMPUTE_LOG_GRAPH_WARNING (   x)
Value:
ARM_COMPUTE_LOG_STREAM("GRAPH", arm_compute::logging::LogLevel::WARN, x)
#define ARM_COMPUTE_CREATE_DEFAULT_GRAPH_LOGGER()
Definition: Logger.h:43

Definition at line 58 of file Logger.h.

Referenced by CLDeviceBackend::create_memory_manager().