blob: 3a26090e9f8584a57b2e95536258581f7a07b859 [file] [log] [blame]
ir_version: 4
producer_name: "pytorch"
producer_version: "1.1"
graph {
node {
input: "0"
output: "1"
op_type: "NonZero"
}
node {
input: "1"
output: "2"
op_type: "Transpose"
attribute {
name: "perm"
ints: 1
ints: 0
type: INTS
}
}
name: "torch-jit-export"
input {
name: "0"
type {
tensor_type {
elem_type: 1
shape {
dim {
dim_value: 2
}
dim {
dim_value: 2
}
dim {
dim_value: 2
}
}
}
}
}
output {
name: "2"
type {
tensor_type {
elem_type: 7
shape {
dim {
dim_value: 5
}
dim {
dim_value: 3
}
}
}
}
}
}
opset_import {
version: 9
}