ir_version: 8 producer_name: "pytorch" producer_version: "CURRENT_VERSION" graph { node { input: "onnx::Cast_1" output: "onnx::Mul_2" name: "Cast_0" op_type: "Cast" attribute { name: "to" i: 1 type: INT } } node { input: "onnx::Mul_0" input: "onnx::Mul_2" output: "3" name: "Mul_1" op_type: "Mul" } name: "main_graph" input { name: "onnx::Mul_0" type { tensor_type { elem_type: 1 shape { dim { dim_value: 3 } } } } } input { name: "onnx::Cast_1" type { tensor_type { elem_type: 9 shape { dim { dim_value: 3 } } } } } output { name: "3" type { tensor_type { elem_type: 1 shape { dim { dim_value: 3 } } } } } } opset_import { version: 17 }