blob: 7d5371f1347fa756869b060a3d96c18ef48e3dd9 [file] [log] [blame]
ir_version: 6
producer_name: "pytorch"
producer_version: "CURRENT_VERSION"
graph {
node {
input: "input"
output: "1"
name: "Pad_0"
op_type: "Pad"
attribute {
name: "mode"
s: "reflect"
type: STRING
}
attribute {
name: "pads"
ints: 0
ints: 0
ints: 0
ints: 2
ints: 0
ints: 0
ints: 1
ints: 3
type: INTS
}
}
name: "torch-jit-export"
input {
name: "input"
type {
tensor_type {
elem_type: 1
shape {
dim {
dim_value: 1
}
dim {
dim_value: 1
}
dim {
dim_value: 2
}
dim {
dim_value: 4
}
}
}
}
}
output {
name: "1"
type {
tensor_type {
elem_type: 1
shape {
dim {
dim_value: 1
}
dim {
dim_value: 1
}
dim {
dim_value: 3
}
dim {
dim_value: 9
}
}
}
}
}
}
opset_import {
version: 9
}