blob: 73cbac20ea363e8c11a99f0938690d1698c6f596 [file] [log] [blame]
ir_version: 3
producer_name: "pytorch"
producer_version: "0.3"
graph {
node {
input: "0"
output: "1"
op_type: "Slice"
attribute {
name: "axes"
ints: 0
type: INTS
}
attribute {
name: "ends"
ints: 1
type: INTS
}
attribute {
name: "starts"
ints: 0
type: INTS
}
}
node {
input: "1"
output: "2"
op_type: "Squeeze"
attribute {
name: "axes"
ints: 0
type: INTS
}
}
name: "torch-jit-export"
input {
name: "0"
type {
tensor_type {
elem_type: FLOAT
shape {
dim {
dim_value: 1
}
dim {
dim_value: 1
}
}
}
}
}
output {
name: "2"
type {
tensor_type {
elem_type: FLOAT
shape {
dim {
dim_value: 1
}
}
}
}
}
}
opset_import {
version: 6
}