Update test data multi_add.json.

PiperOrigin-RevId: 229399229
This commit is contained in:
Yunlu Li 2019-01-15 10:47:16 -08:00 committed by TensorFlower Gardener
parent 2e5ee61e2e
commit 0bdf7e66fc

View File

@ -1,46 +1,131 @@
{
"version": 1,
"version": 3,
"operator_codes": [
{
"builtin_code": "ADD"
}
],
"subgraphs": [
{
"tensors": [
{ "shape": [ 1, 8, 8, 3 ], "name": "a" },
{ "shape": [ 1, 8, 8, 3 ], "name": "b" },
{ "shape": [ 1, 8, 8, 3 ], "name": "c" },
{ "shape": [ 1, 8, 8, 3 ], "name": "d" },
{ "shape": [ 1, 8, 8, 3 ], "name": "i" },
{ "shape": [ 1, 8, 8, 3 ], "name": "x" },
{ "shape": [ 1, 8, 8, 3 ], "name": "y" }
{
"shape": [
1,
8,
8,
3
],
"name": "a"
},
{
"shape": [
1,
8,
8,
3
],
"name": "b"
},
{
"shape": [
1,
8,
8,
3
],
"name": "c"
},
{
"shape": [
1,
8,
8,
3
],
"name": "d"
},
{
"shape": [
1,
8,
8,
3
],
"name": "i"
},
{
"shape": [
1,
8,
8,
3
],
"name": "x"
},
{
"shape": [
1,
8,
8,
3
],
"name": "y"
}
],
"inputs": [
0,
1,
2,
3
],
"outputs": [
5,
6
],
"inputs": [ 0, 1, 2, 3 ],
"outputs": [ 5, 6 ],
"operators": [
{
"inputs": [ 1, 2 ],
"outputs": [ 4 ],
"inputs": [
1,
2
],
"outputs": [
4
],
"builtin_options_type": "AddOptions",
"builtin_options": {
}
},
{
"inputs": [ 0, 4 ],
"outputs": [ 5 ],
"inputs": [
0,
4
],
"outputs": [
5
],
"builtin_options_type": "AddOptions",
"builtin_options": {
}
},
{
"inputs": [ 3, 4 ],
"outputs": [ 6 ],
"inputs": [
3,
4
],
"outputs": [
6
],
"builtin_options_type": "AddOptions",
"builtin_options": {
}
}
]
}
],
"buffers": [
{
"data": [
]
}
]
}