1ir_version: 8 2producer_name: "pytorch" 3producer_version: "CURRENT_VERSION" 4graph { 5 node { 6 input: "onnx::Add_0" 7 input: "onnx::Add_1" 8 output: "2" 9 name: "Add_0" 10 op_type: "Add" 11 } 12 name: "main_graph" 13 input { 14 name: "onnx::Add_0" 15 type { 16 tensor_type { 17 elem_type: 11 18 shape { 19 dim { 20 dim_value: 2 21 } 22 dim { 23 dim_value: 3 24 } 25 } 26 } 27 } 28 } 29 input { 30 name: "onnx::Add_1" 31 type { 32 tensor_type { 33 elem_type: 11 34 shape { 35 dim { 36 dim_value: 3 37 } 38 } 39 } 40 } 41 } 42 output { 43 name: "2" 44 type { 45 tensor_type { 46 elem_type: 11 47 shape { 48 dim { 49 dim_value: 2 50 } 51 dim { 52 dim_value: 3 53 } 54 } 55 } 56 } 57 } 58} 59opset_import { 60 version: 17 61} 62