blob: 33fe2f9dbfb385d4f597cf3b1f408ff519d8dd89 [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 ] ],
Jenkinsb9abeae2018-11-22 11:58:08 +000064 [ "List of functions", "functions_list.xhtml", [
65 [ "NEON functions", "functions_list.xhtml#S5_1", null ],
66 [ "OpenCL functions", "functions_list.xhtml#S5_2", null ],
Jenkins514be652019-02-28 12:25:18 +000067 [ "GLES Compute functions", "functions_list.xhtml#S5_3", null ],
68 [ "CPP functions", "functions_list.xhtml#S5_4", null ]
Jenkinsb9abeae2018-11-22 11:58:08 +000069 ] ],
Anthony Barbier8140e1e2017-12-14 23:48:46 +000070 [ "Library architecture", "architecture.xhtml", [
71 [ "Core vs Runtime libraries", "architecture.xhtml#S4_1", null ],
72 [ "Windows, kernels, multi-threading and functions", "architecture.xhtml#S4_2_windows_kernels_mt_functions", [
73 [ "Windows", "architecture.xhtml#S4_2_1_windows", null ],
74 [ "Kernels", "architecture.xhtml#S4_2_2", null ],
75 [ "Multi-threading", "architecture.xhtml#S4_2_3", null ],
76 [ "Functions", "architecture.xhtml#S4_2_4", null ],
77 [ "OpenCL Scheduler and kernel library", "architecture.xhtml#S4_4_1_cl_scheduler", null ],
78 [ "OpenCL events and synchronization", "architecture.xhtml#S4_4_2_events_sync", null ],
79 [ "OpenCL / NEON interoperability", "architecture.xhtml#S4_4_2_cl_neon", null ]
80 ] ],
81 [ "Algorithms", "architecture.xhtml#S4_5_algorithms", null ],
82 [ "Images, padding, border modes and tensors", "architecture.xhtml#S4_6_images_tensors", [
83 [ "Padding and border modes", "architecture.xhtml#S4_6_1_padding_and_border", [
84 [ "Padding", "architecture.xhtml#padding", null ],
85 [ "Valid regions", "architecture.xhtml#valid_region", null ]
86 ] ],
87 [ "Tensors", "architecture.xhtml#S4_6_2_tensors", null ],
88 [ "Images and Tensors description conventions", "architecture.xhtml#S4_6_3_description_conventions", null ],
Jenkins52ba29e2018-08-29 15:32:11 +000089 [ "Working with Images and Tensors using iterators", "architecture.xhtml#S4_6_4_working_with_objects", null ],
90 [ "Sub-tensors", "architecture.xhtml#S4_6_5_sub_tensors", null ]
Anthony Barbier8140e1e2017-12-14 23:48:46 +000091 ] ],
92 [ "MemoryManager", "architecture.xhtml#S4_7_memory_manager", [
93 [ "MemoryGroup, MemoryPool and MemoryManager Components", "architecture.xhtml#S4_7_1_memory_manager_components", [
94 [ "MemoryGroup", "architecture.xhtml#S4_7_1_1_memory_group", null ],
95 [ "MemoryPool", "architecture.xhtml#S4_7_1_2_memory_pool", null ],
96 [ "MemoryManager Components", "architecture.xhtml#S4_7_1_2_memory_manager_components", null ]
97 ] ],
98 [ "Working with the Memory Manager", "architecture.xhtml#S4_7_2_working_with_memory_manager", null ],
99 [ "Function support", "architecture.xhtml#S4_7_3_memory_manager_function_support", null ]
Jenkinsc3f34a42018-03-02 12:38:09 +0000100 ] ],
Jenkins975dfe12019-09-02 11:47:54 +0100101 [ "Import Memory Interface", "architecture.xhtml#S4_8_import_memory", null ],
102 [ "OpenCL Tuner", "architecture.xhtml#S4_9_opencl_tuner", null ]
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000103 ] ],
Jenkinsb9abeae2018-11-22 11:58:08 +0000104 [ "Adding new operators", "add_operator.xhtml", [
105 [ "Introduction", "add_operator.xhtml#S4_1_introduction", null ],
106 [ "Supporting new operators", "add_operator.xhtml#S4_1_supporting_new_operators", [
107 [ "Adding new data types", "add_operator.xhtml#S4_1_1_add_datatypes", null ],
108 [ "Add a kernel", "add_operator.xhtml#S4_1_2_add_kernel", null ],
109 [ "Add a function", "add_operator.xhtml#S4_1_3_add_function", null ],
110 [ "Add validation artifacts", "add_operator.xhtml#S4_1_4_add_validation", [
111 [ "Add the reference implementation and the tests", "add_operator.xhtml#S4_1_4_1_add_reference", null ],
112 [ "Add dataset", "add_operator.xhtml#S4_1_4_2_add_dataset", null ],
113 [ "Add a fixture and a data test case", "add_operator.xhtml#S4_1_4_3_add_fixture", null ]
114 ] ]
115 ] ]
116 ] ],
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000117 [ "Validation and benchmarks tests", "tests.xhtml", [
118 [ "Overview", "tests.xhtml#tests_overview", [
119 [ "Directory structure", "tests.xhtml#tests_overview_structure", null ],
120 [ "Fixtures", "tests.xhtml#tests_overview_fixtures", [
121 [ "Fixture", "tests.xhtml#tests_overview_fixtures_fixture", null ],
122 [ "Data fixture", "tests.xhtml#tests_overview_fixtures_data_fixture", null ]
123 ] ],
124 [ "Test cases", "tests.xhtml#tests_overview_test_cases", [
125 [ "Test case", "tests.xhtml#tests_overview_test_cases_test_case", null ],
126 [ "Fixture test case", "tests.xhtml#tests_overview_test_cases_fixture_fixture_test_case", null ],
127 [ "Registering a fixture as test case", "tests.xhtml#tests_overview_test_cases_fixture_register_fixture_test_case", null ],
128 [ "Data test case", "tests.xhtml#tests_overview_test_cases_data_test_case", null ],
129 [ "Fixture data test case", "tests.xhtml#tests_overview_test_cases_fixture_data_test_case", null ],
130 [ "Registering a fixture as data test case", "tests.xhtml#tests_overview_test_cases_register_fixture_data_test_case", null ]
131 ] ]
132 ] ],
133 [ "Writing validation tests", "tests.xhtml#writing_tests", null ],
134 [ "Running tests", "tests.xhtml#tests_running_tests", [
Jenkinsb3a371b2018-05-23 11:36:53 +0100135 [ "Benchmarking and validation suites", "tests.xhtml#tests_running_tests_benchmark_and_validation", [
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000136 [ "Filter tests", "tests.xhtml#tests_running_tests_benchmarking_filter", null ],
137 [ "Runtime", "tests.xhtml#tests_running_tests_benchmarking_runtime", null ],
138 [ "Output", "tests.xhtml#tests_running_tests_benchmarking_output", null ],
139 [ "Mode", "tests.xhtml#tests_running_tests_benchmarking_mode", null ],
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000140 [ "Instruments", "tests.xhtml#tests_running_tests_benchmarking_instruments", null ],
141 [ "Examples", "tests.xhtml#tests_running_examples", null ]
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000142 ] ]
143 ] ]
144 ] ],
145 [ "Importing data from existing models", "data_import.xhtml", [
146 [ "Extract data from pre-trained caffe model", "data_import.xhtml#caffe_data_extractor", [
147 [ "How to use the script", "data_import.xhtml#caffe_how_to", null ],
148 [ "What is the expected output from the script", "data_import.xhtml#caffe_result", null ]
149 ] ],
150 [ "Extract data from pre-trained tensorflow model", "data_import.xhtml#tensorflow_data_extractor", [
151 [ "How to use the script", "data_import.xhtml#tensorflow_how_to", null ],
152 [ "What is the expected output from the script", "data_import.xhtml#tensorflow_result", null ]
Jenkins514be652019-02-28 12:25:18 +0000153 ] ],
154 [ "Extract data from pre-trained frozen tensorflow model", "data_import.xhtml#tf_frozen_model_extractor", [
155 [ "How to use the script", "data_import.xhtml#tensorflow_frozen_how_to", null ],
156 [ "What is the expected output from the script", "data_import.xhtml#tensorflow_frozen_result", null ]
157 ] ],
158 [ "Validating examples", "data_import.xhtml#validate_examples", null ]
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000159 ] ],
Jenkins514be652019-02-28 12:25:18 +0000160 [ "Deprecated List", "deprecated.xhtml", null ],
161 [ "Namespaces", "namespaces.xhtml", [
162 [ "Namespace List", "namespaces.xhtml", "namespaces_dup" ],
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000163 [ "Namespace Members", "namespacemembers.xhtml", [
164 [ "All", "namespacemembers.xhtml", "namespacemembers_dup" ],
165 [ "Functions", "namespacemembers_func.xhtml", "namespacemembers_func" ],
Jenkins514be652019-02-28 12:25:18 +0000166 [ "Variables", "namespacemembers_vars.xhtml", "namespacemembers_vars" ],
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000167 [ "Typedefs", "namespacemembers_type.xhtml", "namespacemembers_type" ],
Jenkinsb3a371b2018-05-23 11:36:53 +0100168 [ "Enumerations", "namespacemembers_enum.xhtml", null ]
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000169 ] ]
170 ] ],
171 [ "Data Structures", "annotated.xhtml", [
172 [ "Data Structures", "annotated.xhtml", "annotated_dup" ],
173 [ "Data Structure Index", "classes.xhtml", null ],
174 [ "Class Hierarchy", "hierarchy.xhtml", "hierarchy" ],
175 [ "Data Fields", "functions.xhtml", [
176 [ "All", "functions.xhtml", "functions_dup" ],
177 [ "Functions", "functions_func.xhtml", "functions_func" ],
178 [ "Variables", "functions_vars.xhtml", "functions_vars" ],
179 [ "Typedefs", "functions_type.xhtml", null ],
180 [ "Enumerations", "functions_enum.xhtml", null ],
181 [ "Related Functions", "functions_rela.xhtml", null ]
182 ] ]
183 ] ],
Jenkins514be652019-02-28 12:25:18 +0000184 [ "Files", "files.xhtml", [
185 [ "File List", "files.xhtml", "files_dup" ],
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000186 [ "Globals", "globals.xhtml", [
187 [ "All", "globals.xhtml", "globals_dup" ],
188 [ "Functions", "globals_func.xhtml", "globals_func" ],
189 [ "Variables", "globals_vars.xhtml", null ],
190 [ "Typedefs", "globals_type.xhtml", null ],
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000191 [ "Macros", "globals_defs.xhtml", "globals_defs" ]
192 ] ]
193 ] ]
194 ] ]
195];
196
197var NAVTREEINDEX =
198[
Jenkins975dfe12019-09-02 11:47:54 +0100199"_abs_layer_8cpp.xhtml",
200"_c_l_2_arithmetic_division_8cpp.xhtml#ac91c705162f84cdbfdce90bdb135e2e4",
201"_c_l_2_crop_resize_8cpp.xhtml#afcdff1aca709a6f9831f5592c24aba30",
202"_c_l_2_gather_8cpp.xhtml#ac2ed31007ae463a3cec24a581f3651f6",
203"_c_l_2_select_8cpp.xhtml#acb8fd2b1ee77b9b379853485bb429217",
204"_c_l_absolute_difference_8cpp.xhtml",
205"_c_l_deconvolution_reshape_output_kernel_8h_source.xhtml",
206"_c_l_g_e_m_m_lowp_offset_contribution_output_stage_kernel_8h_source.xhtml",
207"_c_l_magnitude_phase_kernel_8cpp_source.xhtml",
208"_c_l_scharr3x3_kernel_8h_source.xhtml",
209"_c_p_p_2_d_f_t_8cpp.xhtml#a78f90e18c925576e2bd4d196a72e201f",
210"_convert_fully_connected_weights_8h.xhtml",
211"_elementwise_square_diff_8cpp.xhtml#a6c0efec1f9ab32b14febc1f8fdd69bb3",
212"_g_c_batch_normalization_layer_8cpp_source.xhtml",
213"_g_e_m_m_lowp_8h.xhtml#a37da19bcb7b529afd0af2eb85edbb110",
214"_helpers_8inl.xhtml",
215"_i_tensor_handle_8h_source.xhtml",
216"_n_e_asymm_8h.xhtml#a695a8105065167f7e4596d31f23a3573",
217"_n_e_depthwise_vector_to_tensor_kernel_8cpp_source.xhtml",
218"_n_e_g_e_m_m_interleave4x4_kernel_8h.xhtml",
219"_n_e_median3x3_8h.xhtml",
220"_n_e_o_n_2_channel_shuffle_8cpp.xhtml",
221"_n_e_o_n_2_gather_8cpp.xhtml#ac2ed31007ae463a3cec24a581f3651f6",
222"_n_e_o_n_2_reorg_layer_8cpp.xhtml#a32d10d3c62058cc25b4a8240b2c0db70",
223"_n_e_range_8h.xhtml",
224"_n_e_split_8h.xhtml",
225"_open_c_l_8h_source.xhtml",
226"_range_dataset_8h.xhtml",
227"_stream_8h_source.xhtml",
228"_validate_helpers_8h.xhtml#a40f232193e819dfc9dc9edbabefd5b7a",
229"a64__transpose__interleave__12way__half__to__float_8hpp_source.xhtml",
230"arm__compute_2core_2_types_8h.xhtml#a683661ae75dcb7aef16b9c9bde31517da4c5d06b02c97731aaa976179c62dcf76",
231"arm__compute_2graph_2_types_8h_source.xhtml",
232"benchmark_2_c_l_2_laplacian_reconstruct_8cpp.xhtml#a33ccd0c3fcaab9d1bb2c6a20bfd5ec6f",
233"benchmark_2_n_e_o_n_2_convolution_8cpp.xhtml",
234"bitwise__op_8cl.xhtml#a4b8ef6799be6362c31b39a159cd9f48b",
235"classarm__compute_1_1_c_l_absolute_difference.xhtml#af53d66a8f8dd368d3c06b43c0c6a12f1",
236"classarm__compute_1_1_c_l_comparison_static.xhtml",
237"classarm__compute_1_1_c_l_derivative.xhtml",
238"classarm__compute_1_1_c_l_g_e_m_m_convolution_layer.xhtml#a78f1fff174957ab8dd876ee696d5a749",
239"classarm__compute_1_1_c_l_gaussian_pyramid_vert_kernel.xhtml",
240"classarm__compute_1_1_c_l_locally_connected_matrix_multiply_kernel.xhtml#a0cc875c804d3f82bd6eba503ede72a86",
241"classarm__compute_1_1_c_l_pooling_layer_kernel.xhtml#a1acfeaa60695d4df61d8d4b5c905aa53",
242"classarm__compute_1_1_c_l_sobel7x7_hor_kernel.xhtml",
243"classarm__compute_1_1_c_l_weights_reshape_kernel.xhtml#a32630202628891fb30458ef84581ad2a",
244"classarm__compute_1_1_detection_output_layer_info.xhtml#af14fc4cf24dfb69a0f225a582ef01d54",
245"classarm__compute_1_1_g_c_im2_col_kernel.xhtml#aa9f940db93f2843ff4694e64177e9b49",
246"classarm__compute_1_1_h_o_g_info.xhtml#ac3f834a0c4744ccbc55d3b8bc810fdff",
247"classarm__compute_1_1_i_g_c_tensor.xhtml#a15242f453f1928c3dbc2a30ec08480e6",
248"classarm__compute_1_1_kernel.xhtml#a8b2bcac315357d36294d68948e51b925",
249"classarm__compute_1_1_n_e_bitwise_not_kernel.xhtml#aed139c8b2173519c398b47c2cdddced3",
250"classarm__compute_1_1_n_e_depth_convert_layer.xhtml#ad641b4160974dd335faa633d22d9ca7b",
251"classarm__compute_1_1_n_e_f_f_t2_d.xhtml#ad1717410afd0be936c6213a63c8005fb",
252"classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_int16_scale_by_fixed_point_kernel.xhtml#a95ba17151fa6b8b6771079441844e711",
253"classarm__compute_1_1_n_e_integral_image_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82",
254"classarm__compute_1_1_n_e_pixel_wise_multiplication.xhtml#a080bc209f47babf3bc587f49b4286e53",
255"classarm__compute_1_1_n_e_sobel5x5_vert_kernel.xhtml#a59d1a2b1ef3d2b7e3bc5e942714d102a",
256"classarm__compute_1_1_n_e_winograd_layer_transform_weights_kernel.xhtml#ae43e71907cc8f09be3338c84c18701bb",
257"classarm__compute_1_1_sub_tensor_info.xhtml#a3504ac3cf390bdc4eadbc5dca081e07a",
258"classarm__compute_1_1detail_1_1compare__dimension.xhtml",
259"classarm__compute_1_1graph_1_1_graph_manager.xhtml#a7e6bc69b0ad4be79c10f72debc89dfc8",
260"classarm__compute_1_1graph_1_1_tensor.xhtml#a8c1a8dc99f338372d7dc6dd33672ec03",
261"classarm__compute_1_1graph_1_1frontend_1_1_normalize_planar_y_u_v_layer.xhtml",
262"classarm__compute_1_1test_1_1_c_l_accessor.xhtml#a0189be0971a32a0171c51b90a1ab1020",
263"classarm__compute_1_1test_1_1framework_1_1_framework.xhtml#a47fbbce86aea0ba4a9d539c069f840c9",
264"classarm__compute_1_1test_1_1framework_1_1detail_1_1_test_suite_registrar.xhtml",
265"classarm__gemm_1_1_gemv_batched.xhtml#abf5a58f6feffeae31f48b750cba9303d",
266"depthwise__convolution_8cl.xhtml#ae40b0f25b3985d4853b944151ffddb44",
267"fast__corners_8cl.xhtml#aea4e2a64dfdec6a9ecf62f8cd518fc17",
268"gemm__helpers_8h.xhtml#a7249d30c01773ebe7a7c15899550967f",
269"globals_k.xhtml",
270"intrinsics_2add_8h.xhtml#a5facaa0c056dc73dfa6a49cde91240c4",
271"namespacearm__compute_1_1test_1_1framework.xhtml",
272"optical__flow__pyramid__lk_8cl_source.xhtml",
273"reference_2_depth_convert_layer_8cpp.xhtml#a2790b7ea17fe89ea8befa5a0c657f4ae",
274"repeat_8h.xhtml#affa3fc076d4917193cd8d0642def145d",
275"src_2graph_2_utils_8cpp.xhtml#a1df15aed3ed531f442ecea2a131d65a4",
276"structarm__compute_1_1_thread_info.xhtml",
277"structarm__compute_1_1test_1_1traits_1_1promote.xhtml",
278"tests_2_utils_8h.xhtml#a5351f49d449d49f82e2bf942b7a13da6",
279"tests_2validation_2_helpers_8h.xhtml#a9a1aa7d40588cbc644eb7d45d008b1f0",
280"utils_2_type_printer_8h.xhtml#ae8c2a3451bcf739a75aa7438e7a78d45",
281"validation_2_c_l_2_depth_concatenate_layer_8cpp.xhtml#aed82cc7360b0d6831d7ce0ac9aa12c8b",
282"validation_2_c_l_2_min_max_location_8cpp.xhtml#aa49dc5afff07b86be9d319b2947a10cd",
283"validation_2_n_e_o_n_2_batch_normalization_layer_8cpp_source.xhtml",
284"validation_2_n_e_o_n_2_h_o_g_multi_detection_8cpp.xhtml",
285"validation_2reference_2_g_e_m_m_8cpp_source.xhtml"
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000286];
287
288var SYNCONMSG = 'click to disable panel synchronisation';
289var SYNCOFFMSG = 'click to enable panel synchronisation';