blob: 2dbcc07cd9e17e363b1fa1e36de4e4f9f89438ea [file] [log] [blame]
ir_version: 7
producer_name: "pytorch"
producer_version: "CURRENT_VERSION"
graph {
node {
input: "onnx::Less_0"
input: "onnx::Less_1"
output: "2"
name: "Less_0"
op_type: "Less"
}
name: "torch_jit"
input {
name: "onnx::Less_0"
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: "onnx::Less_1"
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: 13
}