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