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