blob: 8c5753b2c49b6701f15ea0a3c7a97630afdafa3d [file] [log] [blame]
{
version: {
_major: 0,
_minor: 80,
_patch: 0,
_draft: true
},
regions: [
{
name: "main",
blocks: [
{
name: "main",
operators: [
{
op: "CONST",
attribute_type: "NONE",
inputs: [
],
outputs: [
"const-1"
]
},
{
op: "CONST",
attribute_type: "NONE",
inputs: [
],
outputs: [
"const-2"
]
},
{
op: "CONV3D",
attribute_type: "ConvAttribute",
attribute: {
pad: [
0,
0,
0,
0,
0,
0
],
stride: [
1,
1,
1
],
dilation: [
1,
1,
1
],
input_zp: 51,
weight_zp: 45
},
inputs: [
"input-0",
"const-1",
"const-2"
],
outputs: [
"result-0"
]
}
],
tensors: [
{
name: "input-0",
shape: [
1,
5,
10,
3,
11
],
type: "INT8"
},
{
name: "const-1",
shape: [
2,
1,
1,
1,
11
],
type: "INT8",
data: [
15,
69,
229,
32,
205,
172,
41,
7,
213,
252,
96,
179,
108,
68,
76,
185,
71,
156,
78,
101,
99,
92
]
},
{
name: "const-2",
shape: [
2
],
type: "INT32",
data: [
154,
137,
191,
25,
54,
110,
84,
46
]
},
{
name: "result-0",
shape: [
1,
5,
10,
4,
2
],
type: "INT32"
}
],
inputs: [
"input-0"
],
outputs: [
"result-0"
]
}
]
}
]
}