blob: be8f3574fccd1adb5b133090bf5a25bd66ea6796 [file] [log] [blame]
{
version: {
_major: 0,
_minor: 50,
_patch: 0,
_draft: false
},
blocks: [
{
name: "main",
operators: [
{
op: "CONST",
attribute_type: "NONE",
inputs: [
],
outputs: [
"const-1"
]
},
{
op: "CONST",
attribute_type: "NONE",
inputs: [
],
outputs: [
"const-2"
]
},
{
op: "DEPTHWISE_CONV2D",
attribute_type: "ConvAttribute",
attribute: {
pad: [
9,
0,
9,
9
],
stride: [
1,
1
],
dilation: [
1,
1
],
input_zp: -109,
weight_zp: 0,
accum_dtype: "INT32"
},
inputs: [
"input-0",
"const-1",
"const-2"
],
outputs: [
"result-0"
]
}
],
tensors: [
{
name: "input-0",
shape: [
1,
11,
33,
4
],
type: "INT8"
},
{
name: "const-1",
shape: [
3,
1,
4,
2
],
type: "INT4",
data: [
23,
147,
230,
203,
21,
99,
29,
158,
205,
112,
249,
3
]
},
{
name: "const-2",
shape: [
8
],
type: "INT32",
data: [
78,
188,
80,
90,
157,
116,
182,
92,
131,
205,
63,
233,
168,
76,
190,
211,
98,
58,
26,
26,
46,
88,
184,
172,
165,
124,
147,
169,
15,
171,
114,
207
]
},
{
name: "result-0",
shape: [
1,
18,
51,
8
],
type: "INT32"
}
],
inputs: [
"input-0"
],
outputs: [
"result-0"
]
}
]
}