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