blob: 1dd18a04dd581f0026225a025af0c3ac3aab4a3c [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", [
84 [ "Benchmarking", "tests.xhtml#tests_running_tests_benchmarking", [
85 [ "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" ],
111 [ "Enumerations", "namespacemembers_enum.xhtml", null ],
112 [ "Enumerator", "namespacemembers_eval.xhtml", null ]
113 ] ]
114 ] ],
115 [ "Data Structures", "annotated.xhtml", [
116 [ "Data Structures", "annotated.xhtml", "annotated_dup" ],
117 [ "Data Structure Index", "classes.xhtml", null ],
118 [ "Class Hierarchy", "hierarchy.xhtml", "hierarchy" ],
119 [ "Data Fields", "functions.xhtml", [
120 [ "All", "functions.xhtml", "functions_dup" ],
121 [ "Functions", "functions_func.xhtml", "functions_func" ],
122 [ "Variables", "functions_vars.xhtml", "functions_vars" ],
123 [ "Typedefs", "functions_type.xhtml", null ],
124 [ "Enumerations", "functions_enum.xhtml", null ],
125 [ "Related Functions", "functions_rela.xhtml", null ]
126 ] ]
127 ] ],
128 [ "Files", null, [
129 [ "File List", "files.xhtml", "files" ],
130 [ "Globals", "globals.xhtml", [
131 [ "All", "globals.xhtml", "globals_dup" ],
132 [ "Functions", "globals_func.xhtml", "globals_func" ],
133 [ "Variables", "globals_vars.xhtml", null ],
134 [ "Typedefs", "globals_type.xhtml", null ],
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000135 [ "Macros", "globals_defs.xhtml", "globals_defs" ]
136 ] ]
137 ] ]
138 ] ]
139];
140
141var NAVTREEINDEX =
142[
143"_absolute_difference_8h.xhtml",
Anthony Barbier06ea0482018-02-22 15:45:35 +0000144"_c_l_2_convolution_8cpp.xhtml#a38fe4b20a05bbaa1c844f3d7a19791ae",
145"_c_l_2_pixel_wise_multiplication_8cpp.xhtml#ad3e50128989b47083e974e3567740655",
146"_c_l_g_e_m_m_lowp_matrix_multiply_core_8h.xhtml",
147"_c_l_unmap_8h.xhtml",
148"_fixed_point_fixture_8h_source.xhtml",
149"_graph_type_printer_8h.xhtml",
150"_integral_image_8h_source.xhtml",
151"_n_e_convolution_layer_8h_source.xhtml",
152"_n_e_fixed_point_8h.xhtml#aed1eb26d2b6435ae9dba79558611b415",
153"_n_e_im2_col_8h_source.xhtml",
154"_n_e_o_n_2_depth_convert_layer_8cpp.xhtml#a3430329e55d600b885498ab229126ebe",
155"_n_e_o_n_2_pixel_wise_multiplication_8cpp.xhtml#aa39faa5bc7636a7981279c09204fb4c7",
156"_pixel_wise_multiplication_8h_source.xhtml",
157"_type_printer_8h.xhtml#a2ab7370aab6e5698990c50c8871fa6fb",
158"activation__layer_8cl.xhtml#ad3cc858846806e6b1d3694b9d0a2e6da",
Jenkinsc3f34a42018-03-02 12:38:09 +0000159"arm__compute_2core_2_types_8h.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6af14462d71aa842202c3e4b272c7ec924",
160"benchmark_2_c_l_2_harris_corners_8cpp_source.xhtml",
161"benchmark_2_n_e_o_n_2_g_e_m_m_8cpp.xhtml#a789c444c1307e85eec5f8b0d75fd5f7d",
162"classarm__compute_1_1_activation_layer_info.xhtml#a63e05ce4946dd9807c005c1619fa337a",
163"classarm__compute_1_1_c_l_copy_to_array_kernel.xhtml#a4b3ff5e7b109a563e4c98e45eb66ad7a",
164"classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_kernel.xhtml",
165"classarm__compute_1_1_c_l_kernel_library.xhtml#a293edc1bbcbddffb7228ac97917ed107",
166"classarm__compute_1_1_c_l_pooling_layer_kernel.xhtml#a45eeb3e3b7cb65fe9c7eaaddbe994aa3",
167"classarm__compute_1_1_c_l_tensor_allocator.xhtml#ae19b319fe4b1ddecacd35d45d9c4aa9b",
168"classarm__compute_1_1_g_c_fully_connected_layer.xhtml#a68a5db52b1ed7f7ca1d619ac1263ab38",
169"classarm__compute_1_1_h_o_g_info.xhtml#a0279e383beb758e477ce0673c5db8d57",
170"classarm__compute_1_1_i_lut_allocator.xhtml#afc1c53ed4dcc1a723b9b9dcf67c578a1",
171"classarm__compute_1_1_n_e_accumulate.xhtml",
172"classarm__compute_1_1_n_e_depth_concatenate_layer_kernel.xhtml#ae3bbf74697684be2d67a4192f4451ef6",
173"classarm__compute_1_1_n_e_g_e_m_m_interleave4x4.xhtml",
174"classarm__compute_1_1_n_e_harris_score_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82",
175"classarm__compute_1_1_n_e_pooling_layer_kernel.xhtml#a0e9871f265535f65226b65ae64ab2cfb",
176"classarm__compute_1_1_n_e_winograd_layer_batched_g_e_m_m_kernel.xhtml#ae960c2433b8f9a63a5bc1ea61e20f705",
177"classarm__compute_1_1_sub_tensor_info.xhtml#a7b6610e6100c67d39b712df6f4f80dcf",
178"classarm__compute_1_1graph_1_1_i_tensor_object.xhtml#a99803b0c29444efee997abd9afd0c9ba",
179"classarm__compute_1_1test_1_1_batch_normalization_layer_fixture.xhtml#a4adab6322a0276f34a7d656d49fc865c",
180"classarm__compute_1_1test_1_1_tensor_cache.xhtml#a77d062d1fc4b239c215c4534deee8a2f",
181"classarm__compute_1_1test_1_1datasets_1_1_optimized_depthwise_convolution_layer_dataset3x3.xhtml",
182"classarm__compute_1_1test_1_1framework_1_1_instrument.xhtml#afc7df496e6026b91c3f48da6821c86a9",
183"classarm__compute_1_1test_1_1networks_1_1_mobile_net_v1_network.xhtml",
184"classarm__compute_1_1test_1_1validation_1_1_relative_tolerance.xhtml#afb9ded5f49336ae503bb9f2035ea902b",
185"dir_9eca3c725728e372597fcd0d17c1ea0f.xhtml",
186"fixed__point_8h.xhtml#adbd8b659ba077c1cceb5d560db65d4b9",
187"graph__squeezenet__v1__1_8cpp.xhtml#a3c04138a5bfe5d72780bb7e82a18e627",
188"index.xhtml#S3_7_gles_stub_library",
189"neoncl__scale__median__gaussian_8cpp_source.xhtml",
190"reference_2_pixel_wise_multiplication_8cpp.xhtml#af38a0302d7db0dcd7be6a2a444f2357f",
191"structarm__compute_1_1_key_point.xhtml",
192"structarm__compute_1_1test_1_1framework_1_1dataset_1_1_container_dataset_1_1iterator.xhtml#a7b5000e45c1386c4e56ef650f6b0ef5b",
193"tests.xhtml#tests_running_tests_benchmarking_output",
194"transpose_8cl.xhtml#af5dc9980a3e0aae2cba22e97b9458bc9",
195"validation_2_c_l_2_normalization_layer_8cpp.xhtml#aa485ea6997e755f369f61ed9840fad92",
196"validation_2_n_e_o_n_2_direct_convolution_layer_8cpp.xhtml#a254126d41d74b0728d68820637c24f13",
197"validation_2reference_2_depth_concatenate_layer_8cpp.xhtml#ab9d829efe5d789bf902be0ecdc42ee7f"
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000198];
199
200var SYNCONMSG = 'click to disable panel synchronisation';
201var SYNCOFFMSG = 'click to enable panel synchronisation';