blob: 0066afd119be90d90c6773ea1f7fa2c5fbabe807 [file] [log] [blame]
ir_version: 6
producer_name: "pytorch"
producer_version: "CURRENT_VERSION"
graph {
node {
input: "x"
input: "y"
output: "2"
name: "Equal_0"
op_type: "Equal"
}
name: "torch-jit-export"
input {
name: "x"
type {
tensor_type {
elem_type: 6
shape {
dim {
dim_value: 1
}
dim {
dim_value: 2
}
dim {
dim_value: 3
}
dim {
dim_value: 1
}
}
}
}
}
input {
name: "y"
type {
tensor_type {
elem_type: 6
shape {
dim {
dim_value: 1
}
dim {
dim_value: 4
}
}
}
}
}
output {
name: "2"
type {
tensor_type {
elem_type: 9
shape {
dim {
dim_value: 1
}
dim {
dim_value: 2
}
dim {
dim_value: 3
}
dim {
dim_value: 4
}
}
}
}
}
}
opset_import {
version: 9
}