1[
2    {
3        "name": "OH_NNQuantParam_Create"
4    },
5    {
6        "name": "OH_NNQuantParam_SetScales"
7    },
8    {
9        "name": "OH_NNQuantParam_SetZeroPoints"
10    },
11    {
12        "name": "OH_NNQuantParam_SetNumBits"
13    },
14    {
15        "name": "OH_NNQuantParam_Destroy"
16    },
17    {
18        "name": "OH_NNModel_Construct"
19    },
20    {
21        "name": "OH_NNModel_AddTensor"
22    },
23    {
24        "name": "OH_NNModel_AddTensorToModel"
25    },
26    {
27        "name": "OH_NNModel_SetTensorData"
28    },
29    {
30        "name": "OH_NNModel_SetTensorQuantParams"
31    },
32    {
33        "name": "OH_NNModel_SetTensorType"
34    },
35    {
36        "name": "OH_NNModel_AddOperation"
37    },
38    {
39        "name": "OH_NNModel_SpecifyInputsAndOutputs"
40    },
41    {
42        "name": "OH_NNModel_Finish"
43    },
44    {
45        "name": "OH_NNModel_Destroy"
46    },
47    {
48        "name": "OH_NNModel_GetAvailableOperations"
49    },
50    {
51        "name": "OH_NNExecutor_SetInput"
52    },
53    {
54        "name": "OH_NNExecutor_SetOutput"
55    },
56    {
57        "name": "OH_NNExecutor_Run"
58    },
59    {
60        "name": "OH_NNExecutor_AllocateInputMemory"
61    },
62    {
63        "name": "OH_NNExecutor_AllocateOutputMemory"
64    },
65    {
66        "name": "OH_NNExecutor_DestroyInputMemory"
67    },
68    {
69        "name": "OH_NNExecutor_DestroyOutputMemory"
70    },
71    {
72        "name": "OH_NNExecutor_SetInputWithMemory"
73    },
74    {
75        "name": "OH_NNExecutor_SetOutputWithMemory"
76    }
77]