1ir_version: 8 2producer_name: "pytorch" 3producer_version: "CURRENT_VERSION" 4graph { 5 node { 6 input: "onnx::Add_1" 7 input: "onnx::Add_0" 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: 1 18 shape { 19 } 20 } 21 } 22 } 23 input { 24 name: "onnx::Add_1" 25 type { 26 tensor_type { 27 elem_type: 1 28 shape { 29 dim { 30 dim_value: 1 31 } 32 dim { 33 dim_value: 2 34 } 35 dim { 36 dim_value: 3 37 } 38 } 39 } 40 } 41 } 42 output { 43 name: "2" 44 type { 45 tensor_type { 46 elem_type: 1 47 shape { 48 dim { 49 dim_value: 1 50 } 51 dim { 52 dim_value: 2 53 } 54 dim { 55 dim_value: 3 56 } 57 } 58 } 59 } 60 } 61} 62opset_import { 63 version: 17 64} 65