unip-controller/tests/integration/requests/app2/data/data112.json
2025-04-15 20:56:15 +03:00

31 lines
No EOL
537 B
JSON

{
"inputs": [
{
"name": "input1",
"data": [11, 21, 31, 41, 51, 61, 71, 81],
"datatype": "FP32",
"shape": [2, 4]
},
{
"name": "input2",
"data": [1, 2, 3, 4, 5, 6, 7, 8],
"datatype": "FP32",
"shape": [2, 4]
},
{
"name": "input3",
"data": [31, 32, 33, 34, 35, 36, 37, 38],
"datatype": "FP32",
"shape": [2, 4]
}
],
"output_vars": [
{
"name": "output1",
"data": "test-group1"
},
{
"name": "output2"
}
]
}