xref: /aosp_15_r20/external/tensorflow/tensorflow/lite/testdata/add.json (revision b6fb3261f9314811a0f4371741dbb8839866f948)
1{
2  version: 3,
3  operator_codes: [
4    {
5    }
6  ],
7  subgraphs: [
8    {
9      tensors: [
10        {
11          shape: [
12            1,
13            8,
14            8,
15            3
16          ],
17          name: "add"
18        },
19        {
20          shape: [
21            1,
22            8,
23            8,
24            3
25          ],
26          name: "input"
27        },
28        {
29          shape: [
30            1,
31            8,
32            8,
33            3
34          ],
35          name: "output"
36        }
37      ],
38      inputs: [
39        1
40      ],
41      outputs: [
42        2
43      ],
44      operators: [
45        {
46          inputs: [
47            1,
48            1
49          ],
50          outputs: [
51            0
52          ],
53          builtin_options_type: "AddOptions",
54          builtin_options: {
55          }
56        },
57        {
58          inputs: [
59            0,
60            1
61          ],
62          outputs: [
63            2
64          ],
65          builtin_options_type: "AddOptions",
66          builtin_options: {
67          }
68        }
69      ]
70    }
71  ],
72  buffers: [
73    {
74      data: [
75
76      ]
77    }
78  ]
79}
80