ir_version: 8 producer_name: "pytorch" producer_version: "CURRENT_VERSION" graph { node { input: "onnx::Equal_0" input: "onnx::Equal_1" output: "onnx::Not_2" name: "Equal_0" op_type: "Equal" } node { input: "onnx::Not_2" output: "3" name: "Not_1" op_type: "Not" } name: "main_graph" input { name: "onnx::Equal_0" type { tensor_type { elem_type: 6 shape { dim { dim_value: 1 } dim { dim_value: 2 } dim { dim_value: 3 } dim { dim_value: 1 } } } } } input { name: "onnx::Equal_1" type { tensor_type { elem_type: 6 shape { dim { dim_value: 1 } dim { dim_value: 4 } } } } } output { name: "3" type { tensor_type { elem_type: 9 shape { dim { dim_value: 1 } dim { dim_value: 2 } dim { dim_value: 3 } dim { dim_value: 4 } } } } } } opset_import { version: 17 }