aboutsummaryrefslogtreecommitdiff
path: root/21.11/swtools.js
blob: e3cc50071e46f1e7a198453dfde9295a49a473d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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 ]
];