1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"data": {
"data": [
[
[
[10,20, 100,101],
[30,40, 102,103],
[20,30, 100,103],
[10,40, 103,100]
],
[
[20,0, 70,25],
[1, 2, 13,4],
[1,2, 5,6],
[3,4, 7,8]
]
],
[
[
[11,21, 109,10],
[31,41, 0,14],
[19,42, 1,103],
[1,18, 10,101]
],
[
[1,2, 4,3],
[3,4, 2,1],
[4,2, 2,4],
[1,3, 3,1]
]
]
],
"format": {
"numeric_type": "bitnum",
"is_signed": true,
"width": 32
}
},
"result": {
"data": [ [[[0,0], [0,0]], [[0,0], [0,0]]], [[[0,0], [0,0]], [[0,0], [0,0]]] ],
"format": {
"numeric_type": "bitnum",
"is_signed": true,
"width": 32
}
}
}