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: 3 21 } 22 } 23 } 24 } 25 } 26 input { 27 name: "onnx::Add_1" 28 type { 29 tensor_type { 30 elem_type: 11 31 shape { 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: 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