1{
2  "version": 3,
3  "operator_codes": [
4    {
5      "deprecated_builtin_code": 25,
6      "version": 2,
7      "builtin_code": "SOFTMAX"
8    }
9  ],
10  "subgraphs": [
11    {
12      "tensors": [
13        {
14          "shape": [
15            num_rows,
16            row_size
17          ],
18          "type": "INT8",
19          "buffer": 1,
20          "name": "softmax_input",
21          "quantization": {
22            "scale": [
23              input_scale
24            ],
25            "zero_point": [
26              input_zp
27            ]
28          }
29        },
30        {
31          "shape": [
32            num_rows,
33            row_size
34          ],
35          "type": "INT16",
36          "buffer": 2,
37          "name": "softmax_output",
38          "quantization": {
39            "scale": [
40              0.0000152587890625
41            ],
42            "zero_point": [
43              -32768
44            ]
45          }
46        }
47      ],
48      "inputs": [
49        0
50      ],
51      "outputs": [
52        1
53      ],
54      "operators": [
55        {
56          "inputs": [
57            0
58          ],
59          "outputs": [
60            1
61          ],
62          "builtin_options_type": "SoftmaxOptions",
63          "builtin_options": {
64            "beta": 1.0
65          }
66        }
67      ],
68      "name": "main"
69    }
70  ],
71  "description": "MLIR Converted.",
72  "buffers": [
73    {
74    },
75    {
76    },
77    {
78    },
79    {
80      "data": [
81      ]
82    }
83  ],
84  "metadata": [
85    {
86      "name": "min_runtime_version",
87      "buffer": 3
88    }
89  ]
90}
91