blob: 21fa28cb73eb612bf941b146838caf4008406fa5 [file] [log] [blame]
ir_version: 8
producer_name: "pytorch"
producer_version: "CURRENT_VERSION"
graph {
node {
output: "onnx::Add_1"
name: "Constant_1"
op_type: "Constant"
attribute {
name: "value"
t {
data_type: 11
raw_data: "\000\000\000\000\000\000\360?"
}
type: TENSOR
}
}
node {
input: "onnx::Add_0"
input: "onnx::Add_1"
output: "2"
name: "Add_2"
op_type: "Add"
}
name: "main_graph"
input {
name: "onnx::Add_0"
type {
tensor_type {
elem_type: 11
shape {
dim {
dim_value: 2
}
dim {
dim_value: 3
}
}
}
}
}
output {
name: "2"
type {
tensor_type {
elem_type: 11
shape {
dim {
dim_value: 2
}
dim {
dim_value: 3
}
}
}
}
}
}
opset_import {
version: 17
}