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