blob: b362bc581fc6eaa48053cd9442e3ecb92e6112f3 [file] [log] [blame]
{
version: {
_major: 0,
_minor: 70,
_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: [
0,
0,
0,
0
],
stride: [
1,
1
],
dilation: [
1,
1
],
input_zp: 0,
weight_zp: 0
},
inputs: [
"input-0",
"const-1",
"const-2"
],
outputs: [
"result-0"
]
}
],
tensors: [
{
name: "input-0",
shape: [
1,
4,
2,
9
],
type: "FP16"
},
{
name: "const-1",
shape: [
1,
1,
9,
1
],
type: "FP16",
data: [
213,
58,
40,
53,
91,
56,
214,
55,
15,
57,
89,
53,
209,
51,
77,
59,
100,
59
]
},
{
name: "const-2",
shape: [
9
],
type: "FP16",
data: [
191,
58,
211,
59,
246,
57,
30,
58,
26,
58,
177,
55,
78,
55,
176,
51,
41,
57
]
},
{
name: "result-0",
shape: [
1,
4,
2,
9
],
type: "INT32"
}
],
inputs: [
"input-0"
],
outputs: [
"result-0"
]
}
]
}
]
}