blob: b1e4c9cb81bada0f8dc758b80ff850c46427ea41 [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 ],
88 [ "Instruments", "tests.xhtml#tests_running_tests_benchmarking_instruments", null ]
89 ] ]
90 ] ]
91 ] ],
92 [ "Importing data from existing models", "data_import.xhtml", [
93 [ "Extract data from pre-trained caffe model", "data_import.xhtml#caffe_data_extractor", [
94 [ "How to use the script", "data_import.xhtml#caffe_how_to", null ],
95 [ "What is the expected output from the script", "data_import.xhtml#caffe_result", null ]
96 ] ],
97 [ "Extract data from pre-trained tensorflow model", "data_import.xhtml#tensorflow_data_extractor", [
98 [ "How to use the script", "data_import.xhtml#tensorflow_how_to", null ],
99 [ "What is the expected output from the script", "data_import.xhtml#tensorflow_result", null ]
100 ] ]
101 ] ],
102 [ "Namespaces", null, [
103 [ "Namespace List", "namespaces.xhtml", "namespaces" ],
104 [ "Namespace Members", "namespacemembers.xhtml", [
105 [ "All", "namespacemembers.xhtml", "namespacemembers_dup" ],
106 [ "Functions", "namespacemembers_func.xhtml", "namespacemembers_func" ],
107 [ "Variables", "namespacemembers_vars.xhtml", null ],
108 [ "Typedefs", "namespacemembers_type.xhtml", "namespacemembers_type" ],
109 [ "Enumerations", "namespacemembers_enum.xhtml", null ],
110 [ "Enumerator", "namespacemembers_eval.xhtml", null ]
111 ] ]
112 ] ],
113 [ "Data Structures", "annotated.xhtml", [
114 [ "Data Structures", "annotated.xhtml", "annotated_dup" ],
115 [ "Data Structure Index", "classes.xhtml", null ],
116 [ "Class Hierarchy", "hierarchy.xhtml", "hierarchy" ],
117 [ "Data Fields", "functions.xhtml", [
118 [ "All", "functions.xhtml", "functions_dup" ],
119 [ "Functions", "functions_func.xhtml", "functions_func" ],
120 [ "Variables", "functions_vars.xhtml", "functions_vars" ],
121 [ "Typedefs", "functions_type.xhtml", null ],
122 [ "Enumerations", "functions_enum.xhtml", null ],
123 [ "Related Functions", "functions_rela.xhtml", null ]
124 ] ]
125 ] ],
126 [ "Files", null, [
127 [ "File List", "files.xhtml", "files" ],
128 [ "Globals", "globals.xhtml", [
129 [ "All", "globals.xhtml", "globals_dup" ],
130 [ "Functions", "globals_func.xhtml", "globals_func" ],
131 [ "Variables", "globals_vars.xhtml", null ],
132 [ "Typedefs", "globals_type.xhtml", null ],
133 [ "Enumerations", "globals_enum.xhtml", null ],
134 [ "Enumerator", "globals_eval.xhtml", null ],
135 [ "Macros", "globals_defs.xhtml", "globals_defs" ]
136 ] ]
137 ] ]
138 ] ]
139];
140
141var NAVTREEINDEX =
142[
143"_absolute_difference_8h.xhtml",
144"_c_l_2_depth_convert_layer_8cpp.xhtml#a8033cc53b2e8fd27f83544541930501c",
145"_c_l_2_transpose_8cpp.xhtml#a76d9523853eb66c09dac14d748b6a831",
146"_c_l_helpers_8h.xhtml#ae5f4dd9f672832f7dce02fc14487f544",
147"_command_line_parser_8h.xhtml",
148"_g_c_pixel_wise_multiplication_kernel_8h_source.xhtml",
149"_i_c_l_simple3_d_kernel_8h_source.xhtml",
150"_mobile_net_v1_network_8h_source.xhtml",
151"_n_e_fixed_point_8h.xhtml#a252c74fae9a9238ef7c23d306e670706",
152"_n_e_fixed_point_8inl.xhtml#ae236b9df08e568bb4b1dcc89896cff7e",
153"_n_e_o_n_2_arithmetic_subtraction_8cpp.xhtml#aab1082ad89cbf2f61edc333ab00d524d",
154"_n_e_o_n_2_non_linear_filter_8cpp.xhtml#adb5d3c20c5232c33ef76501d67210c88",
155"_non_linear_filter_fixture_8h.xhtml",
156"_threshold_8h_source.xhtml",
157"a32__merge__float__8x6_8hpp.xhtml",
158"arm__compute_2core_2_types_8h.xhtml#a1ce9b523fd4f3b5bbcadcd796183455aadfcf28d0734569a6a693bc8194de62bf",
159"benchmark_2_c_l_2_activation_layer_8cpp.xhtml",
160"benchmark_2_n_e_o_n_2_g_e_m_m_lowp_8cpp.xhtml#ae32f1e3c34f40106570812eed538aa3a",
161"classarm__compute_1_1_blob_memory_pool.xhtml#ae3f7b519f24156d81c6cb74af7803c06",
162"classarm__compute_1_1_c_l_depthwise_convolution_layer3x3.xhtml",
163"classarm__compute_1_1_c_l_g_e_m_m_matrix_vector_multiply_kernel.xhtml#a0921fc687913f0f60f8bce6e64acc193",
164"classarm__compute_1_1_c_l_locally_connected_matrix_multiply_kernel.xhtml#a46326372b64fcdec57bf29e44270a6ea",
165"classarm__compute_1_1_c_l_scale.xhtml#aa5f9a9b25bd6f529c29939f6269d59f5",
166"classarm__compute_1_1_coordinates.xhtml#a8f72922fd4f55b0b740811ea27bc7e0f",
167"classarm__compute_1_1_g_c_pooling_layer.xhtml",
168"classarm__compute_1_1_i_distribution1_d.xhtml#ae3664b841732a09d7749953ca5b81373",
169"classarm__compute_1_1_memory.xhtml#a5e46e80e8811b4deb258cd55124e55a8",
170"classarm__compute_1_1_n_e_convolution_rectangle_kernel.xhtml#a437bfa972bdb089215368c344cce05d3",
171"classarm__compute_1_1_n_e_fully_connected_layer_reshape_weights.xhtml#af20812ea72913d388a9a70f9d28e7c36",
172"classarm__compute_1_1_n_e_histogram_kernel.xhtml#a4983480fbaa765aea4052cf5c28bf60e",
173"classarm__compute_1_1_n_e_reduction_operation.xhtml",
174"classarm__compute_1_1_pixel_value.xhtml#a6c754430610a785d5cb27e3b0ac396b8",
175"classarm__compute_1_1_tensor_info.xhtml#af501bc12f51874e786b0f28016a99ff7",
176"classarm__compute_1_1graph__utils_1_1_p_p_m_accessor.xhtml#a0e5d8741226206d2dcdfcef62e7eed0b",
177"classarm__compute_1_1test_1_1_i_array_accessor.xhtml#ad1d196a1f89d9889461e6920b92d4db5",
178"classarm__compute_1_1test_1_1datasets_1_1_le_net5_fully_connected_layer_dataset.xhtml#a3e6b1264353f809d02913c6d10a5530f",
179"classarm__compute_1_1test_1_1framework_1_1_option.xhtml#a48a2672f362eeed9a3e93403f4d3de37",
180"classarm__compute_1_1test_1_1validation_1_1_bitwise_xor_validation_fixture.xhtml",
181"convolution7x7_8cl.xhtml#a26babb0c719990ecbdf3abc6de920875",
182"fixed__point_8h.xhtml#a36f754c05b6fddf6df0d8d0a74f8159f",
183"gaussian__pyramid_8cl.xhtml",
184"hwc_8hpp.xhtml#a85a433bf6d7a52ebd2553300d628aa39",
185"neon__cnn_8cpp.xhtml#a7616847a3120a787be556c0bb30f43b4",
186"reference_2_non_linear_filter_8cpp.xhtml#af00274a4d66faf0892f122870f1d9fd9",
187"structarm__compute_1_1_c_l_old_value.xhtml#a92420f1bb5bb799a59e081a540e4c7ed",
188"structarm__compute_1_1test_1_1framework_1_1dataset_1_1_range_dataset_1_1iterator.xhtml#a7b5000e45c1386c4e56ef650f6b0ef5b",
189"tests_2framework_2_macros_8h.xhtml#a926fbae618fcbb44111e683b8a1e2f99",
190"validation_2_c_l_2_convolution_layer_8cpp.xhtml#a9278ff5e5c38f35be584da6bf706ab23",
191"validation_2_n_e_o_n_2_fully_connected_layer_8cpp.xhtml#a36e6031840dd2ee13e3942435811aeea"
192];
193
194var SYNCONMSG = 'click to disable panel synchronisation';
195var SYNCOFFMSG = 'click to enable panel synchronisation';