blob: d6ae97ac6ad2db52a9b3b613f5de90ea5eef2424 [file] [log] [blame]
Anthony Barbier8140e1e2017-12-14 23:48:46 +00001var NAVTREE =
2[
3 [ "Compute Library", "index.xhtml", [
4 [ "Introduction", "index.xhtml", [
5 [ "Contact / Support", "index.xhtml#S0_1_contact", null ],
6 [ "Pre-built binaries", "index.xhtml#S0_2_prebuilt_binaries", null ],
7 [ "File organisation", "index.xhtml#S1_file_organisation", null ],
8 [ "Release versions and changelog", "index.xhtml#S2_versions_changelog", [
9 [ "Release versions", "index.xhtml#S2_1_versions", null ],
10 [ "Changelog", "index.xhtml#S2_2_changelog", null ]
11 ] ],
12 [ "How to build the library and the examples", "index.xhtml#S3_how_to_build", [
13 [ "Build options", "index.xhtml#S3_1_build_options", null ],
14 [ "Building for Linux", "index.xhtml#S3_2_linux", [
15 [ "How to build the library ?", "index.xhtml#S3_2_1_library", null ],
16 [ "How to manually build the examples ?", "index.xhtml#S3_2_2_examples", null ]
17 ] ],
18 [ "Building for Android", "index.xhtml#S3_3_android", [
19 [ "How to build the library ?", "index.xhtml#S3_3_1_library", null ],
20 [ "How to manually build the examples ?", "index.xhtml#S3_3_2_examples", null ]
21 ] ],
22 [ "Building for bare metal", "index.xhtml#S3_4_bare_metal", [
23 [ "How to build the library ?", "index.xhtml#S3_4_1_library", null ],
24 [ "How to manually build the examples ?", "index.xhtml#S3_4_2_examples", null ]
25 ] ],
26 [ "Building on a Windows host system", "index.xhtml#S3_5_windows_host", [
27 [ "Bash on Ubuntu on Windows", "index.xhtml#S3_5_1_ubuntu_on_windows", null ],
28 [ "Cygwin", "index.xhtml#S3_5_2_cygwin", null ]
29 ] ],
30 [ "The OpenCL stub library", "index.xhtml#S3_6_cl_stub_library", null ],
31 [ "The Linux OpenGLES and EGL stub libraries", "index.xhtml#S3_7_gles_stub_library", null ]
32 ] ]
33 ] ],
34 [ "Library architecture", "architecture.xhtml", [
35 [ "Core vs Runtime libraries", "architecture.xhtml#S4_1", null ],
36 [ "Windows, kernels, multi-threading and functions", "architecture.xhtml#S4_2_windows_kernels_mt_functions", [
37 [ "Windows", "architecture.xhtml#S4_2_1_windows", null ],
38 [ "Kernels", "architecture.xhtml#S4_2_2", null ],
39 [ "Multi-threading", "architecture.xhtml#S4_2_3", null ],
40 [ "Functions", "architecture.xhtml#S4_2_4", null ],
41 [ "OpenCL Scheduler and kernel library", "architecture.xhtml#S4_4_1_cl_scheduler", null ],
42 [ "OpenCL events and synchronization", "architecture.xhtml#S4_4_2_events_sync", null ],
43 [ "OpenCL / NEON interoperability", "architecture.xhtml#S4_4_2_cl_neon", null ]
44 ] ],
45 [ "Algorithms", "architecture.xhtml#S4_5_algorithms", null ],
46 [ "Images, padding, border modes and tensors", "architecture.xhtml#S4_6_images_tensors", [
47 [ "Padding and border modes", "architecture.xhtml#S4_6_1_padding_and_border", [
48 [ "Padding", "architecture.xhtml#padding", null ],
49 [ "Valid regions", "architecture.xhtml#valid_region", null ]
50 ] ],
51 [ "Tensors", "architecture.xhtml#S4_6_2_tensors", null ],
52 [ "Images and Tensors description conventions", "architecture.xhtml#S4_6_3_description_conventions", null ],
53 [ "Working with Images and Tensors using iterators", "architecture.xhtml#S4_6_4_working_with_objects", null ]
54 ] ],
55 [ "MemoryManager", "architecture.xhtml#S4_7_memory_manager", [
56 [ "MemoryGroup, MemoryPool and MemoryManager Components", "architecture.xhtml#S4_7_1_memory_manager_components", [
57 [ "MemoryGroup", "architecture.xhtml#S4_7_1_1_memory_group", null ],
58 [ "MemoryPool", "architecture.xhtml#S4_7_1_2_memory_pool", null ],
59 [ "MemoryManager Components", "architecture.xhtml#S4_7_1_2_memory_manager_components", null ]
60 ] ],
61 [ "Working with the Memory Manager", "architecture.xhtml#S4_7_2_working_with_memory_manager", null ],
62 [ "Function support", "architecture.xhtml#S4_7_3_memory_manager_function_support", null ]
Jenkinsc3f34a42018-03-02 12:38:09 +000063 ] ],
64 [ "OpenCL Tuner", "architecture.xhtml#S4_8_opencl_tuner", null ]
Anthony Barbier8140e1e2017-12-14 23:48:46 +000065 ] ],
66 [ "Validation and benchmarks tests", "tests.xhtml", [
67 [ "Overview", "tests.xhtml#tests_overview", [
68 [ "Directory structure", "tests.xhtml#tests_overview_structure", null ],
69 [ "Fixtures", "tests.xhtml#tests_overview_fixtures", [
70 [ "Fixture", "tests.xhtml#tests_overview_fixtures_fixture", null ],
71 [ "Data fixture", "tests.xhtml#tests_overview_fixtures_data_fixture", null ]
72 ] ],
73 [ "Test cases", "tests.xhtml#tests_overview_test_cases", [
74 [ "Test case", "tests.xhtml#tests_overview_test_cases_test_case", null ],
75 [ "Fixture test case", "tests.xhtml#tests_overview_test_cases_fixture_fixture_test_case", null ],
76 [ "Registering a fixture as test case", "tests.xhtml#tests_overview_test_cases_fixture_register_fixture_test_case", null ],
77 [ "Data test case", "tests.xhtml#tests_overview_test_cases_data_test_case", null ],
78 [ "Fixture data test case", "tests.xhtml#tests_overview_test_cases_fixture_data_test_case", null ],
79 [ "Registering a fixture as data test case", "tests.xhtml#tests_overview_test_cases_register_fixture_data_test_case", null ]
80 ] ]
81 ] ],
82 [ "Writing validation tests", "tests.xhtml#writing_tests", null ],
83 [ "Running tests", "tests.xhtml#tests_running_tests", [
Jenkinsb3a371b2018-05-23 11:36:53 +010084 [ "Benchmarking and validation suites", "tests.xhtml#tests_running_tests_benchmark_and_validation", [
Anthony Barbier8140e1e2017-12-14 23:48:46 +000085 [ "Filter tests", "tests.xhtml#tests_running_tests_benchmarking_filter", null ],
86 [ "Runtime", "tests.xhtml#tests_running_tests_benchmarking_runtime", null ],
87 [ "Output", "tests.xhtml#tests_running_tests_benchmarking_output", null ],
88 [ "Mode", "tests.xhtml#tests_running_tests_benchmarking_mode", null ],
Anthony Barbierf45d5a92018-01-24 16:23:15 +000089 [ "Instruments", "tests.xhtml#tests_running_tests_benchmarking_instruments", null ],
90 [ "Examples", "tests.xhtml#tests_running_examples", null ]
Anthony Barbier8140e1e2017-12-14 23:48:46 +000091 ] ]
92 ] ]
93 ] ],
94 [ "Importing data from existing models", "data_import.xhtml", [
95 [ "Extract data from pre-trained caffe model", "data_import.xhtml#caffe_data_extractor", [
96 [ "How to use the script", "data_import.xhtml#caffe_how_to", null ],
97 [ "What is the expected output from the script", "data_import.xhtml#caffe_result", null ]
98 ] ],
99 [ "Extract data from pre-trained tensorflow model", "data_import.xhtml#tensorflow_data_extractor", [
100 [ "How to use the script", "data_import.xhtml#tensorflow_how_to", null ],
101 [ "What is the expected output from the script", "data_import.xhtml#tensorflow_result", null ]
102 ] ]
103 ] ],
104 [ "Namespaces", null, [
105 [ "Namespace List", "namespaces.xhtml", "namespaces" ],
106 [ "Namespace Members", "namespacemembers.xhtml", [
107 [ "All", "namespacemembers.xhtml", "namespacemembers_dup" ],
108 [ "Functions", "namespacemembers_func.xhtml", "namespacemembers_func" ],
109 [ "Variables", "namespacemembers_vars.xhtml", null ],
110 [ "Typedefs", "namespacemembers_type.xhtml", "namespacemembers_type" ],
Jenkinsb3a371b2018-05-23 11:36:53 +0100111 [ "Enumerations", "namespacemembers_enum.xhtml", null ]
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000112 ] ]
113 ] ],
114 [ "Data Structures", "annotated.xhtml", [
115 [ "Data Structures", "annotated.xhtml", "annotated_dup" ],
116 [ "Data Structure Index", "classes.xhtml", null ],
117 [ "Class Hierarchy", "hierarchy.xhtml", "hierarchy" ],
118 [ "Data Fields", "functions.xhtml", [
119 [ "All", "functions.xhtml", "functions_dup" ],
120 [ "Functions", "functions_func.xhtml", "functions_func" ],
121 [ "Variables", "functions_vars.xhtml", "functions_vars" ],
122 [ "Typedefs", "functions_type.xhtml", null ],
123 [ "Enumerations", "functions_enum.xhtml", null ],
124 [ "Related Functions", "functions_rela.xhtml", null ]
125 ] ]
126 ] ],
127 [ "Files", null, [
128 [ "File List", "files.xhtml", "files" ],
129 [ "Globals", "globals.xhtml", [
130 [ "All", "globals.xhtml", "globals_dup" ],
131 [ "Functions", "globals_func.xhtml", "globals_func" ],
132 [ "Variables", "globals_vars.xhtml", null ],
133 [ "Typedefs", "globals_type.xhtml", null ],
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000134 [ "Macros", "globals_defs.xhtml", "globals_defs" ]
135 ] ]
136 ] ]
137 ] ]
138];
139
140var NAVTREEINDEX =
141[
142"_absolute_difference_8h.xhtml",
Jenkinsb3a371b2018-05-23 11:36:53 +0100143"_c_l_2_convert_fully_connected_weights_8cpp.xhtml#a2707daabc31d77ead2c865f2e6ff5033",
144"_c_l_2_permute_8cpp.xhtml#ab3f4ab4a5c5018ffd9d99cf7b369a61a",
145"_c_l_convolution_layer_8h_source.xhtml",
146"_c_l_pixel_wise_multiplication_8h.xhtml",
147"_depth_convert_layer_8h.xhtml#a742cdbdf3c1db76c9a189f1bcd745579",
148"_g_c_g_e_m_m_matrix_multiply_kernel_8h.xhtml",
149"_i_array_8h_source.xhtml",
150"_mali_counter_8cpp.xhtml#a736088bbd41fd7407ac9fc811864db68",
151"_n_e_direct_convolution_detail_8h.xhtml#abd70ac1509d341ca206da7d421a0b7a9",
152"_n_e_h_o_g_descriptor_kernel_8h_source.xhtml",
153"_n_e_o_n_2_convolution_8cpp.xhtml#a97f70c1390d9c076f79253311bc1c929",
154"_n_e_o_n_2_pixel_wise_multiplication_8cpp.xhtml#a2e7e44aefaae0abe0312a137133917c4",
155"_open_c_l_timer_8cpp.xhtml",
156"_toolchain_support_8h.xhtml#a3c9ee94e1de3032f244cf041310868b4",
157"and_8h.xhtml#a1f5ad185828729587ebd0356cd0ca275",
158"arm__compute_2core_2_types_8h.xhtml#afdda916edc7502967bbec17ea3c06c02a290d4b81f4e2b47d86fd1b0170e9aab7",
159"benchmark_2_c_l_2_equalize_histogram_8cpp_source.xhtml",
160"benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_softmax_layer_8cpp_source.xhtml",
161"channel__shuffle_8cl_source.xhtml",
162"classarm__compute_1_1_c_l_build_options.xhtml#a58abf0792821f6f1d6271570aa27dd84",
163"classarm__compute_1_1_c_l_derivative_kernel.xhtml#ac3a2c95536dfbe4ea71e3c1441cd2960",
164"classarm__compute_1_1_c_l_gaussian_pyramid.xhtml#a8c57d617c3dd6f7c04c77231dc5928f0",
165"classarm__compute_1_1_c_l_logits1_d_norm_kernel.xhtml#a19373a3162839643484511cec353d34b",
166"classarm__compute_1_1_c_l_reshape_layer_kernel.xhtml#a074e10cfb217e657b9e81adeca2abc68",
167"classarm__compute_1_1_c_l_winograd_convolution_layer.xhtml",
168"classarm__compute_1_1_g_c_direct_convolution_layer_kernel.xhtml",
169"classarm__compute_1_1_g_c_tensor_shift_kernel.xhtml#a8fd12b95bdde3f93db96bc9b1598db69",
170"classarm__compute_1_1_i_g_c_kernel.xhtml#a6f56c8bb44166634652b877d6eb7a9a2",
171"classarm__compute_1_1_kernel.xhtml#a83af2718294984c1053223a928164a7b",
172"classarm__compute_1_1_n_e_channel_combine_kernel.xhtml#ab5656bb5b6334bdbe6e606c715872828",
173"classarm__compute_1_1_n_e_direct_convolution_layer_output_stage_kernel.xhtml#ab02c33a0e6c13a21c8b8ceed03fd8b6d",
174"classarm__compute_1_1_n_e_gaussian5x5_hor_kernel.xhtml#ab5656bb5b6334bdbe6e606c715872828",
175"classarm__compute_1_1_n_e_min_max_kernel.xhtml#a14c484d0c1759b7163e3691ea1bb8bb5",
176"classarm__compute_1_1_n_e_sobel5x5_hor_kernel.xhtml#ab3fe9be760d9e2faa8cb36872889fc98",
177"classarm__compute_1_1_program.xhtml#a1615f70129362da8c0c0cd82ef6c1b44",
178"classarm__compute_1_1_window.xhtml#a5e8e5ab06329702df09ab7eb07e9b84d",
179"classarm__compute_1_1graph_1_1_i_node_visitor.xhtml#ad1265b49ac3e299a4025cd29987476d3",
180"classarm__compute_1_1graph_1_1frontend_1_1_activation_layer.xhtml#ae538c5265a9f26cac7d41eeca26a60a0",
181"classarm__compute_1_1test_1_1_c_l_accessor.xhtml#abdd3637f2bbde9d7d0cc0b7bbd8400bb",
182"classarm__compute_1_1test_1_1framework_1_1_framework.xhtml#a47fbbce86aea0ba4a9d539c069f840c9",
183"classarm__compute_1_1test_1_1framework_1_1dataset_1_1_singleton_dataset.xhtml#a18b86dafc894ede9c2b71030a731a106",
184"dir_445738e6fed662d0b65e690e3f1e1de0.xhtml",
185"fixed__point_8h.xhtml#abf77757e07132c678f7146c860e80fe1",
186"graph_8h_source.xhtml",
187"max_8h.xhtml#a5305cd57eda646455fa9e5638d828db9",
188"normalization__layer_8cl.xhtml#a7db22b7ddf8f433e02ede3bd9c56d9d9",
189"reference_2_reduction_operation_8cpp_source.xhtml",
190"structarm__compute_1_1_i_o_format_info.xhtml#a36c28b28da4e04d698d6b598fb1eaca6a90589c47f06eb971d548591f23c285af",
191"structarm__compute_1_1test_1_1framework_1_1dataset_1_1_cartesian_product_dataset_1_1iterator.xhtml#af1b1c7856a59f34c7d3570f946a2ff00",
192"tests_2validation_2_fixed_point_8h.xhtml#add6426cbf2e057a195846d4ba09a50bea02ff1fff1812f84c89547fcd6c176150",
193"validation_2_c_l_2_depthwise_convolution_layer_8cpp.xhtml#af5ad79218ce618faeba270aa32dd6583",
194"validation_2_c_l_2_scale_8cpp.xhtml#ae72c3e42124a897611899895e37d9450",
195"validation_2_n_e_o_n_2_g_e_m_m_8cpp.xhtml#ac2c6b9d9c2494e45cb83313f09519dc4",
196"validation_2reference_2_g_e_m_m_8cpp.xhtml#acc8055ed1ae62ec87a4b389047c1464a"
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000197];
198
199var SYNCONMSG = 'click to disable panel synchronisation';
200var SYNCOFFMSG = 'click to enable panel synchronisation';