Update test data multi_add.json.
PiperOrigin-RevId: 229399229
This commit is contained in:
parent
2e5ee61e2e
commit
0bdf7e66fc
119
tensorflow/lite/testdata/multi_add.json
vendored
119
tensorflow/lite/testdata/multi_add.json
vendored
@ -1,46 +1,131 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 3,
|
||||||
"operator_codes": [
|
"operator_codes": [
|
||||||
{
|
{
|
||||||
"builtin_code": "ADD"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"subgraphs": [
|
"subgraphs": [
|
||||||
{
|
{
|
||||||
"tensors": [
|
"tensors": [
|
||||||
{ "shape": [ 1, 8, 8, 3 ], "name": "a" },
|
{
|
||||||
{ "shape": [ 1, 8, 8, 3 ], "name": "b" },
|
"shape": [
|
||||||
{ "shape": [ 1, 8, 8, 3 ], "name": "c" },
|
1,
|
||||||
{ "shape": [ 1, 8, 8, 3 ], "name": "d" },
|
8,
|
||||||
{ "shape": [ 1, 8, 8, 3 ], "name": "i" },
|
8,
|
||||||
{ "shape": [ 1, 8, 8, 3 ], "name": "x" },
|
3
|
||||||
{ "shape": [ 1, 8, 8, 3 ], "name": "y" }
|
],
|
||||||
|
"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": [
|
"operators": [
|
||||||
{
|
{
|
||||||
"inputs": [ 1, 2 ],
|
"inputs": [
|
||||||
"outputs": [ 4 ],
|
1,
|
||||||
|
2
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
4
|
||||||
|
],
|
||||||
"builtin_options_type": "AddOptions",
|
"builtin_options_type": "AddOptions",
|
||||||
"builtin_options": {
|
"builtin_options": {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"inputs": [ 0, 4 ],
|
"inputs": [
|
||||||
"outputs": [ 5 ],
|
0,
|
||||||
|
4
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
5
|
||||||
|
],
|
||||||
"builtin_options_type": "AddOptions",
|
"builtin_options_type": "AddOptions",
|
||||||
"builtin_options": {
|
"builtin_options": {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"inputs": [ 3, 4 ],
|
"inputs": [
|
||||||
"outputs": [ 6 ],
|
3,
|
||||||
|
4
|
||||||
|
],
|
||||||
|
"outputs": [
|
||||||
|
6
|
||||||
|
],
|
||||||
"builtin_options_type": "AddOptions",
|
"builtin_options_type": "AddOptions",
|
||||||
"builtin_options": {
|
"builtin_options": {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"buffers": [
|
||||||
|
{
|
||||||
|
"data": [
|
||||||
|
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user