aboutsummaryrefslogtreecommitdiff
path: root/22.02/swtools.js
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2022-03-08 20:01:38 +0000
committerNikhil Raj <nikhil.raj@arm.com>2022-03-09 12:26:14 +0000
commitf4019872c1134c6fcc1d6993e5746f55c1e79208 (patch)
treeb07ea8bdd70d696adfa3814344e210ea67be1e8c /22.02/swtools.js
parent0d75c02b21b919b81035205f3914ee273b93b30c (diff)
downloadarmnn-f4019872c1134c6fcc1d6993e5746f55c1e79208.tar.gz
IVGCVSW-6819 Fix the directory structure and broken link to latest docu
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I05b559d15faf92c76ff536719693b361316be4f3
Diffstat (limited to '22.02/swtools.js')
-rw-r--r--22.02/swtools.js30
1 files changed, 30 insertions, 0 deletions
diff --git a/22.02/swtools.js b/22.02/swtools.js
new file mode 100644
index 0000000000..e3cc50071e
--- /dev/null
+++ b/22.02/swtools.js
@@ -0,0 +1,30 @@
+var swtools =
+[
+ [ "TfLite Delegate", "delegate.xhtml", [
+ [ "About the delegate", "delegate.xhtml#delegateintro", null ],
+ [ "Supported Operators", "delegate.xhtml#delegatesupport", [
+ [ "Fully supported", "delegate.xhtml#delegatefullysupported", 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", [
+ [ "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