1ir_version: 8 2producer_name: "pytorch" 3producer_version: "CURRENT_VERSION" 4graph { 5 node { 6 input: "onnx::Equal_0" 7 input: "onnx::Equal_1" 8 output: "onnx::Not_2" 9 name: "Equal_0" 10 op_type: "Equal" 11 } 12 node { 13 input: "onnx::Not_2" 14 output: "3" 15 name: "Not_1" 16 op_type: "Not" 17 } 18 name: "main_graph" 19 input { 20 name: "onnx::Equal_0" 21 type { 22 tensor_type { 23 elem_type: 6 24 shape { 25 dim { 26 dim_value: 1 27 } 28 dim { 29 dim_value: 2 30 } 31 dim { 32 dim_value: 3 33 } 34 dim { 35 dim_value: 1 36 } 37 } 38 } 39 } 40 } 41 input { 42 name: "onnx::Equal_1" 43 type { 44 tensor_type { 45 elem_type: 6 46 shape { 47 dim { 48 dim_value: 1 49 } 50 dim { 51 dim_value: 4 52 } 53 } 54 } 55 } 56 } 57 output { 58 name: "3" 59 type { 60 tensor_type { 61 elem_type: 9 62 shape { 63 dim { 64 dim_value: 1 65 } 66 dim { 67 dim_value: 2 68 } 69 dim { 70 dim_value: 3 71 } 72 dim { 73 dim_value: 4 74 } 75 } 76 } 77 } 78 } 79} 80opset_import { 81 version: 17 82} 83