aboutsummaryrefslogtreecommitdiff
path: root/Documentation/hierarchy.js
diff options
context:
space:
mode:
authorJim Flynn <jim.flynn@arm.com>2020-03-20 12:25:56 +0000
committerJim Flynn <jim.flynn@arm.com>2020-03-20 12:25:56 +0000
commit6940dd720ebb6b3d1df8ca203ab696daefe58189 (patch)
tree453b6bf09531c92efe5c7abb0926bae104042fd7 /Documentation/hierarchy.js
parent4e2e213d1f22ccd8021bf654e46397434ee50390 (diff)
downloadarmnn-6940dd720ebb6b3d1df8ca203ab696daefe58189.tar.gz
renamed Documentation folder 20.02 and added .nojekyll file
Signed-off-by: Jim Flynn <jim.flynn@arm.com>
Diffstat (limited to 'Documentation/hierarchy.js')
-rw-r--r--Documentation/hierarchy.js1386
1 files changed, 0 insertions, 1386 deletions
diff --git a/Documentation/hierarchy.js b/Documentation/hierarchy.js
deleted file mode 100644
index cf70cc3392..0000000000
--- a/Documentation/hierarchy.js
+++ /dev/null
@@ -1,1386 +0,0 @@
-var hierarchy =
-[
- [ "ActivationDescriptor", "structarmnn_1_1_activation_descriptor.xhtml", null ],
- [ "AddDebugImpl", "classarmnn_1_1optimizations_1_1_add_debug_impl.xhtml", null ],
- [ "ArgMinMaxDescriptor", "structarmnn_1_1_arg_min_max_descriptor.xhtml", null ],
- [ "BackendId", "classarmnn_1_1_backend_id.xhtml", null ],
- [ "BackendOptions::BackendOption", "structarmnn_1_1_backend_options_1_1_backend_option.xhtml", null ],
- [ "BackendOptions", "structarmnn_1_1_backend_options.xhtml", null ],
- [ "BackendRegistry", "classarmnn_1_1_backend_registry.xhtml", [
- [ "TestBackendRegistry", "class_test_backend_registry.xhtml", null ]
- ] ],
- [ "BackendSettings", "structarmnn_1_1_backend_settings.xhtml", null ],
- [ "BackendVersion", "structarmnn_1_1_backend_version.xhtml", null ],
- [ "BaseIterator", "classarmnn_1_1_base_iterator.xhtml", [
- [ "Decoder< IType >", "classarmnn_1_1_decoder.xhtml", null ],
- [ "Encoder< IType >", "classarmnn_1_1_encoder.xhtml", null ],
- [ "Decoder< float >", "classarmnn_1_1_decoder.xhtml", [
- [ "PerAxisIterator< const int32_t, Decoder< float > >", "classarmnn_1_1_per_axis_iterator.xhtml", [
- [ "ScaledInt32PerAxisDecoder", "classarmnn_1_1_scaled_int32_per_axis_decoder.xhtml", null ]
- ] ],
- [ "PerAxisIterator< const int8_t, Decoder< float > >", "classarmnn_1_1_per_axis_iterator.xhtml", [
- [ "QSymm8PerAxisDecoder", "classarmnn_1_1_q_symm8_per_axis_decoder.xhtml", null ]
- ] ],
- [ "TypedIterator< const BFloat16, Decoder< float > >", "classarmnn_1_1_typed_iterator.xhtml", [
- [ "BFloat16Decoder", "classarmnn_1_1_b_float16_decoder.xhtml", null ]
- ] ],
- [ "TypedIterator< const float, Decoder< float > >", "classarmnn_1_1_typed_iterator.xhtml", [
- [ "Float32Decoder", "classarmnn_1_1_float32_decoder.xhtml", null ]
- ] ],
- [ "TypedIterator< const Half, Decoder< float > >", "classarmnn_1_1_typed_iterator.xhtml", [
- [ "Float16Decoder", "classarmnn_1_1_float16_decoder.xhtml", null ]
- ] ],
- [ "TypedIterator< const int16_t, Decoder< float > >", "classarmnn_1_1_typed_iterator.xhtml", [
- [ "QSymm16Decoder", "classarmnn_1_1_q_symm16_decoder.xhtml", null ]
- ] ],
- [ "TypedIterator< const int32_t, Decoder< float > >", "classarmnn_1_1_typed_iterator.xhtml", [
- [ "Int32Decoder", "classarmnn_1_1_int32_decoder.xhtml", null ],
- [ "ScaledInt32Decoder", "classarmnn_1_1_scaled_int32_decoder.xhtml", null ]
- ] ],
- [ "TypedIterator< const int8_t, Decoder< float > >", "classarmnn_1_1_typed_iterator.xhtml", [
- [ "QASymmS8Decoder", "classarmnn_1_1_q_a_symm_s8_decoder.xhtml", null ],
- [ "QSymmS8Decoder", "classarmnn_1_1_q_symm_s8_decoder.xhtml", null ]
- ] ],
- [ "TypedIterator< const uint8_t, Decoder< float > >", "classarmnn_1_1_typed_iterator.xhtml", [
- [ "QASymm8Decoder", "classarmnn_1_1_q_a_symm8_decoder.xhtml", null ]
- ] ]
- ] ],
- [ "Encoder< bool >", "classarmnn_1_1_encoder.xhtml", [
- [ "TypedIterator< uint8_t, Encoder< bool > >", "classarmnn_1_1_typed_iterator.xhtml", [
- [ "BooleanEncoder", "classarmnn_1_1_boolean_encoder.xhtml", null ]
- ] ]
- ] ],
- [ "Encoder< float >", "classarmnn_1_1_encoder.xhtml", [
- [ "PerAxisIterator< int8_t, Encoder< float > >", "classarmnn_1_1_per_axis_iterator.xhtml", [
- [ "QSymm8PerAxisEncoder", "classarmnn_1_1_q_symm8_per_axis_encoder.xhtml", null ]
- ] ],
- [ "TypedIterator< armnn::BFloat16, Encoder< float > >", "classarmnn_1_1_typed_iterator.xhtml", [
- [ "BFloat16Encoder", "classarmnn_1_1_b_float16_encoder.xhtml", null ]
- ] ],
- [ "TypedIterator< float, Encoder< float > >", "classarmnn_1_1_typed_iterator.xhtml", [
- [ "Float32Encoder", "classarmnn_1_1_float32_encoder.xhtml", null ]
- ] ],
- [ "TypedIterator< Half, Encoder< float > >", "classarmnn_1_1_typed_iterator.xhtml", [
- [ "Float16Encoder", "classarmnn_1_1_float16_encoder.xhtml", null ]
- ] ],
- [ "TypedIterator< int16_t, Encoder< float > >", "classarmnn_1_1_typed_iterator.xhtml", [
- [ "QSymm16Encoder", "classarmnn_1_1_q_symm16_encoder.xhtml", null ]
- ] ],
- [ "TypedIterator< int32_t, Encoder< float > >", "classarmnn_1_1_typed_iterator.xhtml", [
- [ "Int32Encoder", "classarmnn_1_1_int32_encoder.xhtml", null ]
- ] ],
- [ "TypedIterator< int8_t, Encoder< float > >", "classarmnn_1_1_typed_iterator.xhtml", [
- [ "QASymmS8Encoder", "classarmnn_1_1_q_a_symm_s8_encoder.xhtml", null ],
- [ "QSymmS8Encoder", "classarmnn_1_1_q_symm_s8_encoder.xhtml", null ]
- ] ],
- [ "TypedIterator< uint8_t, Encoder< float > >", "classarmnn_1_1_typed_iterator.xhtml", [
- [ "QASymm8Encoder", "classarmnn_1_1_q_a_symm8_encoder.xhtml", null ]
- ] ]
- ] ]
- ] ],
- [ "BaseTensor< MemoryType >", "classarmnn_1_1_base_tensor.xhtml", null ],
- [ "BaseTensor< const void *>", "classarmnn_1_1_base_tensor.xhtml", [
- [ "ConstTensor", "classarmnn_1_1_const_tensor.xhtml", null ]
- ] ],
- [ "BaseTensor< void *>", "classarmnn_1_1_base_tensor.xhtml", [
- [ "Tensor", "classarmnn_1_1_tensor.xhtml", null ]
- ] ],
- [ "BatchNormalizationDescriptor", "structarmnn_1_1_batch_normalization_descriptor.xhtml", null ],
- [ "BatchToSpaceNdDescriptor", "structarmnn_1_1_batch_to_space_nd_descriptor.xhtml", null ],
- [ "BFloat16", "classarmnn_1_1_b_float16.xhtml", null ],
- [ "binary_function", null, [
- [ "maximum< T >", "structarmnn_1_1maximum.xhtml", null ],
- [ "minimum< T >", "structarmnn_1_1minimum.xhtml", null ]
- ] ],
- [ "BindingPointInfo", "structarmnn_deserializer_1_1_binding_point_info.xhtml", null ],
- [ "BroadcastLoop", "structarmnn_1_1_broadcast_loop.xhtml", null ],
- [ "CaffePreprocessor", "class_caffe_preprocessor.xhtml", null ],
- [ "CaptureData", "classarmnn_1_1profiling_1_1_capture_data.xhtml", null ],
- [ "Category", "classarmnn_1_1profiling_1_1_category.xhtml", null ],
- [ "CategoryRecord", "structarmnn_1_1gatordmock_1_1_category_record.xhtml", null ],
- [ "CheckLocation", "structarmnn_1_1_check_location.xhtml", null ],
- [ "Cifar10Database", "class_cifar10_database.xhtml", null ],
- [ "ClassifierTestCaseData< DataType >", "class_classifier_test_case_data.xhtml", null ],
- [ "ClContextControl", "classarmnn_1_1_cl_context_control.xhtml", null ],
- [ "ClContextControlFixtureBase< ProfilingEnabled >", "struct_cl_context_control_fixture_base.xhtml", null ],
- [ "CommandFileParser", "classarmnn_1_1gatordmock_1_1_command_file_parser.xhtml", null ],
- [ "CommandHandler", "classarmnn_1_1profiling_1_1_command_handler.xhtml", null ],
- [ "CommandHandlerFunctor", "classarmnn_1_1profiling_1_1_command_handler_functor.xhtml", [
- [ "PeriodicCounterCaptureCommandHandler", "classarmnn_1_1gatordmock_1_1_periodic_counter_capture_command_handler.xhtml", null ],
- [ "PeriodicCounterSelectionResponseHandler", "classarmnn_1_1gatordmock_1_1_periodic_counter_selection_response_handler.xhtml", null ],
- [ "StreamMetadataCommandHandler", "classarmnn_1_1gatordmock_1_1_stream_metadata_command_handler.xhtml", null ],
- [ "ConnectionAcknowledgedCommandHandler", "classarmnn_1_1profiling_1_1_connection_acknowledged_command_handler.xhtml", null ],
- [ "DirectoryCaptureCommandHandler", "classarmnn_1_1profiling_1_1_directory_capture_command_handler.xhtml", null ],
- [ "PeriodicCounterSelectionCommandHandler", "classarmnn_1_1profiling_1_1_periodic_counter_selection_command_handler.xhtml", null ],
- [ "PerJobCounterSelectionCommandHandler", "classarmnn_1_1profiling_1_1_per_job_counter_selection_command_handler.xhtml", null ],
- [ "RequestCounterDirectoryCommandHandler", "classarmnn_1_1profiling_1_1_request_counter_directory_command_handler.xhtml", null ],
- [ "TestFunctorA", "classarmnn_1_1profiling_1_1_test_functor_a.xhtml", [
- [ "TestFunctorB", "classarmnn_1_1profiling_1_1_test_functor_b.xhtml", null ],
- [ "TestFunctorC", "classarmnn_1_1profiling_1_1_test_functor_c.xhtml", null ]
- ] ],
- [ "TimelineCaptureCommandHandler", "classarmnn_1_1timelinedecoder_1_1_timeline_capture_command_handler.xhtml", null ],
- [ "TimelineDirectoryCaptureCommandHandler", "classarmnn_1_1timelinedecoder_1_1_timeline_directory_capture_command_handler.xhtml", null ]
- ] ],
- [ "CommandHandlerHash", "structarmnn_1_1profiling_1_1_command_handler_hash.xhtml", null ],
- [ "CommandHandlerKey", "classarmnn_1_1profiling_1_1_command_handler_key.xhtml", null ],
- [ "CommandHandlerRegistry", "classarmnn_1_1profiling_1_1_command_handler_registry.xhtml", null ],
- [ "InferenceModel< IParser, TDataType >::CommandLineOptions", "struct_inference_model_1_1_command_line_options.xhtml", null ],
- [ "CommandLineProcessor", "classarmnn_quantizer_1_1_command_line_processor.xhtml", null ],
- [ "CommandLineProcessor", "classarmnn_1_1gatordmock_1_1_command_line_processor.xhtml", null ],
- [ "ComparisonDescriptor", "structarmnn_1_1_comparison_descriptor.xhtml", null ],
- [ "ConstructInPlace", "structarmnn_1_1_construct_in_place.xhtml", null ],
- [ "ConvertFp32NetworkToFp16Impl", "classarmnn_1_1optimizations_1_1_convert_fp32_network_to_fp16_impl.xhtml", null ],
- [ "Convolution2dDescriptor", "structarmnn_1_1_convolution2d_descriptor.xhtml", null ],
- [ "Counter", "classarmnn_1_1profiling_1_1_counter.xhtml", null ],
- [ "CounterCaptureValues", "structarmnn_1_1gatordmock_1_1_counter_capture_values.xhtml", null ],
- [ "CounterDirectory", "structarmnn_1_1gatordmock_1_1_counter_directory.xhtml", null ],
- [ "CounterDirectoryEventRecord", "structarmnn_1_1profiling_1_1_counter_directory_event_record.xhtml", null ],
- [ "CounterSet", "classarmnn_1_1profiling_1_1_counter_set.xhtml", null ],
- [ "CounterSetRecord", "structarmnn_1_1gatordmock_1_1_counter_set_record.xhtml", null ],
- [ "CounterStatus", "structarmnn_1_1profiling_1_1_counter_status.xhtml", null ],
- [ "CounterValue", "structarmnn_1_1profiling_1_1_counter_value.xhtml", null ],
- [ "CreateNetworkImpl< IParser >", "struct_create_network_impl.xhtml", null ],
- [ "IRuntime::CreationOptions", "structarmnn_1_1_i_runtime_1_1_creation_options.xhtml", null ],
- [ "CsvReader", "classarmnn_utils_1_1_csv_reader.xhtml", null ],
- [ "CsvRow", "structarmnn_utils_1_1_csv_row.xhtml", null ],
- [ "DataLayoutIndexed", "classarmnn_utils_1_1_data_layout_indexed.xhtml", null ],
- [ "DepthwiseConvolution2dDescriptor", "structarmnn_1_1_depthwise_convolution2d_descriptor.xhtml", null ],
- [ "DetectionPostProcessDescriptor", "structarmnn_1_1_detection_post_process_descriptor.xhtml", null ],
- [ "Device", "classarmnn_1_1profiling_1_1_device.xhtml", null ],
- [ "DeviceRecord", "structarmnn_1_1gatordmock_1_1_device_record.xhtml", null ],
- [ "DotBase", "classarmnn_1_1_dot_base.xhtml", [
- [ "DotAttributeSet", "classarmnn_1_1_dot_attribute_set.xhtml", null ],
- [ "DotDefaults", "classarmnn_1_1_dot_defaults.xhtml", null ],
- [ "DotEdge", "classarmnn_1_1_dot_edge.xhtml", null ],
- [ "DotGraph", "classarmnn_1_1_dot_graph.xhtml", null ],
- [ "DotNode", "classarmnn_1_1_dot_node.xhtml", null ],
- [ "HtmlFont", "classarmnn_1_1_html_font.xhtml", null ],
- [ "HtmlSection", "classarmnn_1_1_html_section.xhtml", null ],
- [ "HtmlSimpleTag", "classarmnn_1_1_html_simple_tag.xhtml", [
- [ "HtmlBold", "classarmnn_1_1_html_bold.xhtml", null ]
- ] ],
- [ "NodeContent", "classarmnn_1_1_node_content.xhtml", null ]
- ] ],
- [ "DynamicBackend", "classarmnn_1_1_dynamic_backend.xhtml", null ],
- [ "DynamicBackendUtils", "classarmnn_1_1_dynamic_backend_utils.xhtml", [
- [ "TestDynamicBackendUtils", "class_test_dynamic_backend_utils.xhtml", null ]
- ] ],
- [ "ElementwiseBinaryFunction< Functor >", "structarmnn_1_1_elementwise_binary_function.xhtml", null ],
- [ "ElementwiseUnaryDescriptor", "structarmnn_1_1_elementwise_unary_descriptor.xhtml", null ],
- [ "ElementwiseUnaryFunction< Functor >", "structarmnn_1_1_elementwise_unary_function.xhtml", null ],
- [ "EmptyOptional", "structarmnn_1_1_empty_optional.xhtml", null ],
- [ "ITimelineDecoder::Entity", "struct_i_timeline_decoder_1_1_entity.xhtml", null ],
- [ "Event", "classarmnn_1_1_event.xhtml", null ],
- [ "ITimelineDecoder::Event", "struct_i_timeline_decoder_1_1_event.xhtml", null ],
- [ "ITimelineDecoder::EventClass", "struct_i_timeline_decoder_1_1_event_class.xhtml", null ],
- [ "EventRecord", "structarmnn_1_1gatordmock_1_1_event_record.xhtml", null ],
- [ "exception", null, [
- [ "Exception", "classarmnn_1_1_exception.xhtml", [
- [ "BackendProfilingException", "classarmnn_1_1_backend_profiling_exception.xhtml", null ],
- [ "BackendUnavailableException", "classarmnn_1_1_backend_unavailable_exception.xhtml", [
- [ "ClRuntimeUnavailableException", "classarmnn_1_1_cl_runtime_unavailable_exception.xhtml", null ]
- ] ],
- [ "BadOptionalAccessException", "classarmnn_1_1_bad_optional_access_exception.xhtml", null ],
- [ "FileNotFoundException", "classarmnn_1_1_file_not_found_exception.xhtml", null ],
- [ "GraphValidationException", "classarmnn_1_1_graph_validation_exception.xhtml", null ],
- [ "InvalidArgumentException", "classarmnn_1_1_invalid_argument_exception.xhtml", null ],
- [ "LayerValidationException", "classarmnn_1_1_layer_validation_exception.xhtml", null ],
- [ "MemoryExportException", "classarmnn_1_1_memory_export_exception.xhtml", null ],
- [ "MemoryImportException", "classarmnn_1_1_memory_import_exception.xhtml", null ],
- [ "ParseException", "classarmnn_1_1_parse_exception.xhtml", null ],
- [ "PolymorphicDowncastException", "classarmnn_1_1_polymorphic_downcast_exception.xhtml", null ],
- [ "BufferExhaustion", "classarmnn_1_1profiling_1_1_buffer_exhaustion.xhtml", null ],
- [ "RuntimeException", "classarmnn_1_1_runtime_exception.xhtml", null ],
- [ "TestFrameworkException", "classarmnn_1_1test_1_1_test_framework_exception.xhtml", null ],
- [ "TimeoutException", "classarmnn_1_1_timeout_exception.xhtml", null ],
- [ "UnimplementedException", "classarmnn_1_1_unimplemented_exception.xhtml", null ],
- [ "InferenceTestImageException", "class_inference_test_image_exception.xhtml", [
- [ "InferenceTestImageLoadFailed", "class_inference_test_image_load_failed.xhtml", null ],
- [ "InferenceTestImageOutOfBoundsAccess", "class_inference_test_image_out_of_bounds_access.xhtml", null ],
- [ "InferenceTestImageResizeFailed", "class_inference_test_image_resize_failed.xhtml", null ],
- [ "InferenceTestImageWriteFailed", "class_inference_test_image_write_failed.xhtml", null ],
- [ "UnknownImageChannelLayout", "class_unknown_image_channel_layout.xhtml", null ]
- ] ]
- ] ]
- ] ],
- [ "ExecuteNetworkParams", "struct_execute_network_params.xhtml", null ],
- [ "IRuntime::CreationOptions::ExternalProfilingOptions", "structarmnn_1_1_i_runtime_1_1_creation_options_1_1_external_profiling_options.xhtml", null ],
- [ "FakeQuantizationDescriptor", "structarmnn_1_1_fake_quantization_descriptor.xhtml", null ],
- [ "Float16ToFloat32", "structarmnn_1_1optimizations_1_1_float16_to_float32.xhtml", null ],
- [ "Float32ToFloat16", "structarmnn_1_1optimizations_1_1_float32_to_float16.xhtml", null ],
- [ "FloatingPointConverter", "classarmnn_utils_1_1_floating_point_converter.xhtml", null ],
- [ "FoldPadIntoConvolution2dImpl", "classarmnn_1_1optimizations_1_1_fold_pad_into_convolution2d_impl.xhtml", null ],
- [ "FullyConnectedDescriptor", "structarmnn_1_1_fully_connected_descriptor.xhtml", null ],
- [ "GatordMockService", "classarmnn_1_1gatordmock_1_1_gatord_mock_service.xhtml", null ],
- [ "Graph", "classarmnn_1_1_graph.xhtml", null ],
- [ "hash< armnn::BackendId >", "structstd_1_1hash_3_01armnn_1_1_backend_id_01_4.xhtml", null ],
- [ "hash< armnn::profiling::ProfilingDynamicGuid >", "structstd_1_1hash_3_01armnn_1_1profiling_1_1_profiling_dynamic_guid_01_4.xhtml", null ],
- [ "hash< armnn::profiling::ProfilingGuid >", "structstd_1_1hash_3_01armnn_1_1profiling_1_1_profiling_guid_01_4.xhtml", null ],
- [ "hash< armnn::profiling::ProfilingStaticGuid >", "structstd_1_1hash_3_01armnn_1_1profiling_1_1_profiling_static_guid_01_4.xhtml", null ],
- [ "Holder", "classarmnn_1_1profiling_1_1_holder.xhtml", null ],
- [ "IBackend", "classarmnn_1_1_i_backend.xhtml", [
- [ "IBackendInternal", "classarmnn_1_1_i_backend_internal.xhtml", [
- [ "ClBackend", "classarmnn_1_1_cl_backend.xhtml", null ],
- [ "MockBackend", "classarmnn_1_1_mock_backend.xhtml", null ],
- [ "NeonBackend", "classarmnn_1_1_neon_backend.xhtml", null ],
- [ "RefBackend", "classarmnn_1_1_ref_backend.xhtml", null ]
- ] ]
- ] ],
- [ "IBackendContext", "classarmnn_1_1_i_backend_context.xhtml", [
- [ "ClBackendContext", "classarmnn_1_1_cl_backend_context.xhtml", null ]
- ] ],
- [ "IBackendProfiling", "classarmnn_1_1profiling_1_1_i_backend_profiling.xhtml", [
- [ "BackendProfiling", "classarmnn_1_1profiling_1_1_backend_profiling.xhtml", null ]
- ] ],
- [ "IBackendProfilingContext", "classarmnn_1_1profiling_1_1_i_backend_profiling_context.xhtml", [
- [ "MockBackendProfilingContext", "classarmnn_1_1_mock_backend_profiling_context.xhtml", null ]
- ] ],
- [ "IBufferManager", "classarmnn_1_1profiling_1_1_i_buffer_manager.xhtml", [
- [ "BufferManager", "classarmnn_1_1profiling_1_1_buffer_manager.xhtml", null ],
- [ "MockBufferManager", "classarmnn_1_1profiling_1_1_mock_buffer_manager.xhtml", null ],
- [ "MockStreamCounterBuffer", "classarmnn_1_1profiling_1_1_mock_stream_counter_buffer.xhtml", null ]
- ] ],
- [ "ICaffeParser", "classarmnn_caffe_parser_1_1_i_caffe_parser.xhtml", [
- [ "CaffeParserBase", "classarmnn_caffe_parser_1_1_caffe_parser_base.xhtml", [
- [ "CaffeParser", "classarmnn_caffe_parser_1_1_caffe_parser.xhtml", null ],
- [ "RecordByRecordCaffeParser", "classarmnn_caffe_parser_1_1_record_by_record_caffe_parser.xhtml", null ]
- ] ]
- ] ],
- [ "IConnectableLayer", "classarmnn_1_1_i_connectable_layer.xhtml", [
- [ "Layer", "classarmnn_1_1_layer.xhtml", [
- [ "AbsLayer", "classarmnn_1_1_abs_layer.xhtml", null ],
- [ "BindableLayer", "classarmnn_1_1_bindable_layer.xhtml", [
- [ "InputLayer", "classarmnn_1_1_input_layer.xhtml", null ],
- [ "OutputLayer", "classarmnn_1_1_output_layer.xhtml", null ]
- ] ],
- [ "ConstantLayer", "classarmnn_1_1_constant_layer.xhtml", null ],
- [ "ConvertFp16ToFp32Layer", "classarmnn_1_1_convert_fp16_to_fp32_layer.xhtml", null ],
- [ "ConvertFp32ToFp16Layer", "classarmnn_1_1_convert_fp32_to_fp16_layer.xhtml", null ],
- [ "DebugLayer", "classarmnn_1_1_debug_layer.xhtml", null ],
- [ "DequantizeLayer", "classarmnn_1_1_dequantize_layer.xhtml", null ],
- [ "ElementwiseBaseLayer", "classarmnn_1_1_elementwise_base_layer.xhtml", [
- [ "AdditionLayer", "classarmnn_1_1_addition_layer.xhtml", null ],
- [ "DivisionLayer", "classarmnn_1_1_division_layer.xhtml", null ],
- [ "MaximumLayer", "classarmnn_1_1_maximum_layer.xhtml", null ],
- [ "MinimumLayer", "classarmnn_1_1_minimum_layer.xhtml", null ],
- [ "MultiplicationLayer", "classarmnn_1_1_multiplication_layer.xhtml", null ],
- [ "SubtractionLayer", "classarmnn_1_1_subtraction_layer.xhtml", null ]
- ] ],
- [ "FloorLayer", "classarmnn_1_1_floor_layer.xhtml", null ],
- [ "GatherLayer", "classarmnn_1_1_gather_layer.xhtml", null ],
- [ "LayerWithParameters< Parameters >", "classarmnn_1_1_layer_with_parameters.xhtml", null ],
- [ "MemCopyLayer", "classarmnn_1_1_mem_copy_layer.xhtml", null ],
- [ "MemImportLayer", "classarmnn_1_1_mem_import_layer.xhtml", null ],
- [ "MergeLayer", "classarmnn_1_1_merge_layer.xhtml", null ],
- [ "PreluLayer", "classarmnn_1_1_prelu_layer.xhtml", null ],
- [ "QuantizedLstmLayer", "classarmnn_1_1_quantized_lstm_layer.xhtml", null ],
- [ "QuantizeLayer", "classarmnn_1_1_quantize_layer.xhtml", null ],
- [ "RsqrtLayer", "classarmnn_1_1_rsqrt_layer.xhtml", null ],
- [ "SwitchLayer", "classarmnn_1_1_switch_layer.xhtml", null ],
- [ "LayerWithParameters< ActivationDescriptor >", "classarmnn_1_1_layer_with_parameters.xhtml", [
- [ "ActivationLayer", "classarmnn_1_1_activation_layer.xhtml", null ]
- ] ],
- [ "LayerWithParameters< ArgMinMaxDescriptor >", "classarmnn_1_1_layer_with_parameters.xhtml", [
- [ "ArgMinMaxLayer", "classarmnn_1_1_arg_min_max_layer.xhtml", null ]
- ] ],
- [ "LayerWithParameters< BatchNormalizationDescriptor >", "classarmnn_1_1_layer_with_parameters.xhtml", [
- [ "BatchNormalizationLayer", "classarmnn_1_1_batch_normalization_layer.xhtml", null ]
- ] ],
- [ "LayerWithParameters< BatchToSpaceNdDescriptor >", "classarmnn_1_1_layer_with_parameters.xhtml", [
- [ "BatchToSpaceNdLayer", "classarmnn_1_1_batch_to_space_nd_layer.xhtml", null ]
- ] ],
- [ "LayerWithParameters< ComparisonDescriptor >", "classarmnn_1_1_layer_with_parameters.xhtml", [
- [ "ComparisonLayer", "classarmnn_1_1_comparison_layer.xhtml", null ]
- ] ],
- [ "LayerWithParameters< Convolution2dDescriptor >", "classarmnn_1_1_layer_with_parameters.xhtml", [
- [ "Convolution2dLayer", "classarmnn_1_1_convolution2d_layer.xhtml", null ]
- ] ],
- [ "LayerWithParameters< DepthToSpaceDescriptor >", "classarmnn_1_1_layer_with_parameters.xhtml", [
- [ "DepthToSpaceLayer", "classarmnn_1_1_depth_to_space_layer.xhtml", null ]
- ] ],
- [ "LayerWithParameters< DepthwiseConvolution2dDescriptor >", "classarmnn_1_1_layer_with_parameters.xhtml", [
- [ "DepthwiseConvolution2dLayer", "classarmnn_1_1_depthwise_convolution2d_layer.xhtml", null ]
- ] ],
- [ "LayerWithParameters< DetectionPostProcessDescriptor >", "classarmnn_1_1_layer_with_parameters.xhtml", [
- [ "DetectionPostProcessLayer", "classarmnn_1_1_detection_post_process_layer.xhtml", null ]
- ] ],
- [ "LayerWithParameters< ElementwiseUnaryDescriptor >", "classarmnn_1_1_layer_with_parameters.xhtml", [
- [ "ElementwiseUnaryLayer", "classarmnn_1_1_elementwise_unary_layer.xhtml", null ]
- ] ],
- [ "LayerWithParameters< FakeQuantizationDescriptor >", "classarmnn_1_1_layer_with_parameters.xhtml", [
- [ "FakeQuantizationLayer", "classarmnn_1_1_fake_quantization_layer.xhtml", null ]
- ] ],
- [ "LayerWithParameters< FullyConnectedDescriptor >", "classarmnn_1_1_layer_with_parameters.xhtml", [
- [ "FullyConnectedLayer", "classarmnn_1_1_fully_connected_layer.xhtml", null ]
- ] ],
- [ "LayerWithParameters< InstanceNormalizationDescriptor >", "classarmnn_1_1_layer_with_parameters.xhtml", [
- [ "InstanceNormalizationLayer", "classarmnn_1_1_instance_normalization_layer.xhtml", null ]
- ] ],
- [ "LayerWithParameters< L2NormalizationDescriptor >", "classarmnn_1_1_layer_with_parameters.xhtml", [
- [ "L2NormalizationLayer", "classarmnn_1_1_l2_normalization_layer.xhtml", null ]
- ] ],
- [ "LayerWithParameters< LogSoftmaxDescriptor >", "classarmnn_1_1_layer_with_parameters.xhtml", [
- [ "LogSoftmaxLayer", "classarmnn_1_1_log_softmax_layer.xhtml", null ]
- ] ],
- [ "LayerWithParameters< LstmDescriptor >", "classarmnn_1_1_layer_with_parameters.xhtml", [
- [ "LstmLayer", "classarmnn_1_1_lstm_layer.xhtml", null ]
- ] ],
- [ "LayerWithParameters< MeanDescriptor >", "classarmnn_1_1_layer_with_parameters.xhtml", [
- [ "MeanLayer", "classarmnn_1_1_mean_layer.xhtml", null ]
- ] ],
- [ "LayerWithParameters< NormalizationDescriptor >", "classarmnn_1_1_layer_with_parameters.xhtml", [
- [ "NormalizationLayer", "classarmnn_1_1_normalization_layer.xhtml", null ]
- ] ],
- [ "LayerWithParameters< OriginsDescriptor >", "classarmnn_1_1_layer_with_parameters.xhtml", [
- [ "ConcatLayer", "classarmnn_1_1_concat_layer.xhtml", null ]
- ] ],
- [ "LayerWithParameters< PadDescriptor >", "classarmnn_1_1_layer_with_parameters.xhtml", [
- [ "PadLayer", "classarmnn_1_1_pad_layer.xhtml", null ]
- ] ],
- [ "LayerWithParameters< PermuteDescriptor >", "classarmnn_1_1_layer_with_parameters.xhtml", [
- [ "PermuteLayer", "classarmnn_1_1_permute_layer.xhtml", null ]
- ] ],
- [ "LayerWithParameters< Pooling2dDescriptor >", "classarmnn_1_1_layer_with_parameters.xhtml", [
- [ "Pooling2dLayer", "classarmnn_1_1_pooling2d_layer.xhtml", null ]
- ] ],
- [ "LayerWithParameters< PreCompiledDescriptor >", "classarmnn_1_1_layer_with_parameters.xhtml", [
- [ "PreCompiledLayer", "classarmnn_1_1_pre_compiled_layer.xhtml", null ]
- ] ],
- [ "LayerWithParameters< ReshapeDescriptor >", "classarmnn_1_1_layer_with_parameters.xhtml", [
- [ "ReshapeLayer", "classarmnn_1_1_reshape_layer.xhtml", null ]
- ] ],
- [ "LayerWithParameters< ResizeDescriptor >", "classarmnn_1_1_layer_with_parameters.xhtml", [
- [ "ResizeLayer", "classarmnn_1_1_resize_layer.xhtml", null ]
- ] ],
- [ "LayerWithParameters< SliceDescriptor >", "classarmnn_1_1_layer_with_parameters.xhtml", [
- [ "SliceLayer", "classarmnn_1_1_slice_layer.xhtml", null ]
- ] ],
- [ "LayerWithParameters< SoftmaxDescriptor >", "classarmnn_1_1_layer_with_parameters.xhtml", [
- [ "SoftmaxLayer", "classarmnn_1_1_softmax_layer.xhtml", null ]
- ] ],
- [ "LayerWithParameters< SpaceToBatchNdDescriptor >", "classarmnn_1_1_layer_with_parameters.xhtml", [
- [ "SpaceToBatchNdLayer", "classarmnn_1_1_space_to_batch_nd_layer.xhtml", null ]
- ] ],
- [ "LayerWithParameters< SpaceToDepthDescriptor >", "classarmnn_1_1_layer_with_parameters.xhtml", [
- [ "SpaceToDepthLayer", "classarmnn_1_1_space_to_depth_layer.xhtml", null ]
- ] ],
- [ "LayerWithParameters< StackDescriptor >", "classarmnn_1_1_layer_with_parameters.xhtml", [
- [ "StackLayer", "classarmnn_1_1_stack_layer.xhtml", null ]
- ] ],
- [ "LayerWithParameters< StandInDescriptor >", "classarmnn_1_1_layer_with_parameters.xhtml", [
- [ "StandInLayer", "classarmnn_1_1_stand_in_layer.xhtml", null ]
- ] ],
- [ "LayerWithParameters< StridedSliceDescriptor >", "classarmnn_1_1_layer_with_parameters.xhtml", [
- [ "StridedSliceLayer", "classarmnn_1_1_strided_slice_layer.xhtml", null ]
- ] ],
- [ "LayerWithParameters< TransposeConvolution2dDescriptor >", "classarmnn_1_1_layer_with_parameters.xhtml", [
- [ "TransposeConvolution2dLayer", "classarmnn_1_1_transpose_convolution2d_layer.xhtml", null ]
- ] ],
- [ "LayerWithParameters< TransposeDescriptor >", "classarmnn_1_1_layer_with_parameters.xhtml", [
- [ "TransposeLayer", "classarmnn_1_1_transpose_layer.xhtml", null ]
- ] ],
- [ "LayerWithParameters< ViewsDescriptor >", "classarmnn_1_1_layer_with_parameters.xhtml", [
- [ "SplitterLayer", "classarmnn_1_1_splitter_layer.xhtml", null ]
- ] ]
- ] ]
- ] ],
- [ "IConsumer", "classarmnn_1_1profiling_1_1_i_consumer.xhtml", [
- [ "SendThread", "classarmnn_1_1profiling_1_1_send_thread.xhtml", null ]
- ] ],
- [ "ICounterDirectory", "classarmnn_1_1profiling_1_1_i_counter_directory.xhtml", [
- [ "CounterDirectory", "classarmnn_1_1profiling_1_1_counter_directory.xhtml", null ],
- [ "MockCounterDirectory", "classarmnn_1_1profiling_1_1_mock_counter_directory.xhtml", null ]
- ] ],
- [ "ICounterMappings", "classarmnn_1_1profiling_1_1_i_counter_mappings.xhtml", [
- [ "CounterIdMap", "classarmnn_1_1profiling_1_1_counter_id_map.xhtml", null ]
- ] ],
- [ "ICounterRegistry", "classarmnn_1_1profiling_1_1_i_counter_registry.xhtml", [
- [ "CounterDirectory", "classarmnn_1_1profiling_1_1_counter_directory.xhtml", null ]
- ] ],
- [ "IDeserializer", "classarmnn_deserializer_1_1_i_deserializer.xhtml", [
- [ "Deserializer", "classarmnn_deserializer_1_1_deserializer.xhtml", null ]
- ] ],
- [ "IDeviceSpec", "classarmnn_1_1_i_device_spec.xhtml", [
- [ "DeviceSpec", "classarmnn_1_1_device_spec.xhtml", null ]
- ] ],
- [ "IExecutionFrame", "classarmnn_1_1_i_execution_frame.xhtml", [
- [ "ExecutionFrame", "classarmnn_1_1_execution_frame.xhtml", null ]
- ] ],
- [ "IGpuAccTunedParameters", "classarmnn_1_1_i_gpu_acc_tuned_parameters.xhtml", [
- [ "ClTunedParameters", "classarmnn_1_1_cl_tuned_parameters.xhtml", null ]
- ] ],
- [ "IGraphObservable", "classarmnn_1_1_i_graph_observable.xhtml", [
- [ "GraphObservable< ObservedType >", "classarmnn_1_1_graph_observable.xhtml", null ],
- [ "GraphObservable< Layer *>", "classarmnn_1_1_graph_observable.xhtml", [
- [ "AddedLayerObservable", "classarmnn_1_1_added_layer_observable.xhtml", null ]
- ] ],
- [ "GraphObservable< std::string >", "classarmnn_1_1_graph_observable.xhtml", [
- [ "ErasedLayerNamesObservable", "classarmnn_1_1_erased_layer_names_observable.xhtml", null ]
- ] ]
- ] ],
- [ "IInferenceTestCase", "classarmnn_1_1test_1_1_i_inference_test_case.xhtml", [
- [ "InferenceModelTestCase< TModel >", "classarmnn_1_1test_1_1_inference_model_test_case.xhtml", [
- [ "ClassifierTestCase< TTestCaseDatabase, TModel >", "classarmnn_1_1test_1_1_classifier_test_case.xhtml", null ]
- ] ],
- [ "InferenceModelTestCase< Model >", "classarmnn_1_1test_1_1_inference_model_test_case.xhtml", [
- [ "YoloTestCase< Model >", "class_yolo_test_case.xhtml", null ]
- ] ]
- ] ],
- [ "IInferenceTestCaseProvider", "classarmnn_1_1test_1_1_i_inference_test_case_provider.xhtml", [
- [ "ClassifierTestCaseProvider< TDatabase, InferenceModel >", "classarmnn_1_1test_1_1_classifier_test_case_provider.xhtml", null ],
- [ "YoloTestCaseProvider< Model >", "class_yolo_test_case_provider.xhtml", null ]
- ] ],
- [ "IInputSlot", "classarmnn_1_1_i_input_slot.xhtml", [
- [ "InputSlot", "classarmnn_1_1_input_slot.xhtml", null ]
- ] ],
- [ "ILayerSupport", "classarmnn_1_1_i_layer_support.xhtml", [
- [ "LayerSupportBase", "classarmnn_1_1_layer_support_base.xhtml", [
- [ "ClLayerSupport", "classarmnn_1_1_cl_layer_support.xhtml", null ],
- [ "MockLayerSupport", "classarmnn_1_1_mock_layer_support.xhtml", null ],
- [ "NeonLayerSupport", "classarmnn_1_1_neon_layer_support.xhtml", null ],
- [ "RefLayerSupport", "classarmnn_1_1_ref_layer_support.xhtml", null ],
- [ "SampleDynamicLayerSupport", "classarmnn_1_1_sample_dynamic_layer_support.xhtml", null ]
- ] ]
- ] ],
- [ "ILayerVisitor", "classarmnn_1_1_i_layer_visitor.xhtml", [
- [ "LayerVisitorBase< DefaultPolicy >", "classarmnn_1_1_layer_visitor_base.xhtml", null ],
- [ "SerializerVisitor", "classarmnn_serializer_1_1_serializer_visitor.xhtml", null ],
- [ "LayerVisitorBase< armnn::VisitorNoThrowPolicy >", "classarmnn_1_1_layer_visitor_base.xhtml", [
- [ "InputLayerVisitor", "classarmnn_quantizer_1_1_input_layer_visitor.xhtml", null ]
- ] ],
- [ "LayerVisitorBase< VisitorNoThrowPolicy >", "classarmnn_1_1_layer_visitor_base.xhtml", [
- [ "DynamicQuantizationVisitor", "classarmnn_1_1_dynamic_quantization_visitor.xhtml", null ],
- [ "OverrideInputRangeVisitor", "classarmnn_1_1_override_input_range_visitor.xhtml", null ],
- [ "StaticRangeVisitor", "classarmnn_1_1_static_range_visitor.xhtml", null ],
- [ "TestLayerVisitor", "classarmnn_1_1_test_layer_visitor.xhtml", [
- [ "TestBatchNormalizationLayerVisitor", "classarmnn_1_1_test_batch_normalization_layer_visitor.xhtml", null ],
- [ "TestConstantLayerVisitor", "classarmnn_1_1_test_constant_layer_visitor.xhtml", null ],
- [ "TestConvolution2dLayerVisitor", "classarmnn_1_1_test_convolution2d_layer_visitor.xhtml", null ],
- [ "TestDepthwiseConvolution2dLayerVisitor", "classarmnn_1_1_test_depthwise_convolution2d_layer_visitor.xhtml", null ],
- [ "TestFullyConnectedLayerVistor", "classarmnn_1_1_test_fully_connected_layer_vistor.xhtml", null ],
- [ "TestInputLayerVisitor", "classarmnn_1_1_test_input_layer_visitor.xhtml", null ],
- [ "TestLstmLayerVisitor", "classarmnn_1_1_test_lstm_layer_visitor.xhtml", null ],
- [ "TestOutputLayerVisitor", "classarmnn_1_1_test_output_layer_visitor.xhtml", null ],
- [ "TestQuantizedLstmLayerVisitor", "classarmnn_1_1_test_quantized_lstm_layer_visitor.xhtml", null ],
- [ "TestActivationLayerVisitor", "class_test_activation_layer_visitor.xhtml", null ],
- [ "TestAdditionLayerVisitor", "class_test_addition_layer_visitor.xhtml", null ],
- [ "TestArgMinMaxLayerVisitor", "class_test_arg_min_max_layer_visitor.xhtml", null ],
- [ "TestBatchToSpaceNdLayerVisitor", "class_test_batch_to_space_nd_layer_visitor.xhtml", null ],
- [ "TestComparisonLayerVisitor", "class_test_comparison_layer_visitor.xhtml", null ],
- [ "TestConcatLayerVisitor", "class_test_concat_layer_visitor.xhtml", null ],
- [ "TestDepthToSpaceLayerVisitor", "class_test_depth_to_space_layer_visitor.xhtml", null ],
- [ "TestDequantizeLayerVisitor", "class_test_dequantize_layer_visitor.xhtml", null ],
- [ "TestDivisionLayerVisitor", "class_test_division_layer_visitor.xhtml", null ],
- [ "TestElementwiseUnaryLayerVisitor", "class_test_elementwise_unary_layer_visitor.xhtml", null ],
- [ "TestFloorLayerVisitor", "class_test_floor_layer_visitor.xhtml", null ],
- [ "TestGatherLayerVisitor", "class_test_gather_layer_visitor.xhtml", null ],
- [ "TestInstanceNormalizationLayerVisitor", "class_test_instance_normalization_layer_visitor.xhtml", null ],
- [ "TestL2NormalizationLayerVisitor", "class_test_l2_normalization_layer_visitor.xhtml", null ],
- [ "TestLogSoftmaxLayerVisitor", "class_test_log_softmax_layer_visitor.xhtml", null ],
- [ "TestMaximumLayerVisitor", "class_test_maximum_layer_visitor.xhtml", null ],
- [ "TestMeanLayerVisitor", "class_test_mean_layer_visitor.xhtml", null ],
- [ "TestMergeLayerVisitor", "class_test_merge_layer_visitor.xhtml", null ],
- [ "TestMinimumLayerVisitor", "class_test_minimum_layer_visitor.xhtml", null ],
- [ "TestMultiplicationLayerVisitor", "class_test_multiplication_layer_visitor.xhtml", null ],
- [ "TestNormalizationLayerVisitor", "class_test_normalization_layer_visitor.xhtml", null ],
- [ "TestPadLayerVisitor", "class_test_pad_layer_visitor.xhtml", null ],
- [ "TestPermuteLayerVisitor", "class_test_permute_layer_visitor.xhtml", null ],
- [ "TestPooling2dLayerVisitor", "class_test_pooling2d_layer_visitor.xhtml", null ],
- [ "TestPreluLayerVisitor", "class_test_prelu_layer_visitor.xhtml", null ],
- [ "TestQuantizeLayerVisitor", "class_test_quantize_layer_visitor.xhtml", null ],
- [ "TestReshapeLayerVisitor", "class_test_reshape_layer_visitor.xhtml", null ],
- [ "TestResizeLayerVisitor", "class_test_resize_layer_visitor.xhtml", null ],
- [ "TestSliceLayerVisitor", "class_test_slice_layer_visitor.xhtml", null ],
- [ "TestSoftmaxLayerVisitor", "class_test_softmax_layer_visitor.xhtml", null ],
- [ "TestSpaceToBatchNdLayerVisitor", "class_test_space_to_batch_nd_layer_visitor.xhtml", null ],
- [ "TestSpaceToDepthLayerVisitor", "class_test_space_to_depth_layer_visitor.xhtml", null ],
- [ "TestSplitterLayerVisitor", "class_test_splitter_layer_visitor.xhtml", null ],
- [ "TestStackLayerVisitor", "class_test_stack_layer_visitor.xhtml", null ],
- [ "TestStandInLayerVisitor", "class_test_stand_in_layer_visitor.xhtml", null ],
- [ "TestStridedSliceLayerVisitor", "class_test_strided_slice_layer_visitor.xhtml", null ],
- [ "TestSubtractionLayerVisitor", "class_test_subtraction_layer_visitor.xhtml", null ],
- [ "TestSwitchLayerVisitor", "class_test_switch_layer_visitor.xhtml", null ],
- [ "TestTransposeLayerVisitor", "class_test_transpose_layer_visitor.xhtml", null ]
- ] ]
- ] ],
- [ "LayerVisitorBase< VisitorThrowingPolicy >", "classarmnn_1_1_layer_visitor_base.xhtml", [
- [ "QuantizerVisitor", "classarmnn_1_1_quantizer_visitor.xhtml", null ]
- ] ]
- ] ],
- [ "ImagePreprocessor< TDataType >", "class_image_preprocessor.xhtml", null ],
- [ "IMemoryManager", "classarmnn_1_1_i_memory_manager.xhtml", [
- [ "BaseMemoryManager", "classarmnn_1_1_base_memory_manager.xhtml", [
- [ "ClMemoryManager", "classarmnn_1_1_cl_memory_manager.xhtml", null ],
- [ "NeonMemoryManager", "classarmnn_1_1_neon_memory_manager.xhtml", null ]
- ] ],
- [ "RefMemoryManager", "classarmnn_1_1_ref_memory_manager.xhtml", null ],
- [ "SampleMemoryManager", "classarmnn_1_1_sample_memory_manager.xhtml", null ]
- ] ],
- [ "INetwork", "classarmnn_1_1_i_network.xhtml", [
- [ "Network", "classarmnn_1_1_network.xhtml", null ]
- ] ],
- [ "INetworkProperties", "structarmnn_1_1_i_network_properties.xhtml", null ],
- [ "INetworkQuantizer", "classarmnn_1_1_i_network_quantizer.xhtml", [
- [ "NetworkQuantizer", "classarmnn_1_1_network_quantizer.xhtml", null ]
- ] ],
- [ "InferenceModel< IParser, TDataType >", "class_inference_model.xhtml", null ],
- [ "InferenceTestImage", "class_inference_test_image.xhtml", null ],
- [ "InferenceTestOptions", "structarmnn_1_1test_1_1_inference_test_options.xhtml", null ],
- [ "Graph::InputLayersAccessor", "structarmnn_1_1_graph_1_1_input_layers_accessor.xhtml", null ],
- [ "InstanceNormalizationDescriptor", "structarmnn_1_1_instance_normalization_descriptor.xhtml", null ],
- [ "Instrument", "classarmnn_1_1_instrument.xhtml", [
- [ "NeonTimer", "classarmnn_1_1_neon_timer.xhtml", null ],
- [ "OpenClTimer", "classarmnn_1_1_open_cl_timer.xhtml", null ],
- [ "WallClockTimer", "classarmnn_1_1_wall_clock_timer.xhtml", null ]
- ] ],
- [ "integral_constant", null, [
- [ "is_floating_point< const armnn::Half >", "structstd_1_1is__floating__point_3_01const_01armnn_1_1_half_01_4.xhtml", null ],
- [ "is_floating_point< volatile armnn::Half >", "structstd_1_1is__floating__point_3_01volatile_01armnn_1_1_half_01_4.xhtml", null ]
- ] ],
- [ "integral_constant", null, [
- [ "IsHalfType< T >", "structarmnn_1_1_is_half_type.xhtml", null ],
- [ "is_floating_point< armnn::Half >", "structstd_1_1is__floating__point_3_01armnn_1_1_half_01_4.xhtml", null ]
- ] ],
- [ "IOnnxParser", "classarmnn_onnx_parser_1_1_i_onnx_parser.xhtml", [
- [ "OnnxParser", "classarmnn_onnx_parser_1_1_onnx_parser.xhtml", null ]
- ] ],
- [ "IOptimizedNetwork", "classarmnn_1_1_i_optimized_network.xhtml", [
- [ "OptimizedNetwork", "classarmnn_1_1_optimized_network.xhtml", null ]
- ] ],
- [ "IOutputSlot", "classarmnn_1_1_i_output_slot.xhtml", [
- [ "OutputSlot", "classarmnn_1_1_output_slot.xhtml", null ]
- ] ],
- [ "IPeriodicCounterCapture", "classarmnn_1_1profiling_1_1_i_periodic_counter_capture.xhtml", [
- [ "PeriodicCounterCapture", "classarmnn_1_1profiling_1_1_periodic_counter_capture.xhtml", null ]
- ] ],
- [ "IProfiler", "classarmnn_1_1_i_profiler.xhtml", [
- [ "Profiler", "classarmnn_1_1_profiler.xhtml", null ]
- ] ],
- [ "IProfilingConnection", "classarmnn_1_1profiling_1_1_i_profiling_connection.xhtml", [
- [ "FileOnlyProfilingConnection", "classarmnn_1_1profiling_1_1_file_only_profiling_connection.xhtml", null ],
- [ "MockProfilingConnection", "classarmnn_1_1profiling_1_1_mock_profiling_connection.xhtml", null ],
- [ "ProfilingConnectionDumpToFileDecorator", "classarmnn_1_1profiling_1_1_profiling_connection_dump_to_file_decorator.xhtml", null ],
- [ "SocketProfilingConnection", "classarmnn_1_1profiling_1_1_socket_profiling_connection.xhtml", null ],
- [ "TestProfilingConnectionBase", "classarmnn_1_1profiling_1_1_test_profiling_connection_base.xhtml", [
- [ "TestProfilingConnectionArmnnError", "classarmnn_1_1profiling_1_1_test_profiling_connection_armnn_error.xhtml", null ],
- [ "TestProfilingConnectionBadAckPacket", "classarmnn_1_1profiling_1_1_test_profiling_connection_bad_ack_packet.xhtml", null ],
- [ "TestProfilingConnectionTimeoutError", "classarmnn_1_1profiling_1_1_test_profiling_connection_timeout_error.xhtml", null ]
- ] ]
- ] ],
- [ "IProfilingConnectionFactory", "classarmnn_1_1profiling_1_1_i_profiling_connection_factory.xhtml", [
- [ "MockProfilingConnectionFactory", "classarmnn_1_1profiling_1_1_mock_profiling_connection_factory.xhtml", null ],
- [ "ProfilingConnectionFactory", "classarmnn_1_1profiling_1_1_profiling_connection_factory.xhtml", null ]
- ] ],
- [ "IProfilingGuidGenerator", "classarmnn_1_1profiling_1_1_i_profiling_guid_generator.xhtml", [
- [ "IProfilingService", "classarmnn_1_1profiling_1_1_i_profiling_service.xhtml", [
- [ "MockProfilingService", "classarmnn_1_1profiling_1_1_mock_profiling_service.xhtml", null ],
- [ "ProfilingService", "classarmnn_1_1profiling_1_1_profiling_service.xhtml", [
- [ "ProfilingServiceRuntimeHelper", "classarmnn_1_1profiling_1_1_profiling_service_runtime_helper.xhtml", null ],
- [ "SwapProfilingConnectionFactoryHelper", "classarmnn_1_1profiling_1_1_swap_profiling_connection_factory_helper.xhtml", null ]
- ] ]
- ] ],
- [ "ProfilingGuidGenerator", "classarmnn_1_1profiling_1_1_profiling_guid_generator.xhtml", null ]
- ] ],
- [ "IQuantizationScheme", "structarmnn_1_1_i_quantization_scheme.xhtml", [
- [ "QAsymmS8QuantizationScheme", "structarmnn_1_1_q_asymm_s8_quantization_scheme.xhtml", null ],
- [ "QAsymmU8QuantizationScheme", "structarmnn_1_1_q_asymm_u8_quantization_scheme.xhtml", null ],
- [ "QSymm16QuantizationScheme", "structarmnn_1_1_q_symm16_quantization_scheme.xhtml", null ],
- [ "QSymmS8QuantizationScheme", "structarmnn_1_1_q_symm_s8_quantization_scheme.xhtml", null ]
- ] ],
- [ "IReadCounterValues", "classarmnn_1_1profiling_1_1_i_read_counter_values.xhtml", [
- [ "IReadWriteCounterValues", "classarmnn_1_1profiling_1_1_i_read_write_counter_values.xhtml", [
- [ "ProfilingService", "classarmnn_1_1profiling_1_1_profiling_service.xhtml", null ]
- ] ]
- ] ],
- [ "IReadOnlyPacketBuffer", "classarmnn_1_1profiling_1_1_i_read_only_packet_buffer.xhtml", [
- [ "IPacketBuffer", "classarmnn_1_1profiling_1_1_i_packet_buffer.xhtml", [
- [ "MockPacketBuffer", "classarmnn_1_1profiling_1_1_mock_packet_buffer.xhtml", null ],
- [ "PacketBuffer", "classarmnn_1_1profiling_1_1_packet_buffer.xhtml", null ]
- ] ]
- ] ],
- [ "IRegisterBackendCounters", "classarmnn_1_1profiling_1_1_i_register_backend_counters.xhtml", [
- [ "RegisterBackendCounters", "classarmnn_1_1profiling_1_1_register_backend_counters.xhtml", null ]
- ] ],
- [ "IRegisterCounterMapping", "classarmnn_1_1profiling_1_1_i_register_counter_mapping.xhtml", [
- [ "CounterIdMap", "classarmnn_1_1profiling_1_1_counter_id_map.xhtml", null ],
- [ "MockProfilingService", "classarmnn_1_1profiling_1_1_mock_profiling_service.xhtml", null ]
- ] ],
- [ "IRuntime", "classarmnn_1_1_i_runtime.xhtml", [
- [ "Runtime", "classarmnn_1_1_runtime.xhtml", null ]
- ] ],
- [ "IScheduler", null, [
- [ "NeonInterceptorScheduler", "classarmnn_1_1_neon_interceptor_scheduler.xhtml", null ]
- ] ],
- [ "ISendCounterPacket", "classarmnn_1_1profiling_1_1_i_send_counter_packet.xhtml", [
- [ "MockSendCounterPacket", "classarmnn_1_1profiling_1_1_mock_send_counter_packet.xhtml", null ],
- [ "SendCounterPacket", "classarmnn_1_1profiling_1_1_send_counter_packet.xhtml", [
- [ "SendCounterPacketTest", "classarmnn_1_1profiling_1_1_send_counter_packet_test.xhtml", null ]
- ] ]
- ] ],
- [ "ISendThread", "classarmnn_1_1profiling_1_1_i_send_thread.xhtml", [
- [ "SendThread", "classarmnn_1_1profiling_1_1_send_thread.xhtml", null ]
- ] ],
- [ "ISendTimelinePacket", "classarmnn_1_1profiling_1_1_i_send_timeline_packet.xhtml", [
- [ "SendTimelinePacket", "classarmnn_1_1profiling_1_1_send_timeline_packet.xhtml", null ]
- ] ],
- [ "ISerializer", "classarmnn_serializer_1_1_i_serializer.xhtml", [
- [ "Serializer", "classarmnn_serializer_1_1_serializer.xhtml", null ]
- ] ],
- [ "IsFloat16Layer", "structarmnn_1_1optimizations_1_1_is_float16_layer.xhtml", null ],
- [ "IsFloat32Layer", "structarmnn_1_1optimizations_1_1_is_float32_layer.xhtml", null ],
- [ "IsFloatingPointIterator< ItType >", "structarmnn_utils_1_1_is_floating_point_iterator.xhtml", null ],
- [ "IsMemorySource< T >", "structarmnn_1_1_is_memory_source.xhtml", null ],
- [ "IsMemorySource< MemorySource >", "structarmnn_1_1_is_memory_source_3_01_memory_source_01_4.xhtml", null ],
- [ "ISubgraphViewConverter", "classarmnn_1_1_i_subgraph_view_converter.xhtml", null ],
- [ "ITensorHandle", "classarmnn_1_1_i_tensor_handle.xhtml", [
- [ "ConstCpuTensorHandle", "classarmnn_1_1_const_cpu_tensor_handle.xhtml", [
- [ "ConstPassthroughCpuTensorHandle", "classarmnn_1_1_const_passthrough_cpu_tensor_handle.xhtml", null ],
- [ "CpuTensorHandle", "classarmnn_1_1_cpu_tensor_handle.xhtml", [
- [ "PassthroughCpuTensorHandle", "classarmnn_1_1_passthrough_cpu_tensor_handle.xhtml", null ],
- [ "ScopedCpuTensorHandle", "classarmnn_1_1_scoped_cpu_tensor_handle.xhtml", null ]
- ] ]
- ] ],
- [ "IAclTensorHandle", "classarmnn_1_1_i_acl_tensor_handle.xhtml", [
- [ "IClTensorHandle", "classarmnn_1_1_i_cl_tensor_handle.xhtml", [
- [ "ClSubTensorHandle", "classarmnn_1_1_cl_sub_tensor_handle.xhtml", null ],
- [ "ClTensorHandle", "classarmnn_1_1_cl_tensor_handle.xhtml", null ]
- ] ],
- [ "NeonSubTensorHandle", "classarmnn_1_1_neon_sub_tensor_handle.xhtml", null ],
- [ "NeonTensorHandle", "classarmnn_1_1_neon_tensor_handle.xhtml", null ]
- ] ],
- [ "RefTensorHandle", "classarmnn_1_1_ref_tensor_handle.xhtml", null ],
- [ "SampleTensorHandle", "classarmnn_1_1_sample_tensor_handle.xhtml", null ]
- ] ],
- [ "ITensorHandleFactory", "classarmnn_1_1_i_tensor_handle_factory.xhtml", [
- [ "ClTensorHandleFactory", "classarmnn_1_1_cl_tensor_handle_factory.xhtml", null ],
- [ "NeonTensorHandleFactory", "classarmnn_1_1_neon_tensor_handle_factory.xhtml", null ],
- [ "RefTensorHandleFactory", "classarmnn_1_1_ref_tensor_handle_factory.xhtml", null ]
- ] ],
- [ "ITfLiteParser", "classarmnn_tf_lite_parser_1_1_i_tf_lite_parser.xhtml", [
- [ "TfLiteParser", "classarmnn_tf_lite_parser_1_1_tf_lite_parser.xhtml", null ]
- ] ],
- [ "ITfParser", "classarmnn_tf_parser_1_1_i_tf_parser.xhtml", [
- [ "TfParser", "classarmnn_tf_parser_1_1_tf_parser.xhtml", null ]
- ] ],
- [ "ITimelineDecoder", "class_i_timeline_decoder.xhtml", [
- [ "TimelineDecoder", "classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml", null ]
- ] ],
- [ "IWorkload", "classarmnn_1_1_i_workload.xhtml", [
- [ "BaseWorkload< QueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "FirstInputTypedWorkload< QueueDescriptor, DataType >", "classarmnn_1_1_first_input_typed_workload.xhtml", null ],
- [ "MultiTypedWorkload< QueueDescriptor, InputDataType, OutputDataType >", "classarmnn_1_1_multi_typed_workload.xhtml", [
- [ "ClConvertFp16ToFp32Workload", "classarmnn_1_1_cl_convert_fp16_to_fp32_workload.xhtml", null ],
- [ "ClConvertFp32ToFp16Workload", "classarmnn_1_1_cl_convert_fp32_to_fp16_workload.xhtml", null ],
- [ "NeonConvertFp16ToFp32Workload", "classarmnn_1_1_neon_convert_fp16_to_fp32_workload.xhtml", null ],
- [ "NeonConvertFp32ToFp16Workload", "classarmnn_1_1_neon_convert_fp32_to_fp16_workload.xhtml", null ],
- [ "RefConvertFp16ToFp32Workload", "classarmnn_1_1_ref_convert_fp16_to_fp32_workload.xhtml", null ],
- [ "RefConvertFp32ToFp16Workload", "classarmnn_1_1_ref_convert_fp32_to_fp16_workload.xhtml", null ]
- ] ],
- [ "TypedWorkload< QueueDescriptor, DataTypes >", "classarmnn_1_1_typed_workload.xhtml", [
- [ "ClBatchNormalizationFloatWorkload", "classarmnn_1_1_cl_batch_normalization_float_workload.xhtml", null ],
- [ "ClDivisionFloatWorkload", "classarmnn_1_1_cl_division_float_workload.xhtml", null ],
- [ "ClFloorFloatWorkload", "classarmnn_1_1_cl_floor_float_workload.xhtml", null ],
- [ "ClL2NormalizationFloatWorkload", "classarmnn_1_1_cl_l2_normalization_float_workload.xhtml", null ],
- [ "ClLstmFloatWorkload", "classarmnn_1_1_cl_lstm_float_workload.xhtml", null ],
- [ "ClNormalizationFloatWorkload", "classarmnn_1_1_cl_normalization_float_workload.xhtml", null ],
- [ "ClSoftmaxFloatWorkload", "classarmnn_1_1_cl_softmax_float_workload.xhtml", null ],
- [ "ClSoftmaxUint8Workload", "classarmnn_1_1_cl_softmax_uint8_workload.xhtml", null ],
- [ "NeonFloorFloatWorkload", "classarmnn_1_1_neon_floor_float_workload.xhtml", null ],
- [ "NeonL2NormalizationFloatWorkload", "classarmnn_1_1_neon_l2_normalization_float_workload.xhtml", null ],
- [ "NeonLstmFloatWorkload", "classarmnn_1_1_neon_lstm_float_workload.xhtml", null ],
- [ "NeonNormalizationFloatWorkload", "classarmnn_1_1_neon_normalization_float_workload.xhtml", null ],
- [ "NeonSoftmaxFloatWorkload", "classarmnn_1_1_neon_softmax_float_workload.xhtml", null ],
- [ "NeonSoftmaxUint8Workload", "classarmnn_1_1_neon_softmax_uint8_workload.xhtml", null ],
- [ "RefFakeQuantizationFloat32Workload", "classarmnn_1_1_ref_fake_quantization_float32_workload.xhtml", null ]
- ] ]
- ] ],
- [ "NullWorkload", "classarmnn_1_1_null_workload.xhtml", null ],
- [ "BaseWorkload< AbsQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "ClAbsWorkload", "classarmnn_1_1_cl_abs_workload.xhtml", null ],
- [ "NeonAbsWorkload", "classarmnn_1_1_neon_abs_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< ActivationQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "ClActivationWorkload", "classarmnn_1_1_cl_activation_workload.xhtml", null ],
- [ "NeonActivationWorkload", "classarmnn_1_1_neon_activation_workload.xhtml", null ],
- [ "RefActivationWorkload", "classarmnn_1_1_ref_activation_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< AdditionQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "ClAdditionWorkload", "classarmnn_1_1_cl_addition_workload.xhtml", null ],
- [ "NeonAdditionWorkload", "classarmnn_1_1_neon_addition_workload.xhtml", null ],
- [ "SampleDynamicAdditionWorkload", "classarmnn_1_1_sample_dynamic_addition_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< ArgMinMaxQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "ClArgMinMaxWorkload", "classarmnn_1_1_cl_arg_min_max_workload.xhtml", null ],
- [ "NeonArgMinMaxWorkload", "classarmnn_1_1_neon_arg_min_max_workload.xhtml", null ],
- [ "RefArgMinMaxWorkload", "classarmnn_1_1_ref_arg_min_max_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< armnn::FullyConnectedQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "ClFullyConnectedWorkload", "classarmnn_1_1_cl_fully_connected_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< BatchNormalizationQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "NeonBatchNormalizationWorkload", "classarmnn_1_1_neon_batch_normalization_workload.xhtml", null ],
- [ "RefBatchNormalizationWorkload", "classarmnn_1_1_ref_batch_normalization_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< BatchToSpaceNdQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "ClBatchToSpaceNdWorkload", "classarmnn_1_1_cl_batch_to_space_nd_workload.xhtml", null ],
- [ "NeonBatchToSpaceNdWorkload", "classarmnn_1_1_neon_batch_to_space_nd_workload.xhtml", null ],
- [ "RefBatchToSpaceNdWorkload", "classarmnn_1_1_ref_batch_to_space_nd_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< ComparisonQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "RefComparisonWorkload", "classarmnn_1_1_ref_comparison_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< ConcatQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "ClConcatWorkload", "classarmnn_1_1_cl_concat_workload.xhtml", null ],
- [ "NeonConcatWorkload", "classarmnn_1_1_neon_concat_workload.xhtml", null ],
- [ "RefConcatWorkload", "classarmnn_1_1_ref_concat_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< ConstantQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "ClConstantWorkload", "classarmnn_1_1_cl_constant_workload.xhtml", null ],
- [ "NeonConstantWorkload", "classarmnn_1_1_neon_constant_workload.xhtml", null ],
- [ "RefConstantWorkload", "classarmnn_1_1_ref_constant_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< Convolution2dQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "ClConvolution2dWorkload", "classarmnn_1_1_cl_convolution2d_workload.xhtml", null ],
- [ "NeonConvolution2dWorkload", "classarmnn_1_1_neon_convolution2d_workload.xhtml", null ],
- [ "RefConvolution2dWorkload", "classarmnn_1_1_ref_convolution2d_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< DebugQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "TypedWorkload< DebugQueueDescriptor, DataType >", "classarmnn_1_1_typed_workload.xhtml", [
- [ "RefDebugWorkload< DataType >", "classarmnn_1_1_ref_debug_workload.xhtml", null ]
- ] ]
- ] ],
- [ "BaseWorkload< DepthToSpaceQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "ClDepthToSpaceWorkload", "classarmnn_1_1_cl_depth_to_space_workload.xhtml", null ],
- [ "NeonDepthToSpaceWorkload", "classarmnn_1_1_neon_depth_to_space_workload.xhtml", null ],
- [ "RefDepthToSpaceWorkload", "classarmnn_1_1_ref_depth_to_space_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< DepthwiseConvolution2dQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "ClDepthwiseConvolutionWorkload", "classarmnn_1_1_cl_depthwise_convolution_workload.xhtml", null ],
- [ "NeonDepthwiseConvolutionWorkload", "classarmnn_1_1_neon_depthwise_convolution_workload.xhtml", null ],
- [ "RefDepthwiseConvolution2dWorkload", "classarmnn_1_1_ref_depthwise_convolution2d_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< DequantizeQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "ClDequantizeWorkload", "classarmnn_1_1_cl_dequantize_workload.xhtml", null ],
- [ "NeonDequantizeWorkload", "classarmnn_1_1_neon_dequantize_workload.xhtml", null ],
- [ "RefDequantizeWorkload", "classarmnn_1_1_ref_dequantize_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< DetectionPostProcessQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "NeonDetectionPostProcessWorkload", "classarmnn_1_1_neon_detection_post_process_workload.xhtml", null ],
- [ "RefDetectionPostProcessWorkload", "classarmnn_1_1_ref_detection_post_process_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< DivisionQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "NeonDivisionWorkload", "classarmnn_1_1_neon_division_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< ElementwiseUnaryQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "RefElementwiseUnaryWorkload", "classarmnn_1_1_ref_elementwise_unary_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< FloorQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "RefFloorWorkload", "classarmnn_1_1_ref_floor_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< FullyConnectedQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "NeonFullyConnectedWorkload", "classarmnn_1_1_neon_fully_connected_workload.xhtml", null ],
- [ "RefFullyConnectedWorkload", "classarmnn_1_1_ref_fully_connected_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< GatherQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "RefGatherWorkload", "classarmnn_1_1_ref_gather_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< GreaterQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "MultiTypedWorkload< GreaterQueueDescriptor, T, DataType::Boolean >", "classarmnn_1_1_multi_typed_workload.xhtml", [
- [ "ClGreaterWorkload< T >", "classarmnn_1_1_cl_greater_workload.xhtml", null ],
- [ "NeonGreaterWorkload< T >", "classarmnn_1_1_neon_greater_workload.xhtml", null ]
- ] ]
- ] ],
- [ "BaseWorkload< InstanceNormalizationQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "ClInstanceNormalizationWorkload", "classarmnn_1_1_cl_instance_normalization_workload.xhtml", null ],
- [ "NeonInstanceNormalizationWorkload", "classarmnn_1_1_neon_instance_normalization_workload.xhtml", null ],
- [ "RefInstanceNormalizationWorkload", "classarmnn_1_1_ref_instance_normalization_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< L2NormalizationQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "RefL2NormalizationWorkload", "classarmnn_1_1_ref_l2_normalization_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< LogSoftmaxQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "RefLogSoftmaxWorkload", "classarmnn_1_1_ref_log_softmax_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< LstmQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "RefLstmWorkload", "classarmnn_1_1_ref_lstm_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< MaximumQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "ClMaximumWorkload", "classarmnn_1_1_cl_maximum_workload.xhtml", null ],
- [ "NeonMaximumWorkload", "classarmnn_1_1_neon_maximum_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< MeanQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "ClMeanWorkload", "classarmnn_1_1_cl_mean_workload.xhtml", null ],
- [ "NeonMeanWorkload", "classarmnn_1_1_neon_mean_workload.xhtml", null ],
- [ "RefMeanWorkload", "classarmnn_1_1_ref_mean_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< MemCopyQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "CopyMemGenericWorkload", "classarmnn_1_1_copy_mem_generic_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< MemImportQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "ImportMemGenericWorkload", "classarmnn_1_1_import_mem_generic_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< MemSyncQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "SyncMemGenericWorkload", "classarmnn_1_1_sync_mem_generic_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< MinimumQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "ClMinimumWorkload", "classarmnn_1_1_cl_minimum_workload.xhtml", null ],
- [ "NeonMinimumWorkload", "classarmnn_1_1_neon_minimum_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< MultiplicationQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "ClMultiplicationWorkload", "classarmnn_1_1_cl_multiplication_workload.xhtml", null ],
- [ "NeonMultiplicationWorkload", "classarmnn_1_1_neon_multiplication_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< NormalizationQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "RefNormalizationWorkload", "classarmnn_1_1_ref_normalization_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< PadQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "ClPadWorkload", "classarmnn_1_1_cl_pad_workload.xhtml", null ],
- [ "NeonPadWorkload", "classarmnn_1_1_neon_pad_workload.xhtml", null ],
- [ "TypedWorkload< PadQueueDescriptor, DataType >", "classarmnn_1_1_typed_workload.xhtml", [
- [ "RefPadWorkload< DataType >", "classarmnn_1_1_ref_pad_workload.xhtml", null ]
- ] ]
- ] ],
- [ "BaseWorkload< ParentDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "RefElementwiseWorkload< Functor, ParentDescriptor, DebugString >", "classarmnn_1_1_ref_elementwise_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< PermuteQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "ClPermuteWorkload", "classarmnn_1_1_cl_permute_workload.xhtml", null ],
- [ "NeonPermuteWorkload", "classarmnn_1_1_neon_permute_workload.xhtml", null ],
- [ "TypedWorkload< PermuteQueueDescriptor, DataType >", "classarmnn_1_1_typed_workload.xhtml", [
- [ "RefPermuteWorkload< DataType >", "classarmnn_1_1_ref_permute_workload.xhtml", null ]
- ] ]
- ] ],
- [ "BaseWorkload< Pooling2dQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "ClPooling2dWorkload", "classarmnn_1_1_cl_pooling2d_workload.xhtml", null ],
- [ "NeonPooling2dWorkload", "classarmnn_1_1_neon_pooling2d_workload.xhtml", null ],
- [ "RefPooling2dWorkload", "classarmnn_1_1_ref_pooling2d_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< PreluQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "ClPreluWorkload", "classarmnn_1_1_cl_prelu_workload.xhtml", null ],
- [ "NeonPreluWorkload", "classarmnn_1_1_neon_prelu_workload.xhtml", null ],
- [ "RefPreluWorkload", "classarmnn_1_1_ref_prelu_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< QuantizedLstmQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "ClQuantizedLstmWorkload", "classarmnn_1_1_cl_quantized_lstm_workload.xhtml", null ],
- [ "NeonQuantizedLstmWorkload", "classarmnn_1_1_neon_quantized_lstm_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< QuantizeQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "ClQuantizeWorkload", "classarmnn_1_1_cl_quantize_workload.xhtml", null ],
- [ "NeonQuantizeWorkload", "classarmnn_1_1_neon_quantize_workload.xhtml", null ],
- [ "RefQuantizeWorkload", "classarmnn_1_1_ref_quantize_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< ReshapeQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "ClReshapeWorkload", "classarmnn_1_1_cl_reshape_workload.xhtml", null ],
- [ "NeonReshapeWorkload", "classarmnn_1_1_neon_reshape_workload.xhtml", null ],
- [ "RefReshapeWorkload", "classarmnn_1_1_ref_reshape_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< ResizeBilinearQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "RefResizeBilinearWorkload", "classarmnn_1_1_ref_resize_bilinear_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< ResizeQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "ClResizeWorkload", "classarmnn_1_1_cl_resize_workload.xhtml", null ],
- [ "NeonResizeWorkload", "classarmnn_1_1_neon_resize_workload.xhtml", null ],
- [ "RefResizeWorkload", "classarmnn_1_1_ref_resize_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< RsqrtQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "ClRsqrtWorkload", "classarmnn_1_1_cl_rsqrt_workload.xhtml", null ],
- [ "NeonRsqrtWorkload", "classarmnn_1_1_neon_rsqrt_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< SliceQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "ClSliceWorkload", "classarmnn_1_1_cl_slice_workload.xhtml", null ],
- [ "NeonSliceWorkload", "classarmnn_1_1_neon_slice_workload.xhtml", null ],
- [ "RefSliceWorkload", "classarmnn_1_1_ref_slice_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< SoftmaxQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "RefSoftmaxWorkload", "classarmnn_1_1_ref_softmax_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< SpaceToBatchNdQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "ClSpaceToBatchNdWorkload", "classarmnn_1_1_cl_space_to_batch_nd_workload.xhtml", null ],
- [ "NeonSpaceToBatchNdWorkload", "classarmnn_1_1_neon_space_to_batch_nd_workload.xhtml", null ],
- [ "RefSpaceToBatchNdWorkload", "classarmnn_1_1_ref_space_to_batch_nd_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< SpaceToDepthQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "ClSpaceToDepthWorkload", "classarmnn_1_1_cl_space_to_depth_workload.xhtml", null ],
- [ "NeonSpaceToDepthWorkload", "classarmnn_1_1_neon_space_to_depth_workload.xhtml", null ],
- [ "RefSpaceToDepthWorkload", "classarmnn_1_1_ref_space_to_depth_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< SplitterQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "ClSplitterWorkload", "classarmnn_1_1_cl_splitter_workload.xhtml", null ],
- [ "NeonSplitterWorkload", "classarmnn_1_1_neon_splitter_workload.xhtml", null ],
- [ "RefSplitterWorkload", "classarmnn_1_1_ref_splitter_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< StackQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "ClStackWorkload", "classarmnn_1_1_cl_stack_workload.xhtml", null ],
- [ "NeonStackWorkload", "classarmnn_1_1_neon_stack_workload.xhtml", null ],
- [ "RefStackWorkload", "classarmnn_1_1_ref_stack_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< StridedSliceQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "ClStridedSliceWorkload", "classarmnn_1_1_cl_strided_slice_workload.xhtml", null ],
- [ "NeonStridedSliceWorkload", "classarmnn_1_1_neon_strided_slice_workload.xhtml", null ],
- [ "RefStridedSliceWorkload", "classarmnn_1_1_ref_strided_slice_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< SubtractionQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "ClSubtractionWorkload", "classarmnn_1_1_cl_subtraction_workload.xhtml", null ],
- [ "NeonSubtractionWorkload", "classarmnn_1_1_neon_subtraction_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< TransposeConvolution2dQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "ClTransposeConvolution2dWorkload", "classarmnn_1_1_cl_transpose_convolution2d_workload.xhtml", null ],
- [ "NeonTransposeConvolution2dWorkload", "classarmnn_1_1_neon_transpose_convolution2d_workload.xhtml", null ],
- [ "RefTransposeConvolution2dWorkload", "classarmnn_1_1_ref_transpose_convolution2d_workload.xhtml", null ]
- ] ],
- [ "BaseWorkload< TransposeQueueDescriptor >", "classarmnn_1_1_base_workload.xhtml", [
- [ "ClTransposeWorkload", "classarmnn_1_1_cl_transpose_workload.xhtml", null ],
- [ "NeonTransposeWorkload", "classarmnn_1_1_neon_transpose_workload.xhtml", null ],
- [ "TypedWorkload< TransposeQueueDescriptor, DataType >", "classarmnn_1_1_typed_workload.xhtml", [
- [ "RefTransposeWorkload< DataType >", "classarmnn_1_1_ref_transpose_workload.xhtml", null ]
- ] ]
- ] ]
- ] ],
- [ "IWorkloadFactory", "classarmnn_1_1_i_workload_factory.xhtml", [
- [ "RefWorkloadFactory", "classarmnn_1_1_ref_workload_factory.xhtml", null ],
- [ "SampleDynamicWorkloadFactory", "classarmnn_1_1_sample_dynamic_workload_factory.xhtml", null ],
- [ "WorkloadFactoryBase", "classarmnn_1_1_workload_factory_base.xhtml", [
- [ "ClWorkloadFactory", "classarmnn_1_1_cl_workload_factory.xhtml", null ],
- [ "NeonWorkloadFactory", "classarmnn_1_1_neon_workload_factory.xhtml", null ]
- ] ]
- ] ],
- [ "IWriteCounterValues", "classarmnn_1_1profiling_1_1_i_write_counter_values.xhtml", [
- [ "IReadWriteCounterValues", "classarmnn_1_1profiling_1_1_i_read_write_counter_values.xhtml", null ]
- ] ],
- [ "JsonChildObject", "structarmnn_1_1_json_child_object.xhtml", null ],
- [ "JsonPrinter", "classarmnn_1_1_json_printer.xhtml", null ],
- [ "L2NormalizationDescriptor", "structarmnn_1_1_l2_normalization_descriptor.xhtml", null ],
- [ "ITimelineDecoder::Label", "struct_i_timeline_decoder_1_1_label.xhtml", null ],
- [ "LabelsAndEventClasses", "classarmnn_1_1profiling_1_1_labels_and_event_classes.xhtml", null ],
- [ "Graph::LayerInGraph< InputLayer >", "classarmnn_1_1_graph_1_1_layer_in_graph_3_01_input_layer_01_4.xhtml", null ],
- [ "Graph::LayerInGraph< OutputLayer >", "classarmnn_1_1_graph_1_1_layer_in_graph_3_01_output_layer_01_4.xhtml", null ],
- [ "LayerTestResult< T, n >", "struct_layer_test_result.xhtml", null ],
- [ "LayerTypeOfImpl< Type >", "structarmnn_1_1_layer_type_of_impl.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::Activation >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_activation_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::Addition >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_addition_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::ArgMinMax >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_arg_min_max_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::BatchNormalization >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_batch_normalization_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::BatchToSpaceNd >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_batch_to_space_nd_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::Comparison >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_comparison_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::Concat >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_concat_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::Constant >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_constant_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::ConvertFp16ToFp32 >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_convert_fp16_to_fp32_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::ConvertFp32ToFp16 >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_convert_fp32_to_fp16_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::Convolution2d >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_convolution2d_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::Debug >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_debug_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::DepthToSpace >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_depth_to_space_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::DepthwiseConvolution2d >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_depthwise_convolution2d_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::Dequantize >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_dequantize_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::DetectionPostProcess >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_detection_post_process_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::Division >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_division_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::ElementwiseUnary >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_elementwise_unary_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::FakeQuantization >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_fake_quantization_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::Floor >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_floor_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::FullyConnected >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_fully_connected_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::Gather >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_gather_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::Input >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_input_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::InstanceNormalization >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_instance_normalization_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::L2Normalization >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_l2_normalization_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::LogSoftmax >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_log_softmax_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::Lstm >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_lstm_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::Maximum >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_maximum_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::Mean >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_mean_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::MemCopy >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_mem_copy_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::MemImport >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_mem_import_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::Merge >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_merge_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::Minimum >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_minimum_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::Multiplication >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_multiplication_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::Normalization >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_normalization_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::Output >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_output_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::Pad >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_pad_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::Permute >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_permute_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::Pooling2d >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_pooling2d_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::PreCompiled >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_pre_compiled_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::Prelu >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_prelu_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::Quantize >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_quantize_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::QuantizedLstm >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_quantized_lstm_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::Reshape >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_reshape_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::Resize >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_resize_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::Slice >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_slice_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::Softmax >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_softmax_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::SpaceToBatchNd >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_space_to_batch_nd_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::SpaceToDepth >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_space_to_depth_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::Splitter >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_splitter_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::Stack >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_stack_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::StandIn >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_stand_in_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::StridedSlice >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_strided_slice_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::Subtraction >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_subtraction_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::Switch >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_switch_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::Transpose >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_transpose_01_4.xhtml", null ],
- [ "LayerTypeOfImpl< LayerType::TransposeConvolution2d >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_transpose_convolution2d_01_4.xhtml", null ],
- [ "LoadedNetwork", "classarmnn_1_1_loaded_network.xhtml", null ],
- [ "LogLevelSwapper", "structarmnn_1_1profiling_1_1_log_level_swapper.xhtml", null ],
- [ "LogSink", "classarmnn_1_1_log_sink.xhtml", [
- [ "StandardOutputSink", "classarmnn_1_1_standard_output_sink.xhtml", null ]
- ] ],
- [ "LstmBasicParameters", "structarmnn_1_1_lstm_basic_parameters.xhtml", null ],
- [ "LstmDescriptor", "structarmnn_1_1_lstm_descriptor.xhtml", null ],
- [ "LstmInputParams", "structarmnn_1_1_lstm_input_params.xhtml", null ],
- [ "LstmInputParamsInfo", "structarmnn_1_1_lstm_input_params_info.xhtml", null ],
- [ "LstmOptCifgParameters", "structarmnn_1_1_lstm_opt_cifg_parameters.xhtml", null ],
- [ "LstmOptLayerNormParameters", "structarmnn_1_1_lstm_opt_layer_norm_parameters.xhtml", null ],
- [ "LstmOptPeepholeParameters", "structarmnn_1_1_lstm_opt_peephole_parameters.xhtml", null ],
- [ "LstmOptProjectionParameters", "structarmnn_1_1_lstm_opt_projection_parameters.xhtml", null ],
- [ "MeanDescriptor", "structarmnn_1_1_mean_descriptor.xhtml", null ],
- [ "Measurement", "structarmnn_1_1_measurement.xhtml", null ],
- [ "MnistDatabase", "class_mnist_database.xhtml", null ],
- [ "MockBackendInitialiser", "classarmnn_1_1_mock_backend_initialiser.xhtml", null ],
- [ "MockBackendProfilingService", "classarmnn_1_1_mock_backend_profiling_service.xhtml", null ],
- [ "TimelineDecoder::Model", "structarmnn_1_1timelinedecoder_1_1_timeline_decoder_1_1_model.xhtml", null ],
- [ "ModelAccuracyChecker", "classarmnn_utils_1_1_model_accuracy_checker.xhtml", null ],
- [ "MovePermuteUpImpl", "classarmnn_1_1optimizations_1_1_move_permute_up_impl.xhtml", null ],
- [ "MoveTransposeUpImpl", "classarmnn_1_1optimizations_1_1_move_transpose_up_impl.xhtml", null ],
- [ "NormalizationDescriptor", "structarmnn_1_1_normalization_descriptor.xhtml", null ],
- [ "NormalizationParameters", "struct_normalization_parameters.xhtml", null ],
- [ "Optimization", "classarmnn_1_1_optimization.xhtml", [
- [ "ConvertConstants< Converter, Predicate >", "classarmnn_1_1optimizations_1_1_convert_constants.xhtml", null ],
- [ "OptimizeForTypeImpl< BaseType, Wrapped >", "classarmnn_1_1_optimize_for_type_impl.xhtml", [
- [ "OptimizeForType< BaseType, Wrapped >", "classarmnn_1_1_optimize_for_type.xhtml", null ]
- ] ],
- [ "OptimizeForTypeImpl< Layer, Wrapped >", "classarmnn_1_1_optimize_for_type_impl_3_01_layer_00_01_wrapped_01_4.xhtml", null ],
- [ "OptimizeForTypeImpl< BaseType, OptimizeForConnectionImpl< BaseType, ChildType, Wrapped > >", "classarmnn_1_1_optimize_for_type_impl.xhtml", [
- [ "OptimizeForConnection< BaseType, ChildType, Wrapped >", "classarmnn_1_1_optimize_for_connection.xhtml", null ]
- ] ]
- ] ],
- [ "OptimizationResult", "structarmnn_1_1_optimization_result.xhtml", null ],
- [ "OptimizationViews", "classarmnn_1_1_optimization_views.xhtml", null ],
- [ "OptimizeConsecutiveReshapesImpl", "classarmnn_1_1optimizations_1_1_optimize_consecutive_reshapes_impl.xhtml", null ],
- [ "OptimizeInverseConversionsImpl", "classarmnn_1_1optimizations_1_1_optimize_inverse_conversions_impl.xhtml", null ],
- [ "OptimizeInversePermutesImpl< PermuteType >", "classarmnn_1_1optimizations_1_1_optimize_inverse_permutes_impl.xhtml", null ],
- [ "Optimizer", "classarmnn_1_1_optimizer.xhtml", null ],
- [ "OptimizerOptions", "structarmnn_1_1_optimizer_options.xhtml", null ],
- [ "OptionalBase", "classarmnn_1_1_optional_base.xhtml", [
- [ "OptionalReferenceSwitch< IsReference, T >", "classarmnn_1_1_optional_reference_switch.xhtml", null ],
- [ "OptionalReferenceSwitch< true, T >", "classarmnn_1_1_optional_reference_switch_3_01true_00_01_t_01_4.xhtml", null ],
- [ "OptionalReferenceSwitch< std::is_reference< armnn::BackendId >::value, armnn::BackendId >", "classarmnn_1_1_optional_reference_switch.xhtml", [
- [ "Optional< armnn::BackendId >", "classarmnn_1_1_optional.xhtml", null ]
- ] ],
- [ "OptionalReferenceSwitch< std::is_reference< armnn::ConstTensor >::value, armnn::ConstTensor >", "classarmnn_1_1_optional_reference_switch.xhtml", [
- [ "Optional< armnn::ConstTensor >", "classarmnn_1_1_optional.xhtml", null ]
- ] ],
- [ "OptionalReferenceSwitch< std::is_reference< armnn::DynamicQuantizationVisitor >::value, armnn::DynamicQuantizationVisitor >", "classarmnn_1_1_optional_reference_switch.xhtml", [
- [ "Optional< armnn::DynamicQuantizationVisitor >", "classarmnn_1_1_optional.xhtml", null ]
- ] ],
- [ "OptionalReferenceSwitch< std::is_reference< armnnTfLiteParser::ITfLiteParser::TfLiteParserOptions >::value, armnnTfLiteParser::ITfLiteParser::TfLiteParserOptions >", "classarmnn_1_1_optional_reference_switch.xhtml", [
- [ "Optional< armnnTfLiteParser::ITfLiteParser::TfLiteParserOptions >", "classarmnn_1_1_optional.xhtml", null ]
- ] ],
- [ "OptionalReferenceSwitch< std::is_reference< int32_t >::value, int32_t >", "classarmnn_1_1_optional_reference_switch.xhtml", [
- [ "Optional< int32_t >", "classarmnn_1_1_optional.xhtml", null ]
- ] ],
- [ "OptionalReferenceSwitch< std::is_reference< T >::value, T >", "classarmnn_1_1_optional_reference_switch.xhtml", [
- [ "Optional< T >", "classarmnn_1_1_optional.xhtml", null ]
- ] ],
- [ "OptionalReferenceSwitch< std::is_reference< unsigned int >::value, unsigned int >", "classarmnn_1_1_optional_reference_switch.xhtml", [
- [ "Optional< unsigned int >", "classarmnn_1_1_optional.xhtml", null ]
- ] ]
- ] ],
- [ "OriginsDescriptor", "structarmnn_1_1_origins_descriptor.xhtml", null ],
- [ "OutputHandler", "classarmnn_1_1_output_handler.xhtml", null ],
- [ "Graph::OutputLayersAccessor", "structarmnn_1_1_graph_1_1_output_layers_accessor.xhtml", null ],
- [ "Packet", "classarmnn_1_1profiling_1_1_packet.xhtml", null ],
- [ "PacketKey", "classarmnn_1_1profiling_1_1_packet_key.xhtml", null ],
- [ "PacketVersion", "structarmnn_1_1gatordmock_1_1_packet_version.xhtml", null ],
- [ "PacketVersionResolver", "classarmnn_1_1profiling_1_1_packet_version_resolver.xhtml", null ],
- [ "PadDescriptor", "structarmnn_1_1_pad_descriptor.xhtml", null ],
- [ "Params", "struct_inference_model_internal_1_1_params.xhtml", null ],
- [ "ParserFlatbuffersFixture", "struct_parser_flatbuffers_fixture.xhtml", [
- [ "ActivationFixture", null, [
- [ "PositiveActivationFixture", "struct_positive_activation_fixture.xhtml", null ]
- ] ]
- ] ],
- [ "ParserFlatbuffersSerializeFixture", "struct_parser_flatbuffers_serialize_fixture.xhtml", [
- [ "ActivationFixture", null, null ]
- ] ],
- [ "ParserPrototxtFixture< TParser >", "structarmnn_utils_1_1_parser_prototxt_fixture.xhtml", null ],
- [ "ParserPrototxtFixture< armnnCaffeParser::ICaffeParser >", "structarmnn_utils_1_1_parser_prototxt_fixture.xhtml", null ],
- [ "ParserPrototxtFixture< armnnOnnxParser::IOnnxParser >", "structarmnn_utils_1_1_parser_prototxt_fixture.xhtml", null ],
- [ "ParserPrototxtFixture< armnnTfParser::ITfParser >", "structarmnn_utils_1_1_parser_prototxt_fixture.xhtml", [
- [ "ActivationFixture", null, null ]
- ] ],
- [ "PermutationVector", "classarmnn_1_1_permutation_vector.xhtml", null ],
- [ "PermuteAndBatchToSpaceAsDepthToSpaceImpl< PermuteType >", "classarmnn_1_1optimizations_1_1_permute_and_batch_to_space_as_depth_to_space_impl.xhtml", null ],
- [ "PermuteAsReshapeImpl", "classarmnn_1_1optimizations_1_1_permute_as_reshape_impl.xhtml", null ],
- [ "PermuteDescriptor", "structarmnn_1_1_permute_descriptor.xhtml", null ],
- [ "RefMemoryManager::Pool", "classarmnn_1_1_ref_memory_manager_1_1_pool.xhtml", null ],
- [ "SampleMemoryManager::Pool", "classarmnn_1_1_sample_memory_manager_1_1_pool.xhtml", null ],
- [ "Pooling2dDescriptor", "structarmnn_1_1_pooling2d_descriptor.xhtml", null ],
- [ "PreCompiledDescriptor", "structarmnn_1_1_pre_compiled_descriptor.xhtml", null ],
- [ "ProfilerManager", "classarmnn_1_1_profiler_manager.xhtml", null ],
- [ "ProfilingGuid", "classarmnn_1_1profiling_1_1_profiling_guid.xhtml", [
- [ "ProfilingDynamicGuid", "structarmnn_1_1profiling_1_1_profiling_dynamic_guid.xhtml", null ],
- [ "ProfilingStaticGuid", "structarmnn_1_1profiling_1_1_profiling_static_guid.xhtml", null ]
- ] ],
- [ "ProfilingStateMachine", "classarmnn_1_1profiling_1_1_profiling_state_machine.xhtml", null ],
- [ "QuantizationDataSet", "classarmnn_quantizer_1_1_quantization_data_set.xhtml", null ],
- [ "QuantizationInput", "classarmnn_quantizer_1_1_quantization_input.xhtml", null ],
- [ "QuantizedLstmInputParams", "structarmnn_1_1_quantized_lstm_input_params.xhtml", null ],
- [ "QuantizedLstmInputParamsInfo", "structarmnn_1_1_quantized_lstm_input_params_info.xhtml", null ],
- [ "QuantizedLstmParameters", "structarmnn_1_1_quantized_lstm_parameters.xhtml", null ],
- [ "QuantizedMultiplierSmallerThanOne", "structarmnn_1_1_quantized_multiplier_smaller_than_one.xhtml", null ],
- [ "QuantizerOptions", "structarmnn_1_1_quantizer_options.xhtml", null ],
- [ "QueueDescriptor", "structarmnn_1_1_queue_descriptor.xhtml", [
- [ "AbsQueueDescriptor", "structarmnn_1_1_abs_queue_descriptor.xhtml", null ],
- [ "AdditionQueueDescriptor", "structarmnn_1_1_addition_queue_descriptor.xhtml", null ],
- [ "ConstantQueueDescriptor", "structarmnn_1_1_constant_queue_descriptor.xhtml", null ],
- [ "ConvertFp16ToFp32QueueDescriptor", "structarmnn_1_1_convert_fp16_to_fp32_queue_descriptor.xhtml", null ],
- [ "ConvertFp32ToFp16QueueDescriptor", "structarmnn_1_1_convert_fp32_to_fp16_queue_descriptor.xhtml", null ],
- [ "DebugQueueDescriptor", "structarmnn_1_1_debug_queue_descriptor.xhtml", null ],
- [ "DequantizeQueueDescriptor", "structarmnn_1_1_dequantize_queue_descriptor.xhtml", null ],
- [ "DivisionQueueDescriptor", "structarmnn_1_1_division_queue_descriptor.xhtml", null ],
- [ "EqualQueueDescriptor", "structarmnn_1_1_equal_queue_descriptor.xhtml", null ],
- [ "FloorQueueDescriptor", "structarmnn_1_1_floor_queue_descriptor.xhtml", null ],
- [ "GatherQueueDescriptor", "structarmnn_1_1_gather_queue_descriptor.xhtml", null ],
- [ "GreaterQueueDescriptor", "structarmnn_1_1_greater_queue_descriptor.xhtml", null ],
- [ "MaximumQueueDescriptor", "structarmnn_1_1_maximum_queue_descriptor.xhtml", null ],
- [ "MemCopyQueueDescriptor", "structarmnn_1_1_mem_copy_queue_descriptor.xhtml", null ],
- [ "MemImportQueueDescriptor", "structarmnn_1_1_mem_import_queue_descriptor.xhtml", null ],
- [ "MemSyncQueueDescriptor", "structarmnn_1_1_mem_sync_queue_descriptor.xhtml", null ],
- [ "MergeQueueDescriptor", "structarmnn_1_1_merge_queue_descriptor.xhtml", null ],
- [ "MinimumQueueDescriptor", "structarmnn_1_1_minimum_queue_descriptor.xhtml", null ],
- [ "MultiplicationQueueDescriptor", "structarmnn_1_1_multiplication_queue_descriptor.xhtml", null ],
- [ "PreluQueueDescriptor", "structarmnn_1_1_prelu_queue_descriptor.xhtml", null ],
- [ "QuantizedLstmQueueDescriptor", "structarmnn_1_1_quantized_lstm_queue_descriptor.xhtml", null ],
- [ "QuantizeQueueDescriptor", "structarmnn_1_1_quantize_queue_descriptor.xhtml", null ],
- [ "QueueDescriptorWithParameters< LayerDescriptor >", "structarmnn_1_1_queue_descriptor_with_parameters.xhtml", null ],
- [ "RsqrtQueueDescriptor", "structarmnn_1_1_rsqrt_queue_descriptor.xhtml", null ],
- [ "SubtractionQueueDescriptor", "structarmnn_1_1_subtraction_queue_descriptor.xhtml", null ],
- [ "SwitchQueueDescriptor", "structarmnn_1_1_switch_queue_descriptor.xhtml", null ],
- [ "QueueDescriptorWithParameters< ActivationDescriptor >", "structarmnn_1_1_queue_descriptor_with_parameters.xhtml", [
- [ "ActivationQueueDescriptor", "structarmnn_1_1_activation_queue_descriptor.xhtml", null ]
- ] ],
- [ "QueueDescriptorWithParameters< ArgMinMaxDescriptor >", "structarmnn_1_1_queue_descriptor_with_parameters.xhtml", [
- [ "ArgMinMaxQueueDescriptor", "structarmnn_1_1_arg_min_max_queue_descriptor.xhtml", null ]
- ] ],
- [ "QueueDescriptorWithParameters< BatchNormalizationDescriptor >", "structarmnn_1_1_queue_descriptor_with_parameters.xhtml", [
- [ "BatchNormalizationQueueDescriptor", "structarmnn_1_1_batch_normalization_queue_descriptor.xhtml", null ]
- ] ],
- [ "QueueDescriptorWithParameters< BatchToSpaceNdDescriptor >", "structarmnn_1_1_queue_descriptor_with_parameters.xhtml", [
- [ "BatchToSpaceNdQueueDescriptor", "structarmnn_1_1_batch_to_space_nd_queue_descriptor.xhtml", null ]
- ] ],
- [ "QueueDescriptorWithParameters< ComparisonDescriptor >", "structarmnn_1_1_queue_descriptor_with_parameters.xhtml", [
- [ "ComparisonQueueDescriptor", "structarmnn_1_1_comparison_queue_descriptor.xhtml", null ]
- ] ],
- [ "QueueDescriptorWithParameters< Convolution2dDescriptor >", "structarmnn_1_1_queue_descriptor_with_parameters.xhtml", [
- [ "Convolution2dQueueDescriptor", "structarmnn_1_1_convolution2d_queue_descriptor.xhtml", null ]
- ] ],
- [ "QueueDescriptorWithParameters< DepthToSpaceDescriptor >", "structarmnn_1_1_queue_descriptor_with_parameters.xhtml", [
- [ "DepthToSpaceQueueDescriptor", "structarmnn_1_1_depth_to_space_queue_descriptor.xhtml", null ]
- ] ],
- [ "QueueDescriptorWithParameters< DepthwiseConvolution2dDescriptor >", "structarmnn_1_1_queue_descriptor_with_parameters.xhtml", [
- [ "DepthwiseConvolution2dQueueDescriptor", "structarmnn_1_1_depthwise_convolution2d_queue_descriptor.xhtml", null ]
- ] ],
- [ "QueueDescriptorWithParameters< DetectionPostProcessDescriptor >", "structarmnn_1_1_queue_descriptor_with_parameters.xhtml", [
- [ "DetectionPostProcessQueueDescriptor", "structarmnn_1_1_detection_post_process_queue_descriptor.xhtml", null ]
- ] ],
- [ "QueueDescriptorWithParameters< ElementwiseUnaryDescriptor >", "structarmnn_1_1_queue_descriptor_with_parameters.xhtml", [
- [ "ElementwiseUnaryQueueDescriptor", "structarmnn_1_1_elementwise_unary_queue_descriptor.xhtml", null ]
- ] ],
- [ "QueueDescriptorWithParameters< FakeQuantizationDescriptor >", "structarmnn_1_1_queue_descriptor_with_parameters.xhtml", [
- [ "FakeQuantizationQueueDescriptor", "structarmnn_1_1_fake_quantization_queue_descriptor.xhtml", null ]
- ] ],
- [ "QueueDescriptorWithParameters< FullyConnectedDescriptor >", "structarmnn_1_1_queue_descriptor_with_parameters.xhtml", [
- [ "FullyConnectedQueueDescriptor", "structarmnn_1_1_fully_connected_queue_descriptor.xhtml", null ]
- ] ],
- [ "QueueDescriptorWithParameters< InstanceNormalizationDescriptor >", "structarmnn_1_1_queue_descriptor_with_parameters.xhtml", [
- [ "InstanceNormalizationQueueDescriptor", "structarmnn_1_1_instance_normalization_queue_descriptor.xhtml", null ]
- ] ],
- [ "QueueDescriptorWithParameters< L2NormalizationDescriptor >", "structarmnn_1_1_queue_descriptor_with_parameters.xhtml", [
- [ "L2NormalizationQueueDescriptor", "structarmnn_1_1_l2_normalization_queue_descriptor.xhtml", null ]
- ] ],
- [ "QueueDescriptorWithParameters< LogSoftmaxDescriptor >", "structarmnn_1_1_queue_descriptor_with_parameters.xhtml", [
- [ "LogSoftmaxQueueDescriptor", "structarmnn_1_1_log_softmax_queue_descriptor.xhtml", null ]
- ] ],
- [ "QueueDescriptorWithParameters< LstmDescriptor >", "structarmnn_1_1_queue_descriptor_with_parameters.xhtml", [
- [ "LstmQueueDescriptor", "structarmnn_1_1_lstm_queue_descriptor.xhtml", null ]
- ] ],
- [ "QueueDescriptorWithParameters< MeanDescriptor >", "structarmnn_1_1_queue_descriptor_with_parameters.xhtml", [
- [ "MeanQueueDescriptor", "structarmnn_1_1_mean_queue_descriptor.xhtml", null ]
- ] ],
- [ "QueueDescriptorWithParameters< NormalizationDescriptor >", "structarmnn_1_1_queue_descriptor_with_parameters.xhtml", [
- [ "NormalizationQueueDescriptor", "structarmnn_1_1_normalization_queue_descriptor.xhtml", null ]
- ] ],
- [ "QueueDescriptorWithParameters< OriginsDescriptor >", "structarmnn_1_1_queue_descriptor_with_parameters.xhtml", [
- [ "ConcatQueueDescriptor", "structarmnn_1_1_concat_queue_descriptor.xhtml", null ]
- ] ],
- [ "QueueDescriptorWithParameters< PadDescriptor >", "structarmnn_1_1_queue_descriptor_with_parameters.xhtml", [
- [ "PadQueueDescriptor", "structarmnn_1_1_pad_queue_descriptor.xhtml", null ]
- ] ],
- [ "QueueDescriptorWithParameters< PermuteDescriptor >", "structarmnn_1_1_queue_descriptor_with_parameters.xhtml", [
- [ "PermuteQueueDescriptor", "structarmnn_1_1_permute_queue_descriptor.xhtml", null ]
- ] ],
- [ "QueueDescriptorWithParameters< Pooling2dDescriptor >", "structarmnn_1_1_queue_descriptor_with_parameters.xhtml", [
- [ "Pooling2dQueueDescriptor", "structarmnn_1_1_pooling2d_queue_descriptor.xhtml", null ]
- ] ],
- [ "QueueDescriptorWithParameters< PreCompiledDescriptor >", "structarmnn_1_1_queue_descriptor_with_parameters.xhtml", [
- [ "PreCompiledQueueDescriptor", "structarmnn_1_1_pre_compiled_queue_descriptor.xhtml", null ]
- ] ],
- [ "QueueDescriptorWithParameters< ReshapeDescriptor >", "structarmnn_1_1_queue_descriptor_with_parameters.xhtml", [
- [ "ReshapeQueueDescriptor", "structarmnn_1_1_reshape_queue_descriptor.xhtml", null ]
- ] ],
- [ "QueueDescriptorWithParameters< ResizeBilinearDescriptor >", "structarmnn_1_1_queue_descriptor_with_parameters.xhtml", [
- [ "ResizeBilinearQueueDescriptor", "structarmnn_1_1_resize_bilinear_queue_descriptor.xhtml", null ]
- ] ],
- [ "QueueDescriptorWithParameters< ResizeDescriptor >", "structarmnn_1_1_queue_descriptor_with_parameters.xhtml", [
- [ "ResizeQueueDescriptor", "structarmnn_1_1_resize_queue_descriptor.xhtml", null ]
- ] ],
- [ "QueueDescriptorWithParameters< SliceDescriptor >", "structarmnn_1_1_queue_descriptor_with_parameters.xhtml", [
- [ "SliceQueueDescriptor", "structarmnn_1_1_slice_queue_descriptor.xhtml", null ]
- ] ],
- [ "QueueDescriptorWithParameters< SoftmaxDescriptor >", "structarmnn_1_1_queue_descriptor_with_parameters.xhtml", [
- [ "SoftmaxQueueDescriptor", "structarmnn_1_1_softmax_queue_descriptor.xhtml", null ]
- ] ],
- [ "QueueDescriptorWithParameters< SpaceToBatchNdDescriptor >", "structarmnn_1_1_queue_descriptor_with_parameters.xhtml", [
- [ "SpaceToBatchNdQueueDescriptor", "structarmnn_1_1_space_to_batch_nd_queue_descriptor.xhtml", null ]
- ] ],
- [ "QueueDescriptorWithParameters< SpaceToDepthDescriptor >", "structarmnn_1_1_queue_descriptor_with_parameters.xhtml", [
- [ "SpaceToDepthQueueDescriptor", "structarmnn_1_1_space_to_depth_queue_descriptor.xhtml", null ]
- ] ],
- [ "QueueDescriptorWithParameters< StackDescriptor >", "structarmnn_1_1_queue_descriptor_with_parameters.xhtml", [
- [ "StackQueueDescriptor", "structarmnn_1_1_stack_queue_descriptor.xhtml", null ]
- ] ],
- [ "QueueDescriptorWithParameters< StridedSliceDescriptor >", "structarmnn_1_1_queue_descriptor_with_parameters.xhtml", [
- [ "StridedSliceQueueDescriptor", "structarmnn_1_1_strided_slice_queue_descriptor.xhtml", null ]
- ] ],
- [ "QueueDescriptorWithParameters< TransposeConvolution2dDescriptor >", "structarmnn_1_1_queue_descriptor_with_parameters.xhtml", [
- [ "TransposeConvolution2dQueueDescriptor", "structarmnn_1_1_transpose_convolution2d_queue_descriptor.xhtml", null ]
- ] ],
- [ "QueueDescriptorWithParameters< TransposeDescriptor >", "structarmnn_1_1_queue_descriptor_with_parameters.xhtml", [
- [ "TransposeQueueDescriptor", "structarmnn_1_1_transpose_queue_descriptor.xhtml", null ]
- ] ],
- [ "QueueDescriptorWithParameters< ViewsDescriptor >", "structarmnn_1_1_queue_descriptor_with_parameters.xhtml", [
- [ "SplitterQueueDescriptor", "structarmnn_1_1_splitter_queue_descriptor.xhtml", null ]
- ] ]
- ] ],
- [ "RangeTracker", "classarmnn_1_1_range_tracker.xhtml", null ],
- [ "ITimelineDecoder::Relationship", "struct_i_timeline_decoder_1_1_relationship.xhtml", null ],
- [ "ReshapeDescriptor", "structarmnn_1_1_reshape_descriptor.xhtml", null ],
- [ "ResizeBilinearDescriptor", "structarmnn_1_1_resize_bilinear_descriptor.xhtml", null ],
- [ "ResizeDescriptor", "structarmnn_1_1_resize_descriptor.xhtml", null ],
- [ "ResolveTypeImpl< DT >", "structarmnn_1_1_resolve_type_impl.xhtml", null ],
- [ "ResolveTypeImpl< DataType::BFloat16 >", "structarmnn_1_1_resolve_type_impl_3_01_data_type_1_1_b_float16_01_4.xhtml", null ],
- [ "ResolveTypeImpl< DataType::Boolean >", "structarmnn_1_1_resolve_type_impl_3_01_data_type_1_1_boolean_01_4.xhtml", null ],
- [ "ResolveTypeImpl< DataType::Float16 >", "structarmnn_1_1_resolve_type_impl_3_01_data_type_1_1_float16_01_4.xhtml", null ],
- [ "ResolveTypeImpl< DataType::Float32 >", "structarmnn_1_1_resolve_type_impl_3_01_data_type_1_1_float32_01_4.xhtml", null ],
- [ "ResolveTypeImpl< DataType::QAsymmS8 >", "structarmnn_1_1_resolve_type_impl_3_01_data_type_1_1_q_asymm_s8_01_4.xhtml", null ],
- [ "ResolveTypeImpl< DataType::QAsymmU8 >", "structarmnn_1_1_resolve_type_impl_3_01_data_type_1_1_q_asymm_u8_01_4.xhtml", null ],
- [ "ResolveTypeImpl< DataType::QSymmS16 >", "structarmnn_1_1_resolve_type_impl_3_01_data_type_1_1_q_symm_s16_01_4.xhtml", null ],
- [ "ResolveTypeImpl< DataType::QSymmS8 >", "structarmnn_1_1_resolve_type_impl_3_01_data_type_1_1_q_symm_s8_01_4.xhtml", null ],
- [ "ResolveTypeImpl< DataType::Signed32 >", "structarmnn_1_1_resolve_type_impl_3_01_data_type_1_1_signed32_01_4.xhtml", null ],
- [ "Rule", "structarmnn_1_1_rule.xhtml", [
- [ "BiasAndWeightsTypesCompatible", "structarmnn_1_1_bias_and_weights_types_compatible.xhtml", null ],
- [ "BiasAndWeightsTypesMatch", "structarmnn_1_1_bias_and_weights_types_match.xhtml", null ],
- [ "QuantizationParametersAreEqual", "structarmnn_1_1_quantization_parameters_are_equal.xhtml", null ],
- [ "ShapesAreBroadcastCompatible", "structarmnn_1_1_shapes_are_broadcast_compatible.xhtml", null ],
- [ "ShapesAreSameRank", "structarmnn_1_1_shapes_are_same_rank.xhtml", null ],
- [ "ShapesAreSameTotalSize", "structarmnn_1_1_shapes_are_same_total_size.xhtml", null ],
- [ "TensorNumDimensionsAreCorrect", "structarmnn_1_1_tensor_num_dimensions_are_correct.xhtml", null ],
- [ "TypeAnyOf", "structarmnn_1_1_type_any_of.xhtml", null ],
- [ "TypeIs", "structarmnn_1_1_type_is.xhtml", null ],
- [ "TypeNotPerAxisQuantized", "structarmnn_1_1_type_not_per_axis_quantized.xhtml", null ],
- [ "TypesAreEqual", "structarmnn_1_1_types_are_equal.xhtml", null ]
- ] ],
- [ "ScopedProfilingEvent", "classarmnn_1_1_scoped_profiling_event.xhtml", null ],
- [ "ScopedRecord", "structarmnn_1_1_scoped_record.xhtml", null ],
- [ "SelectiveComparer< T, isQuantized >", "struct_selective_comparer.xhtml", null ],
- [ "SelectiveComparer< T, false >", "struct_selective_comparer_3_01_t_00_01false_01_4.xhtml", null ],
- [ "SelectiveQuantizer< T, DoQuantize >", "structarmnn_utils_1_1_selective_quantizer.xhtml", null ],
- [ "SelectiveQuantizer< armnn::BFloat16, false >", "structarmnn_utils_1_1_selective_quantizer_3_01armnn_1_1_b_float16_00_01false_01_4.xhtml", null ],
- [ "SelectiveQuantizer< armnn::Half, false >", "structarmnn_utils_1_1_selective_quantizer_3_01armnn_1_1_half_00_01false_01_4.xhtml", null ],
- [ "SelectiveQuantizer< T, false >", "structarmnn_utils_1_1_selective_quantizer_3_01_t_00_01false_01_4.xhtml", null ],
- [ "SimpleLogger< Level >", "classarmnn_1_1_simple_logger.xhtml", null ],
- [ "SliceDescriptor", "structarmnn_1_1_slice_descriptor.xhtml", null ],
- [ "SoftmaxDescriptor", "structarmnn_1_1_softmax_descriptor.xhtml", null ],
- [ "SpaceToBatchNdDescriptor", "structarmnn_1_1_space_to_batch_nd_descriptor.xhtml", null ],
- [ "SpaceToDepthDescriptor", "structarmnn_1_1_space_to_depth_descriptor.xhtml", null ],
- [ "SquashEqualSiblingsImpl< Comparable >", "classarmnn_1_1optimizations_1_1_squash_equal_siblings_impl.xhtml", null ],
- [ "StackDescriptor", "structarmnn_1_1_stack_descriptor.xhtml", null ],
- [ "StandInDescriptor", "structarmnn_1_1_stand_in_descriptor.xhtml", null ],
- [ "BackendRegistry::StaticRegistryInitializer", "structarmnn_1_1_backend_registry_1_1_static_registry_initializer.xhtml", null ],
- [ "StreamRedirector", "structarmnn_1_1profiling_1_1_stream_redirector.xhtml", null ],
- [ "StridedSliceDescriptor", "structarmnn_1_1_strided_slice_descriptor.xhtml", null ],
- [ "StringifyLayerParameters< LayerParameter >", "structarmnn_1_1_stringify_layer_parameters.xhtml", null ],
- [ "StringifyLayerParameters< ActivationDescriptor >", "structarmnn_1_1_stringify_layer_parameters_3_01_activation_descriptor_01_4.xhtml", null ],
- [ "StringifyLayerParameters< BatchNormalizationDescriptor >", "structarmnn_1_1_stringify_layer_parameters_3_01_batch_normalization_descriptor_01_4.xhtml", null ],
- [ "StringifyLayerParameters< BatchToSpaceNdDescriptor >", "structarmnn_1_1_stringify_layer_parameters_3_01_batch_to_space_nd_descriptor_01_4.xhtml", null ],
- [ "StringifyLayerParameters< Convolution2dDescriptor >", "structarmnn_1_1_stringify_layer_parameters_3_01_convolution2d_descriptor_01_4.xhtml", null ],
- [ "StringifyLayerParameters< DepthwiseConvolution2dDescriptor >", "structarmnn_1_1_stringify_layer_parameters_3_01_depthwise_convolution2d_descriptor_01_4.xhtml", null ],
- [ "StringifyLayerParameters< DetectionPostProcessDescriptor >", "structarmnn_1_1_stringify_layer_parameters_3_01_detection_post_process_descriptor_01_4.xhtml", null ],
- [ "StringifyLayerParameters< FakeQuantizationDescriptor >", "structarmnn_1_1_stringify_layer_parameters_3_01_fake_quantization_descriptor_01_4.xhtml", null ],
- [ "StringifyLayerParameters< FullyConnectedDescriptor >", "structarmnn_1_1_stringify_layer_parameters_3_01_fully_connected_descriptor_01_4.xhtml", null ],
- [ "StringifyLayerParameters< L2NormalizationDescriptor >", "structarmnn_1_1_stringify_layer_parameters_3_01_l2_normalization_descriptor_01_4.xhtml", null ],
- [ "StringifyLayerParameters< LstmDescriptor >", "structarmnn_1_1_stringify_layer_parameters_3_01_lstm_descriptor_01_4.xhtml", null ],
- [ "StringifyLayerParameters< MeanDescriptor >", "structarmnn_1_1_stringify_layer_parameters_3_01_mean_descriptor_01_4.xhtml", null ],
- [ "StringifyLayerParameters< NormalizationDescriptor >", "structarmnn_1_1_stringify_layer_parameters_3_01_normalization_descriptor_01_4.xhtml", null ],
- [ "StringifyLayerParameters< OriginsDescriptor >", "structarmnn_1_1_stringify_layer_parameters_3_01_origins_descriptor_01_4.xhtml", null ],
- [ "StringifyLayerParameters< PadDescriptor >", "structarmnn_1_1_stringify_layer_parameters_3_01_pad_descriptor_01_4.xhtml", null ],
- [ "StringifyLayerParameters< PermuteDescriptor >", "structarmnn_1_1_stringify_layer_parameters_3_01_permute_descriptor_01_4.xhtml", null ],
- [ "StringifyLayerParameters< Pooling2dDescriptor >", "structarmnn_1_1_stringify_layer_parameters_3_01_pooling2d_descriptor_01_4.xhtml", null ],
- [ "StringifyLayerParameters< PreCompiledDescriptor >", "structarmnn_1_1_stringify_layer_parameters_3_01_pre_compiled_descriptor_01_4.xhtml", null ],
- [ "StringifyLayerParameters< ReshapeDescriptor >", "structarmnn_1_1_stringify_layer_parameters_3_01_reshape_descriptor_01_4.xhtml", null ],
- [ "StringifyLayerParameters< ResizeBilinearDescriptor >", "structarmnn_1_1_stringify_layer_parameters_3_01_resize_bilinear_descriptor_01_4.xhtml", null ],
- [ "StringifyLayerParameters< ResizeDescriptor >", "structarmnn_1_1_stringify_layer_parameters_3_01_resize_descriptor_01_4.xhtml", null ],
- [ "StringifyLayerParameters< SoftmaxDescriptor >", "structarmnn_1_1_stringify_layer_parameters_3_01_softmax_descriptor_01_4.xhtml", null ],
- [ "StringifyLayerParameters< SpaceToBatchNdDescriptor >", "structarmnn_1_1_stringify_layer_parameters_3_01_space_to_batch_nd_descriptor_01_4.xhtml", null ],
- [ "StringifyLayerParameters< SpaceToDepthDescriptor >", "structarmnn_1_1_stringify_layer_parameters_3_01_space_to_depth_descriptor_01_4.xhtml", null ],
- [ "StringifyLayerParameters< StackDescriptor >", "structarmnn_1_1_stringify_layer_parameters_3_01_stack_descriptor_01_4.xhtml", null ],
- [ "StringifyLayerParameters< StridedSliceDescriptor >", "structarmnn_1_1_stringify_layer_parameters_3_01_strided_slice_descriptor_01_4.xhtml", null ],
- [ "StringifyLayerParameters< TransposeConvolution2dDescriptor >", "structarmnn_1_1_stringify_layer_parameters_3_01_transpose_convolution2d_descriptor_01_4.xhtml", null ],
- [ "StringifyLayerParameters< TransposeDescriptor >", "structarmnn_1_1_stringify_layer_parameters_3_01_transpose_descriptor_01_4.xhtml", null ],
- [ "StringifyLayerParameters< ViewsDescriptor >", "structarmnn_1_1_stringify_layer_parameters_3_01_views_descriptor_01_4.xhtml", null ],
- [ "StringMapping", "structarmnn_1_1_string_mapping.xhtml", null ],
- [ "SubgraphView", "classarmnn_1_1_subgraph_view.xhtml", null ],
- [ "SubgraphViewSelector", "classarmnn_1_1_subgraph_view_selector.xhtml", null ],
- [ "OptimizationViews::SubstitutionPair", "structarmnn_1_1_optimization_views_1_1_substitution_pair.xhtml", null ],
- [ "SwTraceCharPolicy", "structarmnn_1_1profiling_1_1_sw_trace_char_policy.xhtml", null ],
- [ "SwTraceHeader", "structarmnn_1_1profiling_1_1_sw_trace_header.xhtml", null ],
- [ "SwTraceMessage", "structarmnn_1_1profiling_1_1_sw_trace_message.xhtml", null ],
- [ "SwTraceNameCharPolicy", "structarmnn_1_1profiling_1_1_sw_trace_name_char_policy.xhtml", null ],
- [ "SwTraceTypeCharPolicy", "structarmnn_1_1profiling_1_1_sw_trace_type_char_policy.xhtml", null ],
- [ "TensorBufferArrayView< DataType >", "classarmnn_1_1_tensor_buffer_array_view.xhtml", null ],
- [ "TensorHandleFactoryRegistry", "classarmnn_1_1_tensor_handle_factory_registry.xhtml", null ],
- [ "TensorInfo", "classarmnn_1_1_tensor_info.xhtml", null ],
- [ "TensorShape", "classarmnn_1_1_tensor_shape.xhtml", null ],
- [ "ITfLiteParser::TfLiteParserOptions", "structarmnn_tf_lite_parser_1_1_i_tf_lite_parser_1_1_tf_lite_parser_options.xhtml", null ],
- [ "TimelinePacketWriterFactory", "classarmnn_1_1profiling_1_1_timeline_packet_writer_factory.xhtml", null ],
- [ "TimelineUtilityMethods", "classarmnn_1_1profiling_1_1_timeline_utility_methods.xhtml", null ],
- [ "Timestamp", "structarmnn_1_1profiling_1_1_timestamp.xhtml", null ],
- [ "TransposeAsReshapeImpl", "classarmnn_1_1optimizations_1_1_transpose_as_reshape_impl.xhtml", null ],
- [ "TransposeConvolution2dDescriptor", "structarmnn_1_1_transpose_convolution2d_descriptor.xhtml", null ],
- [ "TransposeDescriptor", "structarmnn_1_1_transpose_descriptor.xhtml", null ],
- [ "unary_function", null, [
- [ "abs< T >", "structarmnn_1_1abs.xhtml", null ],
- [ "exp< T >", "structarmnn_1_1exp.xhtml", null ],
- [ "rsqrt< T >", "structarmnn_1_1rsqrt.xhtml", null ],
- [ "sqrt< T >", "structarmnn_1_1sqrt.xhtml", null ]
- ] ],
- [ "BackendOptions::Var", "classarmnn_1_1_backend_options_1_1_var.xhtml", null ],
- [ "Version", "classarmnn_1_1profiling_1_1_version.xhtml", null ],
- [ "ConcatQueueDescriptor::ViewOrigin", "structarmnn_1_1_concat_queue_descriptor_1_1_view_origin.xhtml", null ],
- [ "SplitterQueueDescriptor::ViewOrigin", "structarmnn_1_1_splitter_queue_descriptor_1_1_view_origin.xhtml", null ],
- [ "ViewsDescriptor", "structarmnn_1_1_views_descriptor.xhtml", null ],
- [ "VisitorNoThrowPolicy", "structarmnn_1_1_visitor_no_throw_policy.xhtml", null ],
- [ "VisitorThrowingPolicy", "structarmnn_1_1_visitor_throwing_policy.xhtml", null ],
- [ "WithOutputTensorIndex< T >", "structarmnn_tf_parser_1_1_with_output_tensor_index.xhtml", null ],
- [ "WorkloadDataCollector", "classarmnn_1_1_workload_data_collector.xhtml", null ],
- [ "WorkloadInfo", "structarmnn_1_1_workload_info.xhtml", null ],
- [ "Wrapped", null, [
- [ "OptimizeForConnectionImpl< BaseType, ChildType, Wrapped >", "classarmnn_1_1_optimize_for_connection_impl.xhtml", [
- [ "OptimizeForTypeImpl< BaseType, OptimizeForConnectionImpl< BaseType, ChildType, Wrapped > >", "classarmnn_1_1_optimize_for_type_impl.xhtml", null ]
- ] ],
- [ "OptimizeForTypeImpl< BaseType, Wrapped >", "classarmnn_1_1_optimize_for_type_impl.xhtml", null ],
- [ "OptimizeForTypeImpl< Layer, Wrapped >", "classarmnn_1_1_optimize_for_type_impl_3_01_layer_00_01_wrapped_01_4.xhtml", null ]
- ] ],
- [ "YoloBoundingBox", "struct_yolo_bounding_box.xhtml", null ],
- [ "YoloDatabase", "class_yolo_database.xhtml", null ],
- [ "YoloDetectedObject", "struct_yolo_detected_object.xhtml", null ],
- [ "YoloTestCaseData", "class_yolo_test_case_data.xhtml", null ],
- [ "Base", null, [
- [ "PerAxisIterator< T, Base >", "classarmnn_1_1_per_axis_iterator.xhtml", null ],
- [ "TypedIterator< T, Base >", "classarmnn_1_1_typed_iterator.xhtml", null ]
- ] ]
-]; \ No newline at end of file