blob: 0899d05e2a8a79eeb273e08a175adee81dd91498 [file] [log] [blame]
ir_version: 6
producer_name: "pytorch"
producer_version: "CURRENT_VERSION"
graph {
node {
input: "0"
output: "1"
name: "Shape_0"
op_type: "Shape"
}
node {
output: "2"
name: "Constant_1"
op_type: "Constant"
attribute {
name: "value"
t {
data_type: 7
raw_data: "\000\000\000\000\000\000\000\000"
}
type: TENSOR
}
}
node {
input: "1"
input: "2"
output: "3"
name: "Gather_2"
op_type: "Gather"
attribute {
name: "axis"
i: 0
type: INT
}
}
node {
input: "0"
output: "4"
name: "Shape_3"
op_type: "Shape"
}
node {
output: "5"
name: "Constant_4"
op_type: "Constant"
attribute {
name: "value"
t {
data_type: 7
raw_data: "\001\000\000\000\000\000\000\000"
}
type: TENSOR
}
}
node {
input: "4"
input: "5"
output: "6"
name: "Gather_5"
op_type: "Gather"
attribute {
name: "axis"
i: 0
type: INT
}
}
node {
input: "3"
output: "7"
name: "Unsqueeze_6"
op_type: "Unsqueeze"
attribute {
name: "axes"
ints: 0
type: INTS
}
}
node {
input: "6"
output: "8"
name: "Unsqueeze_7"
op_type: "Unsqueeze"
attribute {
name: "axes"
ints: 0
type: INTS
}
}
node {
input: "7"
input: "8"
output: "9"
name: "Concat_8"
op_type: "Concat"
attribute {
name: "axis"
i: 0
type: INT
}
}
node {
input: "9"
output: "10"
name: "ConstantOfShape_9"
op_type: "ConstantOfShape"
attribute {
name: "value"
t {
dims: 1
data_type: 1
raw_data: "\000\000\000@"
}
type: TENSOR
}
}
name: "torch-jit-export"
input {
name: "0"
type {
tensor_type {
elem_type: 1
shape {
dim {
dim_value: 3
}
dim {
dim_value: 4
}
}
}
}
}
output {
name: "10"
type {
tensor_type {
elem_type: 1
shape {
dim {
dim_value: 3
}
dim {
dim_value: 4
}
}
}
}
}
}
opset_import {
version: 9
}