aboutsummaryrefslogtreecommitdiff
path: root/23.02/swtools.js
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2023-02-24 10:28:19 +0000
committerNikhil Raj <nikhil.raj@arm.com>2023-02-24 10:28:19 +0000
commit8d2ca734165a068478df7cffa46185680b05cd20 (patch)
tree0433a7e6b007fe4639334c4438e58e9872a34b20 /23.02/swtools.js
parentcb0630959aeae05bc2ae9f6d80cf5f5983a8fb77 (diff)
downloadarmnn-8d2ca734165a068478df7cffa46185680b05cd20.tar.gz
Update Doxygen docu for 23.02
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: Ie6c19a27d50fefab2796b2b5875374e81f5bf971
Diffstat (limited to '23.02/swtools.js')
-rw-r--r--23.02/swtools.js36
1 files changed, 36 insertions, 0 deletions
diff --git a/23.02/swtools.js b/23.02/swtools.js
new file mode 100644
index 0000000000..ee73e68528
--- /dev/null
+++ b/23.02/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