blob: ad547a7d6a434880b648c50ee85ea4f132ebe5dd [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: "FULLY_CONNECTED",
attribute_type: "FullyConnectedAttribute",
attribute: {
input_zp: 0,
weight_zp: 0
},
inputs: [
"input-0",
"const-1",
"const-2",
"eiDummyInput"
],
outputs: [
"result-0"
]
}
],
tensors: [
{
name: "input-0",
shape: [
3,
2
],
type: "FP16"
},
{
name: "const-1",
shape: [
4,
2
],
type: "FP16",
data: [
165,
57,
167,
46,
195,
58,
185,
57,
174,
47,
216,
59,
197,
37,
7,
57
]
},
{
name: "const-2",
shape: [
4
],
type: "FP16",
data: [
127,
49,
193,
57,
130,
44,
49,
45
]
},
{
name: "result-0",
shape: [
3,
4
],
type: "FP16"
}
],
inputs: [
"input-0"
],
outputs: [
"result-0"
]
}
]
}
]
}