blob: cfa780f17da2b967281dcf5895bc220f4594eb1d [file] [log] [blame]
ir_version: 7
producer_name: "pytorch"
producer_version: "CURRENT_VERSION"
graph {
node {
input: "onnx::GatherElements_0"
input: "onnx::GatherElements_1"
output: "2"
name: "GatherElements_0"
op_type: "GatherElements"
attribute {
name: "axis"
i: 1
type: INT
}
}
name: "torch_jit"
input {
name: "onnx::GatherElements_0"
type {
tensor_type {
elem_type: 1
shape {
dim {
dim_value: 3
}
dim {
dim_value: 4
}
dim {
dim_value: 3
}
}
}
}
}
input {
name: "onnx::GatherElements_1"
type {
tensor_type {
elem_type: 7
shape {
dim {
dim_value: 3
}
dim {
dim_value: 2
}
dim {
dim_value: 3
}
}
}
}
}
output {
name: "2"
type {
tensor_type {
elem_type: 1
shape {
dim {
dim_value: 3
}
dim {
dim_value: 2
}
dim {
dim_value: 3
}
}
}
}
}
}
opset_import {
version: 14
}