arm_compute v17.12
diff --git a/documentation/navtree.js b/documentation/navtree.js
index 29ad97a..9df45a7 100644
--- a/documentation/navtree.js
+++ b/documentation/navtree.js
@@ -1,187 +1,3 @@
-var NAVTREE =
-[
- [ "Compute Library", "index.xhtml", [
- [ "Introduction", "index.xhtml", [
- [ "Contact / Support", "index.xhtml#S0_1_contact", null ],
- [ "File organisation", "index.xhtml#S1_file_organisation", null ],
- [ "Release versions and changelog", "index.xhtml#S2_versions_changelog", [
- [ "Release versions", "index.xhtml#S2_1_versions", null ],
- [ "Changelog", "index.xhtml#S2_2_changelog", null ]
- ] ],
- [ "How to build the library and the examples", "index.xhtml#S3_how_to_build", [
- [ "Build options", "index.xhtml#S3_1_build_options", null ],
- [ "Building for Linux", "index.xhtml#S3_2_linux", [
- [ "How to build the library ?", "index.xhtml#S3_2_1_library", null ],
- [ "How to manually build the examples ?", "index.xhtml#S3_2_2_examples", null ]
- ] ],
- [ "Building for Android", "index.xhtml#S3_3_android", [
- [ "How to build the library ?", "index.xhtml#S3_3_1_library", null ],
- [ "How to manually build the examples ?", "index.xhtml#S3_3_2_examples", null ]
- ] ],
- [ "Building for bare metal", "index.xhtml#S3_4_bare_metal", [
- [ "How to build the library ?", "index.xhtml#S3_4_1_library", null ],
- [ "How to manually build the examples ?", "index.xhtml#S3_4_2_examples", null ]
- ] ],
- [ "Building on a Windows host system", "index.xhtml#S3_5_windows_host", [
- [ "Bash on Ubuntu on Windows", "index.xhtml#S3_5_1_ubuntu_on_windows", null ],
- [ "Cygwin", "index.xhtml#S3_5_2_cygwin", null ]
- ] ],
- [ "The OpenCL stub library", "index.xhtml#S3_6_cl_stub_library", null ]
- ] ]
- ] ],
- [ "Library architecture", "architecture.xhtml", [
- [ "Core vs Runtime libraries", "architecture.xhtml#S4_1", null ],
- [ "Windows, kernels, multi-threading and functions", "architecture.xhtml#S4_2_windows_kernels_mt_functions", [
- [ "Windows", "architecture.xhtml#S4_2_1_windows", null ],
- [ "Kernels", "architecture.xhtml#S4_2_2", null ],
- [ "Multi-threading", "architecture.xhtml#S4_2_3", null ],
- [ "Functions", "architecture.xhtml#S4_2_4", null ],
- [ "OpenCL Scheduler and kernel library", "architecture.xhtml#S4_4_1_cl_scheduler", null ],
- [ "OpenCL events and synchronization", "architecture.xhtml#S4_4_2_events_sync", null ],
- [ "OpenCL / NEON interoperability", "architecture.xhtml#S4_4_2_cl_neon", null ]
- ] ],
- [ "Algorithms", "architecture.xhtml#S4_5_algorithms", null ],
- [ "Images, padding, border modes and tensors", "architecture.xhtml#S4_6_images_tensors", [
- [ "Padding and border modes", "architecture.xhtml#S4_6_1_padding_and_border", [
- [ "Padding", "architecture.xhtml#padding", null ],
- [ "Valid regions", "architecture.xhtml#valid_region", null ]
- ] ],
- [ "Tensors", "architecture.xhtml#S4_6_2_tensors", null ],
- [ "Images and Tensors description conventions", "architecture.xhtml#S4_6_3_description_conventions", null ],
- [ "Working with Images and Tensors using iterators", "architecture.xhtml#S4_6_4_working_with_objects", null ]
- ] ],
- [ "MemoryManager", "architecture.xhtml#S4_7_memory_manager", [
- [ "MemoryGroup, MemoryPool and MemoryManager Components", "architecture.xhtml#S4_7_1_memory_manager_components", [
- [ "MemoryGroup", "architecture.xhtml#S4_7_1_1_memory_group", null ],
- [ "MemoryPool", "architecture.xhtml#S4_7_1_2_memory_pool", null ],
- [ "MemoryManager Components", "architecture.xhtml#S4_7_1_2_memory_manager_components", null ]
- ] ],
- [ "Working with the Memory Manager", "architecture.xhtml#S4_7_2_working_with_memory_manager", null ],
- [ "Function support", "architecture.xhtml#S4_7_3_memory_manager_function_support", null ]
- ] ]
- ] ],
- [ "Validation and benchmarks tests", "tests.xhtml", [
- [ "Overview", "tests.xhtml#tests_overview", [
- [ "Fixtures", "tests.xhtml#tests_overview_fixtures", [
- [ "Fixture", "tests.xhtml#tests_overview_fixtures_fixture", null ],
- [ "Data fixture", "tests.xhtml#tests_overview_fixtures_data_fixture", null ]
- ] ],
- [ "Test cases", "tests.xhtml#tests_overview_test_cases", [
- [ "Test case", "tests.xhtml#tests_overview_test_cases_test_case", null ],
- [ "Fixture test case", "tests.xhtml#tests_overview_test_cases_fixture_fixture_test_case", null ],
- [ "Registering a fixture as test case", "tests.xhtml#tests_overview_test_cases_fixture_register_fixture_test_case", null ],
- [ "Data test case", "tests.xhtml#tests_overview_test_cases_data_test_case", null ],
- [ "Fixture data test case", "tests.xhtml#tests_overview_test_cases_fixture_data_test_case", null ],
- [ "Registering a fixture as data test case", "tests.xhtml#tests_overview_test_cases_register_fixture_data_test_case", null ]
- ] ]
- ] ],
- [ "Writing validation tests", "tests.xhtml#writing_tests", null ],
- [ "Running tests", "tests.xhtml#tests_running_tests", [
- [ "Benchmarking", "tests.xhtml#tests_running_tests_benchmarking", [
- [ "Filter tests", "tests.xhtml#tests_running_tests_benchmarking_filter", null ],
- [ "Runtime", "tests.xhtml#tests_running_tests_benchmarking_runtime", null ],
- [ "Output", "tests.xhtml#tests_running_tests_benchmarking_output", null ],
- [ "Mode", "tests.xhtml#tests_running_tests_benchmarking_mode", null ],
- [ "Instruments", "tests.xhtml#tests_running_tests_benchmarking_instruments", null ]
- ] ],
- [ "Validation", "tests.xhtml#tests_running_tests_validation", null ]
- ] ]
- ] ],
- [ "Importing data from existing models", "data_import.xhtml", [
- [ "Extract data from pre-trained caffe model", "data_import.xhtml#caffe_data_extractor", [
- [ "How to use the script", "data_import.xhtml#caffe_how_to", null ],
- [ "What is the expected output from the script", "data_import.xhtml#caffe_result", null ]
- ] ],
- [ "Extract data from pre-trained tensorflow model", "data_import.xhtml#tensorflow_data_extractor", [
- [ "How to use the script", "data_import.xhtml#tensorflow_how_to", null ],
- [ "What is the expected output from the script", "data_import.xhtml#tensorflow_result", null ]
- ] ]
- ] ],
- [ "Namespaces", null, [
- [ "Namespace List", "namespaces.xhtml", "namespaces" ],
- [ "Namespace Members", "namespacemembers.xhtml", [
- [ "All", "namespacemembers.xhtml", "namespacemembers_dup" ],
- [ "Functions", "namespacemembers_func.xhtml", "namespacemembers_func" ],
- [ "Variables", "namespacemembers_vars.xhtml", null ],
- [ "Typedefs", "namespacemembers_type.xhtml", "namespacemembers_type" ],
- [ "Enumerations", "namespacemembers_enum.xhtml", null ],
- [ "Enumerator", "namespacemembers_eval.xhtml", null ]
- ] ]
- ] ],
- [ "Data Structures", null, [
- [ "Data Structures", "annotated.xhtml", "annotated" ],
- [ "Data Structure Index", "classes.xhtml", null ],
- [ "Class Hierarchy", "hierarchy.xhtml", "hierarchy" ],
- [ "Data Fields", "functions.xhtml", [
- [ "All", "functions.xhtml", "functions_dup" ],
- [ "Functions", "functions_func.xhtml", "functions_func" ],
- [ "Variables", "functions_vars.xhtml", "functions_vars" ],
- [ "Typedefs", "functions_type.xhtml", null ],
- [ "Enumerations", "functions_enum.xhtml", null ],
- [ "Enumerator", "functions_eval.xhtml", null ],
- [ "Related Functions", "functions_rela.xhtml", null ]
- ] ]
- ] ],
- [ "Files", null, [
- [ "File List", "files.xhtml", "files" ],
- [ "Globals", "globals.xhtml", [
- [ "All", "globals.xhtml", "globals_dup" ],
- [ "Functions", "globals_func.xhtml", "globals_func" ],
- [ "Variables", "globals_vars.xhtml", null ],
- [ "Typedefs", "globals_type.xhtml", null ],
- [ "Macros", "globals_defs.xhtml", "globals_defs" ]
- ] ]
- ] ]
- ] ]
-];
-
-var NAVTREEINDEX =
-[
-"_access_window_auto_padding_8h.xhtml",
-"_c_l_2_global_pooling_layer_8cpp.xhtml",
-"_c_l_depthwise_im2_col_kernel_8h_source.xhtml",
-"_c_l_softmax_layer_8h_source.xhtml",
-"_coordinates_8h_source.xhtml",
-"_helpers_8cpp.xhtml",
-"_macros_8h.xhtml#ad05271218a1dc0111d1b07ecd8f94904",
-"_n_e_fixed_point_8h.xhtml#a5db8c0cf0dba918904733f0c9a8bedc8",
-"_n_e_g_e_m_m_8h.xhtml",
-"_n_e_o_n_2_depth_convert_8cpp.xhtml#ab683f67d5db4ac9155889c52a1a1dde8",
-"_n_e_softmax_layer_kernel_8h.xhtml",
-"_type_printer_8h.xhtml#a2c0e6c1c4cf10da25e7a7362ba151ba2",
-"arm__compute_2core_2_fixed_point_8h.xhtml#a217e5c603560d6f73971983c6d1572a1",
-"asmlib_8hpp.xhtml#a262a34c328c613ca472b4a07450cd259",
-"caffe__data__extractor_8py_source.xhtml",
-"classarm__compute_1_1_c_l_bitwise_xor_kernel.xhtml",
-"classarm__compute_1_1_c_l_fast_corners.xhtml#a5376467035ae425342d9feb333452d07",
-"classarm__compute_1_1_c_l_histogram_border_kernel.xhtml#a406ea1342bf3679752ba91525c59aaf6",
-"classarm__compute_1_1_c_l_pixel_wise_multiplication.xhtml#a3e0a2f39d9dc0f7083aef3b37335afff",
-"classarm__compute_1_1_c_l_symbols.xhtml#acf6ea30fe76b4d9cbd9e05aa3ed19fa2",
-"classarm__compute_1_1_i_c_l_multi_image.xhtml#ad136a4299cb6e978ab975fe4a4691fba",
-"classarm__compute_1_1_memory_manager_on_demand.xhtml#a068c36b905736af9b9752c5b8b301d27",
-"classarm__compute_1_1_n_e_cumulative_distribution_kernel.xhtml#afa30a9b7652a405442adaed49119a323",
-"classarm__compute_1_1_n_e_gaussian5x5_hor_kernel.xhtml#a165cde4f51d6dc5cb425237cdf7535a4",
-"classarm__compute_1_1_n_e_min_max_kernel.xhtml#a6838da666c340e4d73e8779d710a2dfd",
-"classarm__compute_1_1_n_e_sobel7x7_vert_kernel.xhtml#a667242192107c5f9fb8368eaccca2103",
-"classarm__compute_1_1_tensor_info.xhtml#a4b7391b7025befbe44b743723feb4a9b",
-"classarm__compute_1_1test_1_1_assets_library.xhtml#a5ee4fc10b84f941236df524f618b96c6",
-"classarm__compute_1_1test_1_1datasets_1_1_fully_connected_layer_dataset.xhtml#a5446368b6d98e0124488be5698abf97a",
-"classarm__compute_1_1test_1_1framework_1_1_framework.xhtml#ab3e6a123f1a0717364f2bfe9e2dbaedf",
-"classarm__compute_1_1test_1_1validation_1_1_batch_normalization_layer_validation_fixed_point_fixture.xhtml",
-"dir_463ebbf2abb1a8cd3e39ae1d0da97cb5.xhtml",
-"fixed__point_8h.xhtml#ae391ff83d53deb586074fdad54f59d9b",
-"helpers_8h.xhtml#a4e0fc93c9a69863dcdf7672ab547026c",
-"namespacemembers_func_o.xhtml",
-"struct_internal_keypoint.xhtml#aa4f0d3eebc3c443f9be81bf48561a217",
-"structarm__compute_1_1test_1_1framework_1_1dataset_1_1_cartesian_product_dataset_1_1iterator.xhtml#af1b1c7856a59f34c7d3570f946a2ff00",
-"tests_2validation_2_c_p_p_2_pooling_layer_8h.xhtml#a9b408e7726bf08bb8bb9a289ee622df3",
-"validation_2_c_p_p_2_depthwise_convolution_8cpp.xhtml"
-];
-
-var SYNCONMSG = 'click to disable panel synchronisation';
-var SYNCOFFMSG = 'click to enable panel synchronisation';
-var SYNCONMSG = 'click to disable panel synchronisation';
-var SYNCOFFMSG = 'click to enable panel synchronisation';
var navTreeSubIndices = new Array();
function getData(varName)
@@ -204,6 +20,21 @@
return m ? uri.substring(i-6) : s;
}
+function hashValue()
+{
+ return $(location).attr('hash').substring(1).replace(/[^\w\-]/g,'');
+}
+
+function hashUrl()
+{
+ return '#'+hashValue();
+}
+
+function pathName()
+{
+ return $(location).attr('pathname').replace(/[^-A-Za-z0-9+&@#/%?=~_|!:,.;\(\)]/g, '');
+}
+
function localStorageSupported()
{
try {
@@ -226,7 +57,7 @@
{
if (localStorageSupported()) {
window.localStorage.setItem('navpath','');
- }
+ }
}
function cachedLink()
@@ -274,7 +105,7 @@
node.expandToggle.onclick = function() {
if (node.expanded) {
$(node.getChildrenUL()).slideUp("fast");
- node.plus_img.src = node.relpath+"ftv2pnode.png";
+ node.plus_img.src = node.relpath+"arrowright.png";
node.expanded = false;
} else {
expandNode(o, node, false, false);
@@ -282,7 +113,7 @@
}
node.expandToggle.appendChild(imgNode);
domNode.appendChild(node.expandToggle);
- imgNode.src = node.relpath+"ftv2pnode.png";
+ imgNode.src = node.relpath+"arrowright.png";
} else {
var span = document.createElement("span");
span.style.display = 'inline-block';
@@ -298,11 +129,13 @@
function gotoAnchor(anchor,aname,updateLocation)
{
var pos, docContent = $('#doc-content');
- if (anchor.parent().attr('class')=='memItemLeft' ||
- anchor.parent().attr('class')=='fieldtype' ||
- anchor.parent().is(':header'))
+ var ancParent = $(anchor.parent());
+ if (ancParent.hasClass('memItemLeft') ||
+ ancParent.hasClass('fieldname') ||
+ ancParent.hasClass('fieldtype') ||
+ ancParent.is(':header'))
{
- pos = anchor.parent().position().top;
+ pos = ancParent.position().top;
} else if (anchor.position()) {
pos = anchor.position().top;
}
@@ -360,7 +193,7 @@
a.className = stripPath(link.replace('#',':'));
if (link.indexOf('#')!=-1) {
var aname = '#'+link.split('#')[1];
- var srcPage = stripPath($(location).attr('pathname'));
+ var srcPage = stripPath(pathName());
var targetPage = stripPath(link.split('#')[0]);
a.href = srcPage!=targetPage ? url : "javascript:void(0)";
a.onclick = function(){
@@ -436,9 +269,9 @@
$(node.getChildrenUL()).slideDown("fast");
}
if (node.isLast) {
- node.plus_img.src = node.relpath+"ftv2mlastnode.png";
+ node.plus_img.src = node.relpath+"arrowdown.png";
} else {
- node.plus_img.src = node.relpath+"ftv2mnode.png";
+ node.plus_img.src = node.relpath+"arrowdown.png";
}
node.expanded = true;
}
@@ -454,14 +287,13 @@
function highlightAnchor()
{
- var aname = $(location).attr('hash');
+ var aname = hashUrl();
var anchor = $(aname);
if (anchor.parent().attr('class')=='memItemLeft'){
- var rows = $('.memberdecls tr[class$="'+
- window.location.hash.substring(1)+'"]');
+ var rows = $('.memberdecls tr[class$="'+hashValue()+'"]');
glowEffect(rows.children(),300); // member without details
- } else if (anchor.parents().slice(2).prop('tagName')=='TR') {
- glowEffect(anchor.parents('div.memitem'),1000); // enum value
+ } else if (anchor.parent().attr('class')=='fieldname'){
+ glowEffect(anchor.parent().parent(),1000); // enum value
} else if (anchor.parent().attr('class')=='fieldtype'){
glowEffect(anchor.parent().parent(),1000); // struct field
} else if (anchor.parent().is(":header")) {
@@ -476,7 +308,7 @@
{
var a;
if (hash) {
- var link=stripPath($(location).attr('pathname'))+':'+hash.substring(1);
+ var link=stripPath(pathName())+':'+hash.substring(1);
a=$('.item a[class$="'+link+'"]');
}
if (a && a.length) {
@@ -509,11 +341,7 @@
getNode(o, node);
}
$(node.getChildrenUL()).css({'display':'block'});
- if (node.isLast) {
- node.plus_img.src = node.relpath+"ftv2mlastnode.png";
- } else {
- node.plus_img.src = node.relpath+"ftv2mnode.png";
- }
+ node.plus_img.src = node.relpath+"arrowdown.png";
node.expanded = true;
var n = node.children[o.breadcrumbs[index]];
if (index+1<o.breadcrumbs.length) {
@@ -587,14 +415,13 @@
if (link) {
var parts = link.split('#');
root = parts[0];
- if (parts.length>1) hash = '#'+parts[1];
+ if (parts.length>1) hash = '#'+parts[1].replace(/[^\w\-]/g,'');
else hash='';
}
if (hash.match(/^#l\d+$/)) {
var anchor=$('a[name='+hash.substring(1)+']');
glowEffect(anchor.parent(),1000); // line number
hash=''; // strip line number anchors
- //root=root.replace(/_source\./,'.'); // source link to doc link
}
var url=root+hash;
var i=-1;
@@ -628,7 +455,7 @@
if (navSync.hasClass('sync')) {
navSync.removeClass('sync');
showSyncOff(navSync,relpath);
- storeLink(stripPath2($(location).attr('pathname'))+$(location).attr('hash'));
+ storeLink(stripPath2(pathName())+hashUrl());
} else {
navSync.addClass('sync');
showSyncOn(navSync,relpath);
@@ -652,7 +479,7 @@
o.node.expanded = false;
o.node.isLast = true;
o.node.plus_img = document.createElement("img");
- o.node.plus_img.src = relpath+"ftv2pnode.png";
+ o.node.plus_img.src = relpath+"arrowright.png";
o.node.plus_img.width = 16;
o.node.plus_img.height = 22;
@@ -668,7 +495,7 @@
}
$(window).load(function(){
- navTo(o,toroot,window.location.hash,relpath);
+ navTo(o,toroot,hashUrl(),relpath);
showRoot();
});
@@ -676,21 +503,20 @@
if (window.location.hash && window.location.hash.length>1){
var a;
if ($(location).attr('hash')){
- var clslink=stripPath($(location).attr('pathname'))+':'+
- $(location).attr('hash').substring(1);
- a=$('.item a[class$="'+clslink+'"]');
+ var clslink=stripPath(pathName())+':'+hashValue();
+ a=$('.item a[class$="'+clslink.replace(/</g,'\\3c ')+'"]');
}
if (a==null || !$(a).parent().parent().hasClass('selected')){
$('.item').removeClass('selected');
$('.item').removeAttr('id');
}
- var link=stripPath2($(location).attr('pathname'));
- navTo(o,link,$(location).attr('hash'),relpath);
+ var link=stripPath2(pathName());
+ navTo(o,link,hashUrl(),relpath);
} else if (!animationInProgress) {
$('#doc-content').scrollTop(0);
$('.item').removeClass('selected');
$('.item').removeAttr('id');
- navTo(o,toroot,window.location.hash,relpath);
+ navTo(o,toroot,hashUrl(),relpath);
}
})
}