1ir_version: 8 2producer_name: "pytorch" 3producer_version: "CURRENT_VERSION" 4graph { 5 node { 6 input: "onnx::IsNaN_0" 7 output: "1" 8 name: "IsNaN_0" 9 op_type: "IsNaN" 10 } 11 name: "main_graph" 12 input { 13 name: "onnx::IsNaN_0" 14 type { 15 tensor_type { 16 elem_type: 1 17 shape { 18 dim { 19 dim_value: 3 20 } 21 } 22 } 23 } 24 } 25 output { 26 name: "1" 27 type { 28 tensor_type { 29 elem_type: 9 30 shape { 31 dim { 32 dim_value: 3 33 } 34 } 35 } 36 } 37 } 38} 39opset_import { 40 version: 17 41} 42