1ir_version: 8 2producer_name: "pytorch" 3producer_version: "CURRENT_VERSION" 4graph { 5 node { 6 output: "onnx::Sub_1" 7 name: "Constant_1" 8 op_type: "Constant" 9 attribute { 10 name: "value" 11 t { 12 data_type: 11 13 raw_data: "\000\000\000\000\000\000\360?" 14 } 15 type: TENSOR 16 } 17 } 18 node { 19 input: "onnx::Sub_1" 20 input: "onnx::Sub_0" 21 output: "2" 22 name: "Sub_2" 23 op_type: "Sub" 24 } 25 name: "main_graph" 26 input { 27 name: "onnx::Sub_0" 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