blob: 473862f613b530001867de0cb79d3114542cc888 [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 Barbierf45d5a92018-01-24 16:23:15 +0000143"_c_l_2_convolution_8cpp.xhtml#a97a9454a2282b20529391755a0b5c41a",
144"_c_l_2_sobel_8cpp.xhtml#af0193468b2c7b02aa1d67b192ef8c220",
145"_c_l_h_o_g_detector_kernel_8h_source.xhtml",
146"_c_p_p_types_8h.xhtml#a5bc939238e1f14a4c39aaee8186a853da45a830a4c6240ac27c392266589a630c",
147"_g_c_g_e_m_m_8h.xhtml",
148"_i_array_8h.xhtml#a1ffe8af91a934c926d102938db8d3ce1",
149"_median3x3_8h_source.xhtml",
150"_n_e_direct_convolution_detail_8h.xhtml#af083008ad8a1e68fcc677c9186cc5f15",
151"_n_e_fixed_point_8inl.xhtml#a9b9a80aab8862e344ef91591a0e6e199",
152"_n_e_o_n_2_absolute_difference_8cpp.xhtml#ad9d2cfda8e6832a7a2b560e7b9af882d",
153"_n_e_o_n_2_g_e_m_m_interleave4x4_8cpp_source.xhtml",
154"_n_e_softmax_layer_kernel_8h.xhtml",
155"_std_printer_8h.xhtml",
156"_validation_8cpp.xhtml#a6c4e463dd04d06dc641fe48308e13334",
157"arm__compute_2core_2_types_8h.xhtml#a673665b4587a2956fcbad5f0e9ba89d3ac9e68c0594494ec85805b225a7acb9c2",
158"benchmark_2_c_l_2_depth_concatenate_layer_8cpp.xhtml#a785883955ec28a4da99cfb87d75dfa8e",
159"benchmark_2_n_e_o_n_2_batch_normalization_layer_8cpp.xhtml#ac7369c169e6de526fcb6f68e4a959444",
160"classarm__compute_1_1_access_window_auto_padding.xhtml#a55ae8ac3b55093b24fe30805828de164",
161"classarm__compute_1_1_c_l_channel_extract_kernel.xhtml#af360eaecbadc6e66e1de099aa50c584d",
162"classarm__compute_1_1_c_l_fill_border_kernel.xhtml#ac56c459beac7a6b904b6dece97b377e6",
163"classarm__compute_1_1_c_l_histogram.xhtml#a2803ceaa34ef2077846e2eae3ae85d10",
164"classarm__compute_1_1_c_l_normalization_layer_kernel.xhtml",
165"classarm__compute_1_1_c_l_symbols.xhtml#a8f72204edecff30764f23d06c4e4ae20",
166"classarm__compute_1_1_g_c_dropout_layer.xhtml",
167"classarm__compute_1_1_h_o_g.xhtml#a548b8c6fda024da07113ff6cf6ec6af6",
168"classarm__compute_1_1_i_lut_allocator.xhtml#a4ef157737b45c46f115e14b425512800",
169"classarm__compute_1_1_n_e_activation_layer_kernel.xhtml",
170"classarm__compute_1_1_n_e_depthwise_separable_convolution_layer.xhtml",
171"classarm__compute_1_1_n_e_g_e_m_m_matrix_accumulate_biases_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82",
172"classarm__compute_1_1_n_e_logits1_d_shift_exp_sum_kernel.xhtml#a541f8b17ae7011090ec7129487e61d04",
173"classarm__compute_1_1_n_e_sobel5x5_hor_kernel.xhtml#a423f9a45a52983b4de5e2b347f4369c7",
174"classarm__compute_1_1_semaphore.xhtml",
175"classarm__compute_1_1graph_1_1_c_l_map.xhtml#a4c07c8a2c24bb60558618ae97bfd0ac0",
176"classarm__compute_1_1test_1_1_accessor.xhtml#abdd3637f2bbde9d7d0cc0b7bbd8400bb",
177"classarm__compute_1_1test_1_1_raw_lut_accessor.xhtml#a5fbc8143d612bfca981fa8639649fd60",
178"classarm__compute_1_1test_1_1datasets_1_1_large_fully_connected_layer_dataset.xhtml#a67e061497f9e20d506a0016a13f76829",
179"classarm__compute_1_1test_1_1framework_1_1_framework.xhtml#a5f16ced78873ee3a193490197fbf57a5",
180"classarm__compute_1_1test_1_1networks_1_1_mobile_net_network.xhtml",
181"classarm__compute_1_1test_1_1validation_1_1_softmax_validation_generic_fixture.xhtml",
182"dir_f7024513cd67abef53e86ee9382ac5ce.xhtml",
183"functions_d.xhtml",
184"helpers_8h.xhtml#a6ded2cf071c127e518317e3c451af3ef",
185"namespacemembers_e.xhtml",
186"reference_2_dilate_8cpp_source.xhtml",
187"structarm__compute_1_1_border_size.xhtml#adffbf97e7b8b64e7cf32f0254cddf3c4",
188"structarm__compute_1_1test_1_1framework_1_1_test_result.xhtml#a67a0db04d321a74b7e7fcfd3f1a3f70b",
189"tests_2_utils_8h.xhtml#ac7324cc960068b65c558b7d25dfe2914",
190"utils_2_utils_8h_source.xhtml",
191"validation_2_c_l_2_scale_8cpp.xhtml#aed4fea76ee6b2a8eede8dcacd2ac6c43",
192"validation_2_n_e_o_n_2_g_e_m_m_lowp_8cpp.xhtml#a81a5e6a019eb49bf186adbae0baa7325",
193"validation_2reference_2_normalization_layer_8cpp.xhtml#a451c44627ad6c06f72667812f2a9782d"
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000194];
195
196var SYNCONMSG = 'click to disable panel synchronisation';
197var SYNCOFFMSG = 'click to enable panel synchronisation';