blob: fcc16d0197fb5dec4cd8db34395ed4f69b1e5e83 [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: "CONST",
attribute_type: "NONE",
inputs: [
],
outputs: [
"const-3"
]
},
{
op: "CONCAT",
attribute_type: "AxisAttribute",
attribute: {
axis: 0
},
inputs: [
"input-0",
"const-1",
"const-2",
"const-3"
],
outputs: [
"result-0"
]
}
],
tensors: [
{
name: "input-0",
shape: [
20
],
type: "BOOL"
},
{
name: "const-1",
shape: [
10
],
type: "BOOL",
data: [
0,
1,
1,
1,
0,
0,
1,
1,
0,
0
]
},
{
name: "const-2",
shape: [
5
],
type: "BOOL",
data: [
0,
1,
0,
0,
0
]
},
{
name: "const-3",
shape: [
5
],
type: "BOOL",
data: [
1,
0,
0,
0,
0
]
},
{
name: "result-0",
shape: [
40
],
type: "BOOL"
}
],
inputs: [
"input-0"
],
outputs: [
"result-0"
]
}
]
}
]
}