blob: 18c5b68ca0b3e1e4cb81bea45b53c67228c97e14 [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: "TRANSPOSE_CONV2D",
attribute_type: "TransposeConvAttribute",
attribute: {
out_pad: [
1,
1,
1,
0
],
stride: [
8,
8
],
output_shape: [
1,
83,
258,
2
],
input_zp: 44,
weight_zp: 17
},
inputs: [
"input-0",
"const-1",
"const-2"
],
outputs: [
"result-0"
]
}
],
tensors: [
{
name: "input-0",
shape: [
1,
11,
33,
3
],
type: "INT8"
},
{
name: "const-1",
shape: [
2,
1,
1,
3
],
type: "INT8",
data: [
133,
53,
120,
16,
84,
195
]
},
{
name: "const-2",
shape: [
2
],
type: "INT32",
data: [
71,
157,
17,
78,
108,
46,
53,
245
]
},
{
name: "result-0",
shape: [
1,
83,
258,
2
],
type: "INT32"
}
],
inputs: [
"input-0"
],
outputs: [
"result-0"
]
}
]
}