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