aboutsummaryrefslogtreecommitdiff
path: root/23.02/swtools.js
blob: ee73e68528b10ae76f8298262a077641151b1ac3 (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
31
32
33
34
35
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 ]
];