blob: 330d2de0d7fca6023063586feabbf8d8f989ef90 [file] [log] [blame]
ir_version: 7
producer_name: "pytorch"
producer_version: "CURRENT_VERSION"
graph {
node {
output: "onnx::Gather_1"
name: "Constant_0"
op_type: "Constant"
attribute {
name: "value"
t {
data_type: 7
raw_data: "\000\000\000\000\000\000\000\000"
}
type: TENSOR
}
}
node {
input: "onnx::Gather_0"
input: "onnx::Gather_1"
output: "2"
name: "Gather_1"
op_type: "Gather"
attribute {
name: "axis"
i: 0
type: INT
}
}
name: "torch_jit"
input {
name: "onnx::Gather_0"
type {
tensor_type {
elem_type: 1
shape {
dim {
dim_value: 1
}
dim {
dim_value: 1
}
}
}
}
}
output {
name: "2"
type {
tensor_type {
elem_type: 1
shape {
dim {
dim_value: 1
}
}
}
}
}
}
opset_import {
version: 13
}