blob: b7647058fd806c6d791405993e1dba78691c3812 [file] [log] [blame]
{
version: {
_major: 0,
_minor: 60,
_patch: 0,
_draft: false
},
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: "DEPTHWISE_CONV2D",
attribute_type: "ConvAttribute",
attribute: {
pad: [
9,
0,
9,
9
],
stride: [
1,
1
],
dilation: [
1,
1
],
input_zp: -9,
weight_zp: 0
},
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,
1
],
type: "INT4",
data: [
215,
26,
250,
99,
197,
102
]
},
{
name: "const-2",
shape: [
4
],
type: "INT32",
data: [
9,
219,
61,
148,
70,
161,
141,
113,
246,
171,
77,
75,
254,
152,
217,
216
]
},
{
name: "result-0",
shape: [
1,
18,
51,
4
],
type: "INT32"
}
],
inputs: [
"input-0"
],
outputs: [
"result-0"
]
}
]
}
]
}