blob: b200ebe57c960be8276534e47a63e0e8e4a81127 [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 ]
63 ] ]
64 ] ],
65 [ "Validation and benchmarks tests", "tests.xhtml", [
66 [ "Overview", "tests.xhtml#tests_overview", [
67 [ "Directory structure", "tests.xhtml#tests_overview_structure", null ],
68 [ "Fixtures", "tests.xhtml#tests_overview_fixtures", [
69 [ "Fixture", "tests.xhtml#tests_overview_fixtures_fixture", null ],
70 [ "Data fixture", "tests.xhtml#tests_overview_fixtures_data_fixture", null ]
71 ] ],
72 [ "Test cases", "tests.xhtml#tests_overview_test_cases", [
73 [ "Test case", "tests.xhtml#tests_overview_test_cases_test_case", null ],
74 [ "Fixture test case", "tests.xhtml#tests_overview_test_cases_fixture_fixture_test_case", null ],
75 [ "Registering a fixture as test case", "tests.xhtml#tests_overview_test_cases_fixture_register_fixture_test_case", null ],
76 [ "Data test case", "tests.xhtml#tests_overview_test_cases_data_test_case", null ],
77 [ "Fixture data test case", "tests.xhtml#tests_overview_test_cases_fixture_data_test_case", null ],
78 [ "Registering a fixture as data test case", "tests.xhtml#tests_overview_test_cases_register_fixture_data_test_case", null ]
79 ] ]
80 ] ],
81 [ "Writing validation tests", "tests.xhtml#writing_tests", null ],
82 [ "Running tests", "tests.xhtml#tests_running_tests", [
83 [ "Benchmarking", "tests.xhtml#tests_running_tests_benchmarking", [
84 [ "Filter tests", "tests.xhtml#tests_running_tests_benchmarking_filter", null ],
85 [ "Runtime", "tests.xhtml#tests_running_tests_benchmarking_runtime", null ],
86 [ "Output", "tests.xhtml#tests_running_tests_benchmarking_output", null ],
87 [ "Mode", "tests.xhtml#tests_running_tests_benchmarking_mode", null ],
Anthony Barbierf45d5a92018-01-24 16:23:15 +000088 [ "Instruments", "tests.xhtml#tests_running_tests_benchmarking_instruments", null ],
89 [ "Examples", "tests.xhtml#tests_running_examples", null ]
Anthony Barbier8140e1e2017-12-14 23:48:46 +000090 ] ]
91 ] ]
92 ] ],
93 [ "Importing data from existing models", "data_import.xhtml", [
94 [ "Extract data from pre-trained caffe model", "data_import.xhtml#caffe_data_extractor", [
95 [ "How to use the script", "data_import.xhtml#caffe_how_to", null ],
96 [ "What is the expected output from the script", "data_import.xhtml#caffe_result", null ]
97 ] ],
98 [ "Extract data from pre-trained tensorflow model", "data_import.xhtml#tensorflow_data_extractor", [
99 [ "How to use the script", "data_import.xhtml#tensorflow_how_to", null ],
100 [ "What is the expected output from the script", "data_import.xhtml#tensorflow_result", null ]
101 ] ]
102 ] ],
103 [ "Namespaces", null, [
104 [ "Namespace List", "namespaces.xhtml", "namespaces" ],
105 [ "Namespace Members", "namespacemembers.xhtml", [
106 [ "All", "namespacemembers.xhtml", "namespacemembers_dup" ],
107 [ "Functions", "namespacemembers_func.xhtml", "namespacemembers_func" ],
108 [ "Variables", "namespacemembers_vars.xhtml", null ],
109 [ "Typedefs", "namespacemembers_type.xhtml", "namespacemembers_type" ],
110 [ "Enumerations", "namespacemembers_enum.xhtml", null ],
111 [ "Enumerator", "namespacemembers_eval.xhtml", null ]
112 ] ]
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",
Anthony Barbier06ea0482018-02-22 15:45:35 +0000143"_c_l_2_convolution_8cpp.xhtml#a38fe4b20a05bbaa1c844f3d7a19791ae",
144"_c_l_2_pixel_wise_multiplication_8cpp.xhtml#ad3e50128989b47083e974e3567740655",
145"_c_l_g_e_m_m_lowp_matrix_multiply_core_8h.xhtml",
146"_c_l_unmap_8h.xhtml",
147"_fixed_point_fixture_8h_source.xhtml",
148"_graph_type_printer_8h.xhtml",
149"_integral_image_8h_source.xhtml",
150"_n_e_convolution_layer_8h_source.xhtml",
151"_n_e_fixed_point_8h.xhtml#aed1eb26d2b6435ae9dba79558611b415",
152"_n_e_im2_col_8h_source.xhtml",
153"_n_e_o_n_2_depth_convert_layer_8cpp.xhtml#a3430329e55d600b885498ab229126ebe",
154"_n_e_o_n_2_pixel_wise_multiplication_8cpp.xhtml#aa39faa5bc7636a7981279c09204fb4c7",
155"_pixel_wise_multiplication_8h_source.xhtml",
156"_type_printer_8h.xhtml#a2ab7370aab6e5698990c50c8871fa6fb",
157"activation__layer_8cl.xhtml#ad3cc858846806e6b1d3694b9d0a2e6da",
158"arm__compute_2core_2_types_8h.xhtml#adf2ced65e536375a1c96425d9fced858",
159"benchmark_2_c_l_2_l2_normalize_layer_8cpp.xhtml",
160"benchmark_2_n_e_o_n_2_g_e_m_m_8cpp.xhtml#ad4c3a97cdb229530c472949b2cca3ad2",
161"classarm__compute_1_1_activation_layer_info.xhtml#ac06d9557031b0febb70869efd793cb38",
162"classarm__compute_1_1_c_l_copy_to_array_kernel.xhtml#a7fa1d109f0c6d72521e336fd3955cee9",
163"classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e",
164"classarm__compute_1_1_c_l_kernel_library.xhtml#a389a543ae040ca6bf6b57fd6215f154b",
165"classarm__compute_1_1_c_l_pooling_layer_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e",
166"classarm__compute_1_1_c_l_threshold.xhtml",
167"classarm__compute_1_1_g_c_g_e_m_m.xhtml#a8184f9bf2e8f4fdc16cfe7812e229d95",
168"classarm__compute_1_1_h_o_g_info.xhtml#a6a21c3fbc2803bbf3d975bec8977307f",
169"classarm__compute_1_1_i_memory_manager.xhtml#a3a47f406dc0d1b046ad26c3097f15293",
170"classarm__compute_1_1_n_e_accumulate_kernel.xhtml#ab5656bb5b6334bdbe6e606c715872828",
171"classarm__compute_1_1_n_e_depth_convert_layer.xhtml#a82e5c73f95671393c6e54da2e1496c4b",
172"classarm__compute_1_1_n_e_g_e_m_m_interleave4x4_kernel.xhtml#a83a344e60eb7db895953a942abf16628",
173"classarm__compute_1_1_n_e_harris_score_kernel.xhtml#ae3278fce9a66ca7603efcb367e6b3816",
174"classarm__compute_1_1_n_e_pooling_layer_kernel.xhtml#a423f9a45a52983b4de5e2b347f4369c7",
175"classarm__compute_1_1_n_e_winograd_layer_transform_input_kernel.xhtml#a4370ae5fda7bd455a171fc8ed4d3f283",
176"classarm__compute_1_1_sub_tensor_info.xhtml#a907f837b924945ad1981c8fe8eca61e4",
177"classarm__compute_1_1graph_1_1_i_tensor_object.xhtml#aeef25dd1e341012fd05197bea6ab4e41",
178"classarm__compute_1_1test_1_1_c_l_accessor.xhtml#a0189be0971a32a0171c51b90a1ab1020",
179"classarm__compute_1_1test_1_1benchmark_1_1_depth_concatenate_layer_fixture.xhtml#a13a43e6d814de94978c515cb084873b1",
180"classarm__compute_1_1test_1_1datasets_1_1_pooling_layer_dataset.xhtml#a8069c6eabcf150084f21353256a829f4",
181"classarm__compute_1_1test_1_1framework_1_1_instruments_stats.xhtml#a5378e6e486090c47ac55da43a654e93d",
182"classarm__compute_1_1test_1_1networks_1_1_mobile_net_v1_network.xhtml#a3b778cda9ac3fad08e7217edbcb942e0",
183"classarm__compute_1_1test_1_1validation_1_1_reshape_layer_validation_fixture.xhtml",
184"dir_b30607d43e07fadf88f4c95a88a6c88e.xhtml",
185"fixed__point_8h.xhtml#addf730860de5f7752f0c85a385088e96",
186"graph__vgg19_8cpp_source.xhtml",
187"intrinsics_8h_source.xhtml",
188"non__linear__filter5x5_8cl.xhtml#a41b21a372a22ccea4fc7794e6de9b0cc",
189"reference_2_remap_8cpp.xhtml#ae76991329781f552c3a2d66a9dd5af79",
190"structarm__compute_1_1_key_point.xhtml#af6d3062751bd565decb1a2cd3b63bdb2",
191"structarm__compute_1_1test_1_1framework_1_1dataset_1_1_initializer_list_dataset_1_1iterator.xhtml#af85de6015a44d7ff25198be6265ea56b",
192"tests_2_types_8h.xhtml#afa20b6a7f4383003babd690f026f22dca241dd841abade20fcb27b8a9f494e1eb",
193"unionmali__userspace_1_1uk__header.xhtml",
194"validation_2_c_l_2_pooling_layer_8cpp.xhtml#a131007f56dc7d0a83672ce1dadf44713",
195"validation_2_n_e_o_n_2_floor_8cpp.xhtml#a6cc35d5c6f16df2aa67e16246b4ee0e3",
196"validation_2reference_2_depthwise_separable_convolution_layer_8cpp.xhtml#a0c7524d5bce923f96be77f49e1da3913"
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000197];
198
199var SYNCONMSG = 'click to disable panel synchronisation';
200var SYNCOFFMSG = 'click to enable panel synchronisation';