aboutsummaryrefslogtreecommitdiff
path: root/23.05/swtools.js
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2023-05-19 11:14:28 +0100
committerNikhil Raj <nikhil.raj@arm.com>2023-05-19 11:14:28 +0100
commit8efb48a6847c5cd166c561127ae6611150963ce3 (patch)
treef4262b7e54d26021a54bbc310f46d16a291463e5 /23.05/swtools.js
parent023fe66a59414a0a7b337c7be5c3c341eb5b55d2 (diff)
downloadarmnn-8efb48a6847c5cd166c561127ae6611150963ce3.tar.gz
Update Doxygen docu for 23.05
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I0a992286f14fa68fcc6e5eba31ac39fed003cbbe
Diffstat (limited to '23.05/swtools.js')
-rw-r--r--23.05/swtools.js36
1 files changed, 36 insertions, 0 deletions
diff --git a/23.05/swtools.js b/23.05/swtools.js
new file mode 100644
index 0000000000..ee73e68528
--- /dev/null
+++ b/23.05/swtools.js
@@ -0,0 +1,36 @@
+var swtools =
+[
+ [ "TfLite Delegate", "delegate.xhtml", "delegate" ],
+ [ "NNAPI Support Library", "supportlibrary.xhtml", "supportlibrary" ],
+ [ "Runtime options for Arm NN", "runtimeoptions.xhtml", null ],
+ [ "Parsers", "parsers.xhtml", [
+ [ "Arm NN Onnx Parser", "parsers.xhtml#S5_onnx_parser", null ],
+ [ "Arm NN Tf Lite Parser", "parsers.xhtml#S6_tf_lite_parser", null ]
+ ] ],
+ [ "PyArmNN", "md_python_pyarmnn__r_e_a_d_m_e.xhtml", null ],
+ [ "Serializer", "serializer.xhtml", [
+ [ "Supported Layers", "serializer.xhtml#serializersupport", [
+ [ "Compute device selection", "runtimeoptions.xhtml#deviceselection", null ],
+ [ "Runtime options", "runtimeoptions.xhtml#runtimeoptions", null ],
+ [ "Arm NN Instance level options", "runtimeoptions.xhtml#instanceoptions", null ],
+ [ "NetworkOptions", "runtimeoptions.xhtml#networkoptions", null ],
+ [ "OptimizerOptions", "runtimeoptions.xhtml#optimizeroptions", null ],
+ [ "OptimizerOptions::ModelOptions", "runtimeoptions.xhtml#modeloptions", null ],
+ [ "GpuAcc backend model options", "runtimeoptions.xhtml#gpuaccmodeloptions", null ],
+ [ "CpuAcc backend model options", "runtimeoptions.xhtml#cpuaccmodeloptions", null ],
+ [ "EthosNAcc backend model options", "runtimeoptions.xhtml#ethosnmodeloptions", null ],
+ [ "Fully supported", "serializer.xhtml#serializersupportflully", null ],
+ [ "Deprecated layers", "serializer.xhtml#serializersupportdeprecated", null ]
+ ] ]
+ ] ],
+ [ "Deserializer", "deserializer.xhtml", [
+ [ "Supported Layers", "deserializer.xhtml#deserializersupport", [
+ [ "Fully supported", "deserializer.xhtml#deserializersupportfully", null ],
+ [ "Deprecated layers", "deserializer.xhtml#deserializersupportdeprecated", null ]
+ ] ]
+ ] ],
+ [ "Converter", "md_src_armnn_converter__r_e_a_d_m_e.xhtml", null ],
+ [ "ImageCSVFileGenerator", "md_tests__image_c_s_v_file_generator__r_e_a_d_m_e.xhtml", null ],
+ [ "ImageTensorGenerator", "md_tests__image_tensor_generator__r_e_a_d_m_e.xhtml", null ],
+ [ "ModelAccuracyTool", "md_tests__model_accuracy_tool-_armnn__r_e_a_d_m_e.xhtml", null ]
+]; \ No newline at end of file