blob: 80d900e006f70e9143b3366b564c1851bbadb270 [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 ] ],
101 [ "OpenCL Tuner", "architecture.xhtml#S4_8_opencl_tuner", null ]
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000102 ] ],
Jenkinsb9abeae2018-11-22 11:58:08 +0000103 [ "Adding new operators", "add_operator.xhtml", [
104 [ "Introduction", "add_operator.xhtml#S4_1_introduction", null ],
105 [ "Supporting new operators", "add_operator.xhtml#S4_1_supporting_new_operators", [
106 [ "Adding new data types", "add_operator.xhtml#S4_1_1_add_datatypes", null ],
107 [ "Add a kernel", "add_operator.xhtml#S4_1_2_add_kernel", null ],
108 [ "Add a function", "add_operator.xhtml#S4_1_3_add_function", null ],
109 [ "Add validation artifacts", "add_operator.xhtml#S4_1_4_add_validation", [
110 [ "Add the reference implementation and the tests", "add_operator.xhtml#S4_1_4_1_add_reference", null ],
111 [ "Add dataset", "add_operator.xhtml#S4_1_4_2_add_dataset", null ],
112 [ "Add a fixture and a data test case", "add_operator.xhtml#S4_1_4_3_add_fixture", null ]
113 ] ]
114 ] ]
115 ] ],
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000116 [ "Validation and benchmarks tests", "tests.xhtml", [
117 [ "Overview", "tests.xhtml#tests_overview", [
118 [ "Directory structure", "tests.xhtml#tests_overview_structure", null ],
119 [ "Fixtures", "tests.xhtml#tests_overview_fixtures", [
120 [ "Fixture", "tests.xhtml#tests_overview_fixtures_fixture", null ],
121 [ "Data fixture", "tests.xhtml#tests_overview_fixtures_data_fixture", null ]
122 ] ],
123 [ "Test cases", "tests.xhtml#tests_overview_test_cases", [
124 [ "Test case", "tests.xhtml#tests_overview_test_cases_test_case", null ],
125 [ "Fixture test case", "tests.xhtml#tests_overview_test_cases_fixture_fixture_test_case", null ],
126 [ "Registering a fixture as test case", "tests.xhtml#tests_overview_test_cases_fixture_register_fixture_test_case", null ],
127 [ "Data test case", "tests.xhtml#tests_overview_test_cases_data_test_case", null ],
128 [ "Fixture data test case", "tests.xhtml#tests_overview_test_cases_fixture_data_test_case", null ],
129 [ "Registering a fixture as data test case", "tests.xhtml#tests_overview_test_cases_register_fixture_data_test_case", null ]
130 ] ]
131 ] ],
132 [ "Writing validation tests", "tests.xhtml#writing_tests", null ],
133 [ "Running tests", "tests.xhtml#tests_running_tests", [
Jenkinsb3a371b2018-05-23 11:36:53 +0100134 [ "Benchmarking and validation suites", "tests.xhtml#tests_running_tests_benchmark_and_validation", [
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000135 [ "Filter tests", "tests.xhtml#tests_running_tests_benchmarking_filter", null ],
136 [ "Runtime", "tests.xhtml#tests_running_tests_benchmarking_runtime", null ],
137 [ "Output", "tests.xhtml#tests_running_tests_benchmarking_output", null ],
138 [ "Mode", "tests.xhtml#tests_running_tests_benchmarking_mode", null ],
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000139 [ "Instruments", "tests.xhtml#tests_running_tests_benchmarking_instruments", null ],
140 [ "Examples", "tests.xhtml#tests_running_examples", null ]
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000141 ] ]
142 ] ]
143 ] ],
144 [ "Importing data from existing models", "data_import.xhtml", [
145 [ "Extract data from pre-trained caffe model", "data_import.xhtml#caffe_data_extractor", [
146 [ "How to use the script", "data_import.xhtml#caffe_how_to", null ],
147 [ "What is the expected output from the script", "data_import.xhtml#caffe_result", null ]
148 ] ],
149 [ "Extract data from pre-trained tensorflow model", "data_import.xhtml#tensorflow_data_extractor", [
150 [ "How to use the script", "data_import.xhtml#tensorflow_how_to", null ],
151 [ "What is the expected output from the script", "data_import.xhtml#tensorflow_result", null ]
Jenkins514be652019-02-28 12:25:18 +0000152 ] ],
153 [ "Extract data from pre-trained frozen tensorflow model", "data_import.xhtml#tf_frozen_model_extractor", [
154 [ "How to use the script", "data_import.xhtml#tensorflow_frozen_how_to", null ],
155 [ "What is the expected output from the script", "data_import.xhtml#tensorflow_frozen_result", null ]
156 ] ],
157 [ "Validating examples", "data_import.xhtml#validate_examples", null ]
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000158 ] ],
Jenkins514be652019-02-28 12:25:18 +0000159 [ "Deprecated List", "deprecated.xhtml", null ],
160 [ "Namespaces", "namespaces.xhtml", [
161 [ "Namespace List", "namespaces.xhtml", "namespaces_dup" ],
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000162 [ "Namespace Members", "namespacemembers.xhtml", [
163 [ "All", "namespacemembers.xhtml", "namespacemembers_dup" ],
164 [ "Functions", "namespacemembers_func.xhtml", "namespacemembers_func" ],
Jenkins514be652019-02-28 12:25:18 +0000165 [ "Variables", "namespacemembers_vars.xhtml", "namespacemembers_vars" ],
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000166 [ "Typedefs", "namespacemembers_type.xhtml", "namespacemembers_type" ],
Jenkinsb3a371b2018-05-23 11:36:53 +0100167 [ "Enumerations", "namespacemembers_enum.xhtml", null ]
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000168 ] ]
169 ] ],
170 [ "Data Structures", "annotated.xhtml", [
171 [ "Data Structures", "annotated.xhtml", "annotated_dup" ],
172 [ "Data Structure Index", "classes.xhtml", null ],
173 [ "Class Hierarchy", "hierarchy.xhtml", "hierarchy" ],
174 [ "Data Fields", "functions.xhtml", [
175 [ "All", "functions.xhtml", "functions_dup" ],
176 [ "Functions", "functions_func.xhtml", "functions_func" ],
177 [ "Variables", "functions_vars.xhtml", "functions_vars" ],
178 [ "Typedefs", "functions_type.xhtml", null ],
179 [ "Enumerations", "functions_enum.xhtml", null ],
180 [ "Related Functions", "functions_rela.xhtml", null ]
181 ] ]
182 ] ],
Jenkins514be652019-02-28 12:25:18 +0000183 [ "Files", "files.xhtml", [
184 [ "File List", "files.xhtml", "files_dup" ],
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000185 [ "Globals", "globals.xhtml", [
186 [ "All", "globals.xhtml", "globals_dup" ],
187 [ "Functions", "globals_func.xhtml", "globals_func" ],
188 [ "Variables", "globals_vars.xhtml", null ],
189 [ "Typedefs", "globals_type.xhtml", null ],
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000190 [ "Macros", "globals_defs.xhtml", "globals_defs" ]
191 ] ]
192 ] ]
193 ] ]
194];
195
196var NAVTREEINDEX =
197[
198"_absolute_difference_8h.xhtml",
Jenkins514be652019-02-28 12:25:18 +0000199"_c_l_2_batch_to_space_layer_8cpp.xhtml#a157af9e1f21df8785893e442409a4435",
200"_c_l_2_g_e_m_m_reshape_l_h_s_matrix_8cpp.xhtml#a15438f2dd36e0e42c2e8aaf4b19e4f3c",
201"_c_l_2_scharr_8cpp.xhtml",
202"_c_l_absolute_difference_8cpp_source.xhtml",
203"_c_l_depth_convert_layer_kernel_8h_source.xhtml",
204"_c_l_g_e_m_m_transpose1x_w_kernel_8cpp.xhtml",
205"_c_l_normalize_planar_y_u_v_layer_kernel_8h.xhtml",
206"_c_l_tensor_handle_8cpp.xhtml",
207"_cast_8cpp.xhtml#a0ed7521147c7992d5f65b360cd2812f5",
208"_derivative_8h.xhtml#aeae8f44225b61c5a6b05fdfcd82ae3d1",
209"_fully_connected_layer_8h_source.xhtml",
210"_g_c_scheduler_8cpp.xhtml",
211"_helpers_8inl.xhtml#a46e938020a3ac8c926d0590b7fe957db",
212"_i_tensor_info_8h_source.xhtml",
213"_n_e_bitwise_not_8cpp_source.xhtml",
214"_n_e_direct_convolution_detail_8h.xhtml#ab7e696498dc262dc55dc90e8d4a2fc77",
215"_n_e_h_o_g_detector_8cpp.xhtml",
216"_n_e_o_n_2_arithmetic_subtraction_8cpp.xhtml#acb5454ca4d9a7aac50c9b24ab9a0f514",
217"_n_e_o_n_2_gaussian3x3_8cpp.xhtml#afad045c7bea57340a4532a78a6b04e7c",
218"_n_e_o_n_2_stack_layer_8cpp.xhtml#aefbc705cede4006a11ee179b95d6468b",
219"_n_e_sobel5x5_kernel_8h_source.xhtml",
220"_node_fusion_mutator_8cpp_source.xhtml",
221"_p_m_u_8h_source.xhtml",
222"_single_thread_scheduler_8h_source.xhtml",
223"_validate_8h.xhtml#a693decaffb042b3ff76e274f983e8ac1",
224"a64__sgemm__12x8_2a53_8cpp.xhtml",
225"arm__compute_2core_2_types_8h.xhtml#a683661ae75dcb7aef16b9c9bde31517d",
226"arm__compute_2graph_2frontend_2_types_8h_source.xhtml",
227"benchmark_2_c_l_2_normalization_layer_8cpp.xhtml#acec794dbb7f6c77bdefa188d83fc80c9",
228"benchmark_2_n_e_o_n_2_convolution_8cpp_source.xhtml",
229"canny_8cl.xhtml#a64ee229d1bcee88c8017356d5d485650",
230"classarm__compute_1_1_c_l_arithmetic_operation_kernel.xhtml",
231"classarm__compute_1_1_c_l_convolution_rectangle_kernel.xhtml#a423f9a45a52983b4de5e2b347f4369c7",
232"classarm__compute_1_1_c_l_exp_layer.xhtml",
233"classarm__compute_1_1_c_l_g_e_m_m_reshape_r_h_s_matrix_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e",
234"classarm__compute_1_1_c_l_l_k_tracker_init_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e",
235"classarm__compute_1_1_c_l_permute_kernel.xhtml",
236"classarm__compute_1_1_c_l_sobel5x5_hor_kernel.xhtml#a0d2de1f5a7010147dc1d6c11eaaeda37",
237"classarm__compute_1_1_c_l_warp_perspective_kernel.xhtml",
238"classarm__compute_1_1_dimensions.xhtml#a0d3c59537291735849c740364496a41c",
239"classarm__compute_1_1_g_c_kernel.xhtml#af29ae815590ed07fc2ce2dc3f77a23a7",
240"classarm__compute_1_1_i_array.xhtml#aac8e28a698cd201286d75eb3f5ad3e1c",
241"classarm__compute_1_1_i_lut.xhtml#a5eeb94d22b8366d1b68d0614384802fe",
242"classarm__compute_1_1_lut_allocator.xhtml#a5fdb67ad7cf44fcbc5bf7bd0a7a1ca09",
243"classarm__compute_1_1_n_e_channel_shuffle_layer_kernel.xhtml#a3a050bd26e07d30bf7e578ecf1174d05",
244"classarm__compute_1_1_n_e_direct_convolution_layer_kernel.xhtml#a537ba0d35bcc8d5488da55d1a27c89a3",
245"classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_b_reduction_kernel.xhtml",
246"classarm__compute_1_1_n_e_im2_col.xhtml",
247"classarm__compute_1_1_n_e_pixel_wise_multiplication_kernel.xhtml#ac23503429643fa0415fd64b1fc17e40c",
248"classarm__compute_1_1_n_e_sobel7x7_hor_kernel.xhtml#ace7523f9c3073ad82b77e46318a1ea77",
249"classarm__compute_1_1_pad_stride_info.xhtml#ad71c061b948d43c30e489e15fee6dc8b",
250"classarm__compute_1_1_tensor_info.xhtml",
251"classarm__compute_1_1graph_1_1_dummy_node.xhtml#aefa24b710045e042672a5e887c3efaef",
252"classarm__compute_1_1graph_1_1_prior_box_layer_node.xhtml#adb48b5745c55605a2d4ec6f665bb7f3f",
253"classarm__compute_1_1graph_1_1frontend_1_1_concat_layer.xhtml",
254"classarm__compute_1_1test_1_1_array_accessor.xhtml#aa733629a56800aca0b5cb4608069718b",
255"classarm__compute_1_1test_1_1framework_1_1_fixture.xhtml",
256"classarm__compute_1_1test_1_1framework_1_1dataset_1_1_singleton_dataset.xhtml#a0c62c15c8ed609e7e5e9518cf5f5c712",
257"classarm__gemm_1_1_gemv_pretransposed.xhtml#aa7cfff39cbb2be65cd40042a75e5ae1c",
258"dir_3cbe5b6455504b72bdad57647abe41ab.xhtml",
259"functions_v.xhtml",
260"graph__mobilenet_8cpp_source.xhtml",
261"magnitude__phase_8cl.xhtml#a02ff978b574e44604d625dbd470ab870",
262"namespacemembers_i.xhtml",
263"pooling__layer__quantized_8cl.xhtml#a5c74cefcb6318451b5785dd00bd9b05f",
264"reference_2_reorg_layer_8cpp_source.xhtml",
265"softmax__layer_8cl.xhtml#af5b2e33e3c5fcaab3a213f26c2300170",
266"structarm__compute_1_1_g_e_m_m_lowp_output_stage_info.xhtml#a7d24a8e7bad9b4d51aae3af31072d896",
267"structarm__compute_1_1test_1_1framework_1_1_test_result.xhtml#a67a0db04d321a74b7e7fcfd3f1a3f70ba9c51674930e03c276344d19f9e4398fb",
268"tests_2_utils_8h.xhtml",
269"tests_2validation_2_n_e_o_n_2_u_n_i_t_2_tensor_allocator_8cpp_source.xhtml",
270"validation_2_c_l_2_activation_layer_8cpp.xhtml#a0b8743d7c78a9fa2c303aa1b255a1b8e",
271"validation_2_c_l_2_g_e_m_m_8cpp.xhtml",
272"validation_2_c_l_2_softmax_layer_8cpp.xhtml",
273"validation_2_n_e_o_n_2_convolution_layer_8cpp.xhtml#af3c1de77fd86df539395c75c17ec230e",
274"validation_2_n_e_o_n_2_sobel_8cpp.xhtml",
275"validation_2reference_2_transpose_8cpp.xhtml#af5f82318aa0982e38535d512accf3177"
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000276];
277
278var SYNCONMSG = 'click to disable panel synchronisation';
279var SYNCOFFMSG = 'click to enable panel synchronisation';