blob: 5134754759406686a9b350922bce2101376b0dcd [file] [log] [blame]
Jenkins514be652019-02-28 12:25:18 +00001/*
2@ @licstart The following is the entire license notice for the
3JavaScript code in this file.
4
5Copyright (C) 1997-2017 by Dimitri van Heesch
6
7This program is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 2 of the License, or
10(at your option) any later version.
11
12This program is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
16
17You should have received a copy of the GNU General Public License along
18with this program; if not, write to the Free Software Foundation, Inc.,
1951 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
21@licend The above is the entire license notice
22for the JavaScript code in this file
23*/
Anthony Barbier8140e1e2017-12-14 23:48:46 +000024var NAVTREE =
25[
26 [ "Compute Library", "index.xhtml", [
27 [ "Introduction", "index.xhtml", [
28 [ "Contact / Support", "index.xhtml#S0_1_contact", null ],
29 [ "Pre-built binaries", "index.xhtml#S0_2_prebuilt_binaries", null ],
30 [ "File organisation", "index.xhtml#S1_file_organisation", null ],
31 [ "Release versions and changelog", "index.xhtml#S2_versions_changelog", [
32 [ "Release versions", "index.xhtml#S2_1_versions", null ],
33 [ "Changelog", "index.xhtml#S2_2_changelog", null ]
34 ] ],
35 [ "How to build the library and the examples", "index.xhtml#S3_how_to_build", [
36 [ "Build options", "index.xhtml#S3_1_build_options", null ],
37 [ "Building for Linux", "index.xhtml#S3_2_linux", [
38 [ "How to build the library ?", "index.xhtml#S3_2_1_library", null ],
39 [ "How to manually build the examples ?", "index.xhtml#S3_2_2_examples", null ]
40 ] ],
41 [ "Building for Android", "index.xhtml#S3_3_android", [
42 [ "How to build the library ?", "index.xhtml#S3_3_1_library", null ],
43 [ "How to manually build the examples ?", "index.xhtml#S3_3_2_examples", null ]
44 ] ],
45 [ "Building for bare metal", "index.xhtml#S3_4_bare_metal", [
46 [ "How to build the library ?", "index.xhtml#S3_4_1_library", null ],
47 [ "How to manually build the examples ?", "index.xhtml#S3_4_2_examples", null ]
48 ] ],
49 [ "Building on a Windows host system", "index.xhtml#S3_5_windows_host", [
50 [ "Bash on Ubuntu on Windows", "index.xhtml#S3_5_1_ubuntu_on_windows", null ],
51 [ "Cygwin", "index.xhtml#S3_5_2_cygwin", null ]
52 ] ],
53 [ "The OpenCL stub library", "index.xhtml#S3_6_cl_stub_library", null ],
Jenkins52ba29e2018-08-29 15:32:11 +000054 [ "The Linux OpenGLES and EGL stub libraries", "index.xhtml#S3_7_gles_stub_library", null ],
55 [ "OpenCL DDK Requirements", "index.xhtml#S3_8_cl_requirements", [
56 [ "Hard Requirements", "index.xhtml#S3_8_1_cl_hard_requirements", null ],
57 [ "Performance improvements", "index.xhtml#S3_8_2_cl_performance_requirements", null ]
58 ] ],
59 [ "OpenCL Tuner", "index.xhtml#S3_9_cl_tuner", [
60 [ "How to use it", "index.xhtml#S3_9_1_cl_tuner_how_to", null ]
61 ] ]
Anthony Barbier8140e1e2017-12-14 23:48:46 +000062 ] ]
63 ] ],
64 [ "Library architecture", "architecture.xhtml", [
Jenkins0e205f72019-11-28 16:53:35 +000065 [ "Core vs Runtime libraries", "architecture.xhtml#S4_1_1", null ],
66 [ "Thread-safety", "architecture.xhtml#S4_1_2", null ],
Anthony Barbier8140e1e2017-12-14 23:48:46 +000067 [ "Windows, kernels, multi-threading and functions", "architecture.xhtml#S4_2_windows_kernels_mt_functions", [
68 [ "Windows", "architecture.xhtml#S4_2_1_windows", null ],
69 [ "Kernels", "architecture.xhtml#S4_2_2", null ],
70 [ "Multi-threading", "architecture.xhtml#S4_2_3", null ],
71 [ "Functions", "architecture.xhtml#S4_2_4", null ],
72 [ "OpenCL Scheduler and kernel library", "architecture.xhtml#S4_4_1_cl_scheduler", null ],
73 [ "OpenCL events and synchronization", "architecture.xhtml#S4_4_2_events_sync", null ],
74 [ "OpenCL / NEON interoperability", "architecture.xhtml#S4_4_2_cl_neon", null ]
75 ] ],
76 [ "Algorithms", "architecture.xhtml#S4_5_algorithms", null ],
77 [ "Images, padding, border modes and tensors", "architecture.xhtml#S4_6_images_tensors", [
78 [ "Padding and border modes", "architecture.xhtml#S4_6_1_padding_and_border", [
79 [ "Padding", "architecture.xhtml#padding", null ],
80 [ "Valid regions", "architecture.xhtml#valid_region", null ]
81 ] ],
82 [ "Tensors", "architecture.xhtml#S4_6_2_tensors", null ],
83 [ "Images and Tensors description conventions", "architecture.xhtml#S4_6_3_description_conventions", null ],
Jenkins52ba29e2018-08-29 15:32:11 +000084 [ "Working with Images and Tensors using iterators", "architecture.xhtml#S4_6_4_working_with_objects", null ],
85 [ "Sub-tensors", "architecture.xhtml#S4_6_5_sub_tensors", null ]
Anthony Barbier8140e1e2017-12-14 23:48:46 +000086 ] ],
87 [ "MemoryManager", "architecture.xhtml#S4_7_memory_manager", [
88 [ "MemoryGroup, MemoryPool and MemoryManager Components", "architecture.xhtml#S4_7_1_memory_manager_components", [
89 [ "MemoryGroup", "architecture.xhtml#S4_7_1_1_memory_group", null ],
90 [ "MemoryPool", "architecture.xhtml#S4_7_1_2_memory_pool", null ],
91 [ "MemoryManager Components", "architecture.xhtml#S4_7_1_2_memory_manager_components", null ]
92 ] ],
93 [ "Working with the Memory Manager", "architecture.xhtml#S4_7_2_working_with_memory_manager", null ],
94 [ "Function support", "architecture.xhtml#S4_7_3_memory_manager_function_support", null ]
Jenkinsc3f34a42018-03-02 12:38:09 +000095 ] ],
Jenkins975dfe12019-09-02 11:47:54 +010096 [ "Import Memory Interface", "architecture.xhtml#S4_8_import_memory", null ],
Jenkins0e205f72019-11-28 16:53:35 +000097 [ "OpenCL Tuner", "architecture.xhtml#S4_9_opencl_tuner", null ],
98 [ "Weights Manager", "architecture.xhtml#S4_10_weights_manager", [
99 [ "Working with the Weights Manager", "architecture.xhtml#S4_10_1_working_with_weights_manager", null ]
100 ] ],
101 [ "Experimental Features", "architecture.xhtml#S5_0_experimental", [
102 [ "Run-time Context", "architecture.xhtml#S5_1_run_time_context", null ]
Jenkinsb9abeae2018-11-22 11:58:08 +0000103 ] ]
104 ] ],
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000105 [ "Validation and benchmarks tests", "tests.xhtml", [
106 [ "Overview", "tests.xhtml#tests_overview", [
107 [ "Directory structure", "tests.xhtml#tests_overview_structure", null ],
108 [ "Fixtures", "tests.xhtml#tests_overview_fixtures", [
109 [ "Fixture", "tests.xhtml#tests_overview_fixtures_fixture", null ],
110 [ "Data fixture", "tests.xhtml#tests_overview_fixtures_data_fixture", null ]
111 ] ],
112 [ "Test cases", "tests.xhtml#tests_overview_test_cases", [
113 [ "Test case", "tests.xhtml#tests_overview_test_cases_test_case", null ],
114 [ "Fixture test case", "tests.xhtml#tests_overview_test_cases_fixture_fixture_test_case", null ],
115 [ "Registering a fixture as test case", "tests.xhtml#tests_overview_test_cases_fixture_register_fixture_test_case", null ],
116 [ "Data test case", "tests.xhtml#tests_overview_test_cases_data_test_case", null ],
117 [ "Fixture data test case", "tests.xhtml#tests_overview_test_cases_fixture_data_test_case", null ],
118 [ "Registering a fixture as data test case", "tests.xhtml#tests_overview_test_cases_register_fixture_data_test_case", null ]
119 ] ]
120 ] ],
121 [ "Writing validation tests", "tests.xhtml#writing_tests", null ],
122 [ "Running tests", "tests.xhtml#tests_running_tests", [
Jenkinsb3a371b2018-05-23 11:36:53 +0100123 [ "Benchmarking and validation suites", "tests.xhtml#tests_running_tests_benchmark_and_validation", [
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000124 [ "Filter tests", "tests.xhtml#tests_running_tests_benchmarking_filter", null ],
125 [ "Runtime", "tests.xhtml#tests_running_tests_benchmarking_runtime", null ],
126 [ "Output", "tests.xhtml#tests_running_tests_benchmarking_output", null ],
127 [ "Mode", "tests.xhtml#tests_running_tests_benchmarking_mode", null ],
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000128 [ "Instruments", "tests.xhtml#tests_running_tests_benchmarking_instruments", null ],
129 [ "Examples", "tests.xhtml#tests_running_examples", null ]
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000130 ] ]
131 ] ]
132 ] ],
133 [ "Importing data from existing models", "data_import.xhtml", [
134 [ "Extract data from pre-trained caffe model", "data_import.xhtml#caffe_data_extractor", [
135 [ "How to use the script", "data_import.xhtml#caffe_how_to", null ],
136 [ "What is the expected output from the script", "data_import.xhtml#caffe_result", null ]
137 ] ],
138 [ "Extract data from pre-trained tensorflow model", "data_import.xhtml#tensorflow_data_extractor", [
139 [ "How to use the script", "data_import.xhtml#tensorflow_how_to", null ],
140 [ "What is the expected output from the script", "data_import.xhtml#tensorflow_result", null ]
Jenkins514be652019-02-28 12:25:18 +0000141 ] ],
142 [ "Extract data from pre-trained frozen tensorflow model", "data_import.xhtml#tf_frozen_model_extractor", [
143 [ "How to use the script", "data_import.xhtml#tensorflow_frozen_how_to", null ],
144 [ "What is the expected output from the script", "data_import.xhtml#tensorflow_frozen_result", null ]
145 ] ],
146 [ "Validating examples", "data_import.xhtml#validate_examples", null ]
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000147 ] ],
Jenkins0e205f72019-11-28 16:53:35 +0000148 [ "Adding new operators", "add_operator.xhtml", [
149 [ "Introduction", "add_operator.xhtml#S4_1_introduction", null ],
150 [ "Supporting new operators", "add_operator.xhtml#S4_1_supporting_new_operators", [
151 [ "Adding new data types", "add_operator.xhtml#S4_1_1_add_datatypes", null ],
152 [ "Add a kernel", "add_operator.xhtml#S4_1_2_add_kernel", null ],
153 [ "Add a function", "add_operator.xhtml#S4_1_3_add_function", null ],
154 [ "Add validation artifacts", "add_operator.xhtml#S4_1_4_add_validation", [
155 [ "Add the reference implementation and the tests", "add_operator.xhtml#S4_1_4_1_add_reference", null ],
156 [ "Add dataset", "add_operator.xhtml#S4_1_4_2_add_dataset", null ],
157 [ "Add a fixture and a data test case", "add_operator.xhtml#S4_1_4_3_add_fixture", null ]
158 ] ]
159 ] ]
160 ] ],
161 [ "Contribution guidelines", "contribution_guidelines.xhtml", [
162 [ "Coding standards and guidelines", "contribution_guidelines.xhtml#S5_1_coding_standards", [
163 [ "Rules", "contribution_guidelines.xhtml#S5_1_1_rules", null ],
164 [ "How to check the rules", "contribution_guidelines.xhtml#S5_1_2_how_to_check_the_rules", null ],
165 [ "Library size: best practices and guidelines", "contribution_guidelines.xhtml#S5_1_3_library_size_guidelines", [
166 [ "Template suggestions", "contribution_guidelines.xhtml#S5_1_3_1_template_suggestions", null ]
167 ] ],
168 [ "Secure coding practices", "contribution_guidelines.xhtml#S5_1_4_secure_coding_practices", [
169 [ "General Coding Practices", "contribution_guidelines.xhtml#S5_1_4_1_general_coding_practices", null ],
170 [ "Secure Coding Best Practices", "contribution_guidelines.xhtml#S5_1_4_2_secure_coding_best_practices", null ]
171 ] ]
172 ] ],
173 [ "How to submit a patch", "contribution_guidelines.xhtml#S5_2_how_to_submit_a_patch", null ],
174 [ "Patch acceptance and code review", "contribution_guidelines.xhtml#S5_3_code_review", null ]
175 ] ],
176 [ "List of functions", "functions_list.xhtml", [
177 [ "NEON functions", "functions_list.xhtml#S6_1", null ],
178 [ "OpenCL functions", "functions_list.xhtml#S6_2", null ],
179 [ "GLES Compute functions", "functions_list.xhtml#S6_3", null ],
180 [ "CPP functions", "functions_list.xhtml#S6_4", null ]
181 ] ],
182 [ "Errata", "errata.xhtml", [
183 [ "Errata", "errata.xhtml#S7_1_errata", null ]
184 ] ],
185 [ "Gemm Tuner", "md_examples_gemm_tuner__r_e_a_d_m_e.xhtml", null ],
Jenkins514be652019-02-28 12:25:18 +0000186 [ "Namespaces", "namespaces.xhtml", [
187 [ "Namespace List", "namespaces.xhtml", "namespaces_dup" ],
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000188 [ "Namespace Members", "namespacemembers.xhtml", [
189 [ "All", "namespacemembers.xhtml", "namespacemembers_dup" ],
190 [ "Functions", "namespacemembers_func.xhtml", "namespacemembers_func" ],
Jenkins514be652019-02-28 12:25:18 +0000191 [ "Variables", "namespacemembers_vars.xhtml", "namespacemembers_vars" ],
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000192 [ "Typedefs", "namespacemembers_type.xhtml", "namespacemembers_type" ],
Jenkinsb3a371b2018-05-23 11:36:53 +0100193 [ "Enumerations", "namespacemembers_enum.xhtml", null ]
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000194 ] ]
195 ] ],
196 [ "Data Structures", "annotated.xhtml", [
197 [ "Data Structures", "annotated.xhtml", "annotated_dup" ],
198 [ "Data Structure Index", "classes.xhtml", null ],
199 [ "Class Hierarchy", "hierarchy.xhtml", "hierarchy" ],
200 [ "Data Fields", "functions.xhtml", [
201 [ "All", "functions.xhtml", "functions_dup" ],
202 [ "Functions", "functions_func.xhtml", "functions_func" ],
203 [ "Variables", "functions_vars.xhtml", "functions_vars" ],
204 [ "Typedefs", "functions_type.xhtml", null ],
205 [ "Enumerations", "functions_enum.xhtml", null ],
206 [ "Related Functions", "functions_rela.xhtml", null ]
207 ] ]
208 ] ],
Jenkins514be652019-02-28 12:25:18 +0000209 [ "Files", "files.xhtml", [
210 [ "File List", "files.xhtml", "files_dup" ],
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000211 [ "Globals", "globals.xhtml", [
212 [ "All", "globals.xhtml", "globals_dup" ],
213 [ "Functions", "globals_func.xhtml", "globals_func" ],
214 [ "Variables", "globals_vars.xhtml", null ],
215 [ "Typedefs", "globals_type.xhtml", null ],
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000216 [ "Macros", "globals_defs.xhtml", "globals_defs" ]
217 ] ]
218 ] ]
219 ] ]
220];
221
222var NAVTREEINDEX =
223[
Jenkins975dfe12019-09-02 11:47:54 +0100224"_abs_layer_8cpp.xhtml",
Jenkins36ccc902020-02-21 11:10:48 +0000225"_c_l_2_arithmetic_addition_8cpp.xhtml#a5684fd635df10ab5b0ebc921a825128b",
226"_c_l_2_channel_shuffle_8cpp.xhtml#a5ec14cb26a1f3dbfbc35064f1c560bdc",
227"_c_l_2_depth_convert_layer_8cpp.xhtml#a19e1fbe931820770862d454fc05d2f1c",
228"_c_l_2_flatten_8cpp.xhtml#acdd086d8a6a088acde2e91a617b8fccb",
229"_c_l_2_im2_col_8cpp.xhtml#ab05fa88a2f816dce047f4d47acc276fc",
230"_c_l_2_phase_8cpp.xhtml#a951f0fc437f1981a9df35290872df0a5",
231"_c_l_2_space_to_batch_layer_8cpp.xhtml#a3cbddfe65d4cf806d066eb3a38248cdf",
232"_c_l_2_winograd_8cpp.xhtml#af94bf82577407bd38165f4e84c4c360a",
233"_c_l_crop_kernel_8cpp_source.xhtml",
234"_c_l_g_e_m_m_lowp_matrix_multiply_reshaped_only_r_h_s_kernel_8cpp_source.xhtml",
235"_c_l_locally_connected_layer_8cpp_source.xhtml",
236"_c_l_reverse_8cpp.xhtml",
237"_c_l_winograd_input_transform_kernel_8cpp.xhtml",
238"_color_convert_helper_8h.xhtml#ae5035a982d39c4905c9ed3ac150f9917",
239"_elementwise_negation_8cpp.xhtml#a3b7a703f0d348a36ff12a20529c944ec",
240"_function_helpers_8h.xhtml#a627f6bdc4a7de6dbb03acb3d8b3a4d6d",
241"_g_c_scale_8h.xhtml",
242"_g_l_e_s___c_o_m_p_u_t_e_2_pooling_layer_8cpp.xhtml",
243"_i_c_l_kernel_8h.xhtml#a6e51ab3789678d3e0b0b72178dd6c4c6",
244"_instruments_stats_8h_source.xhtml",
245"_n_e_bitwise_and_8h_source.xhtml",
246"_n_e_dilate_kernel_8cpp_source.xhtml",
247"_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel_8cpp.xhtml",
248"_n_e_median3x3_kernel_8h_source.xhtml",
249"_n_e_o_n_2_cast_8cpp.xhtml#ae02c6fc90d9c60c634bfa258049eb46b",
250"_n_e_o_n_2_depth_convert_layer_8cpp.xhtml#a3ed17ec92926b05f647ae5dc75f18397",
251"_n_e_o_n_2_fill_border_8cpp_source.xhtml",
252"_n_e_o_n_2_laplacian_pyramid_8cpp_source.xhtml",
253"_n_e_o_n_2_reduce_mean_8cpp.xhtml",
254"_n_e_o_n_2_y_o_l_o_layer_8cpp.xhtml",
255"_n_e_split_8cpp_source.xhtml",
256"_open_c_l_8h.xhtml#af6e65f36e2be6bd9a1cac10ba6e82f7c",
257"_quantization_info_8h.xhtml#af7586ba11d82cc0232d4246a61a4a4f3",
258"_softmax_layer_node_8cpp_source.xhtml",
259"_validate_8h.xhtml#a89059fcfb27bba71edffcc22c6e1a1a2",
260"a64__merge__fp16__24x8_8hpp_source.xhtml",
261"arm__compute_2core_2_types_8h.xhtml#a14d24d90ab4ba2956e92e27890ba4c91a8d6b5cada83510220f59e00ce86d4d92",
262"arm__compute_2core_2utils_2logging_2_printers_8h_source.xhtml",
263"cge_8h.xhtml#aed06c8595807184acaeac3075dc9495a",
264"classarm__compute_1_1_c_l_accumulate_squared.xhtml#ade36d9a0c92807caac072618a6d9a643",
265"classarm__compute_1_1_c_l_comparison_kernel.xhtml#a9eb86fbe4825b43b638171bb6dd398c3",
266"classarm__compute_1_1_c_l_derivative_kernel.xhtml#ab24f49526202babfe7df925cd326427b",
267"classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_a_reduction_kernel.xhtml",
268"classarm__compute_1_1_c_l_generate_proposals_layer.xhtml#a5238a3faae0338e0f8cba6d62e1ad94e",
269"classarm__compute_1_1_c_l_locally_connected_matrix_multiply_kernel.xhtml#a0a3641bb70273c2005e53942c51db9bb",
270"classarm__compute_1_1_c_l_pixel_wise_multiplication_kernel.xhtml#a18767cd831fa27f6c0d28e847509b4cf",
271"classarm__compute_1_1_c_l_sobel3x3_kernel.xhtml#ab30b6bb92fb3a1cb0cda6dc08e9fa160",
272"classarm__compute_1_1_c_l_tuner.xhtml#aba10acdb2d58e3e0a96364c487a71d40",
273"classarm__compute_1_1_c_p_p_upsample_kernel.xhtml#ade0b22ebd85d13fa476cbb3260b675b8",
274"classarm__compute_1_1_g_c_fully_connected_layer.xhtml#a840ecacfbb054d2245e1864e61178421",
275"classarm__compute_1_1_g_c_tensor_shift_kernel.xhtml",
276"classarm__compute_1_1_i_c_l_tuner.xhtml",
277"classarm__compute_1_1_i_runtime_context.xhtml#aa2c17793f71ecb166b947f0eab98bfc5",
278"classarm__compute_1_1_n_e_absolute_difference_kernel.xhtml#a8f920e3071a96d1cb1bf77dabced479e",
279"classarm__compute_1_1_n_e_color_convert_kernel.xhtml#adc4007361101a56f38f1686590c3a6b5",
280"classarm__compute_1_1_n_e_derivative.xhtml#a06a119e5e329e9283c4c884a1d927914",
281"classarm__compute_1_1_n_e_fully_connected_layer_reshape_weights.xhtml#a83a344e60eb7db895953a942abf16628",
282"classarm__compute_1_1_n_e_gaussian_pyramid.xhtml#af34c199e11afef4c68af773a9fd40150",
283"classarm__compute_1_1_n_e_magnitude.xhtml#a1aa524e83bd73b149831dc0bb6e39e7e",
284"classarm__compute_1_1_n_e_r_o_i_pooling_layer_kernel.xhtml",
285"classarm__compute_1_1_n_e_space_to_depth_layer.xhtml#abe7a463ff78322ea575c7efcaacd66a2",
286"classarm__compute_1_1_pixel_value.xhtml#a1234f83efa812e259523c91799614a3c",
287"classarm__compute_1_1_tensor_allocator.xhtml#a1468b0adb6ec3f9d38aa7d60b8a91974",
288"classarm__compute_1_1graph_1_1_concatenate_layer_node.xhtml#a6272eb9643b239dd0c1e7adde3ee093b",
289"classarm__compute_1_1graph_1_1_i_node.xhtml#a7069f1901ff50cd2ac6ba152cb106058",
290"classarm__compute_1_1graph_1_1_upsample_layer_node.xhtml#a6272eb9643b239dd0c1e7adde3ee093b",
291"classarm__compute_1_1graph_1_1frontend_1_1_input_layer.xhtml#a8c543d7a0c50bd07dfba4bbc6ba1ee53",
292"classarm__compute_1_1test_1_1_assets_library.xhtml#aa13fcfba9d7f0433db83255bd1f0638a",
293"classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#a20a9bb6edc108f6ee20c822b68531b5d",
294"classarm__compute_1_1test_1_1framework_1_1dataset_1_1_container_dataset.xhtml#af9593d4a5ff4274efaf429cb4f9e57cc",
295"classarm__compute_1_1utils_1_1random_1_1_ranged_uniform_distribution.xhtml#a50f59630d99c12348ad67924da225bb6",
296"combine_8h.xhtml#ac0a3fb58591449faff844901e8191027",
297"dir_5e492e6e3fe2ac2919691e9872c36ea9.xhtml",
298"fft_8cl.xhtml#ad4dcc4a8b94f263cd19c59fdc2cec3d2",
299"gemm__helpers_8h.xhtml#a985131db76a28d171da0810a8b0f70ee",
300"graph__convolution_8cpp.xhtml#a3c04138a5bfe5d72780bb7e82a18e627",
301"index.xhtml#S3_7_gles_stub_library",
302"mul_8h.xhtml#a34bb12fc418530504162b300bf417ee9",
303"neon__permute_8cpp_source.xhtml",
304"reference_2_box3x3_8cpp_source.xhtml",
305"reference_2_integral_image_8cpp_source.xhtml",
306"reference_2_warp_perspective_8cpp.xhtml",
307"src_2core_2_c_l_2cl__kernels_2_helpers_8h.xhtml#a0f6ad555d097377151003a5119ccee45",
308"struct_vector.xhtml",
309"structarm__compute_1_1detail_1_1brelu.xhtml#abd5aa7b37cf4c0a02b4bf2d4692d3750",
310"structarm__compute_1_1test_1_1validation_1_1_canny_edge_parameters.xhtml#ab8a8d1ea5336156261d2fa39d65bd3f3",
311"tbl_8h.xhtml#a0a230ea3527f48b002a8ea9ea08aa840",
312"tests_2validation_2_helpers_8cpp.xhtml#ab845254df9508ca05606545601bebb96",
313"utils_2_type_printer_8h.xhtml#aae534105c7ea67999ccbb34a0ed567cd"
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000314];
315
316var SYNCONMSG = 'click to disable panel synchronisation';
317var SYNCOFFMSG = 'click to enable panel synchronisation';