blob: 1f7e6f7671f1b22893f7002912ecd31504f3c74f [file] [log] [blame]
{
version: {
_major: 0,
_minor: 40,
_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: [
1,
1,
0,
0
],
stride: [
1,
2
],
dilation: [
1,
2
],
input_zp: -60,
weight_zp: -50
},
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: "INT8",
data: [
214,
226,
77,
6,
195,
55,
84,
82,
28,
201,
220,
190,
231,
86,
236,
213,
228,
174,
81,
129,
84,
61,
126,
101
]
},
{
name: "const-2",
shape: [
8
],
type: "INT32",
data: [
173,
0,
162,
139,
154,
55,
86,
151,
38,
77,
79,
177,
98,
26,
107,
99,
167,
13,
175,
251,
50,
150,
194,
133,
15,
109,
214,
191,
230,
43,
100,
73
]
},
{
name: "result-0",
shape: [
1,
11,
17,
8
],
type: "INT32"
}
],
inputs: [
"input-0"
],
outputs: [
"result-0"
]
}
]
}