blob: d68aa4c7c4c7f5bde074ec5f0d01da977acf17c8 [file] [log] [blame]
ir_version: 4
producer_name: "pytorch"
producer_version: "1.1"
graph {
node {
input: "0"
input: "1"
output: "2"
op_type: "Less"
}
node {
input: "2"
output: "3"
op_type: "Not"
}
node {
input: "3"
output: "4"
op_type: "Cast"
attribute {
name: "to"
i: 2
type: INT
}
}
name: "torch-jit-export"
input {
name: "0"
type {
tensor_type {
elem_type: 6
shape {
dim {
dim_value: 3
}
dim {
dim_value: 4
}
}
}
}
}
input {
name: "1"
type {
tensor_type {
elem_type: 6
shape {
dim {
dim_value: 3
}
dim {
dim_value: 4
}
}
}
}
}
output {
name: "4"
type {
tensor_type {
elem_type: 2
shape {
dim {
dim_value: 3
}
dim {
dim_value: 4
}
}
}
}
}
}
opset_import {
version: 9
}