ir_version: 8 producer_name: "pytorch" producer_version: "CURRENT_VERSION" graph { node { output: "onnx::Resize_6" name: "Constant_1" op_type: "Constant" attribute { name: "value" t { dims: 4 data_type: 1 raw_data: "\000\000\200?\000\000\200?\000\000\000@\000\000\000@" } type: TENSOR } } node { input: "x" input: "" input: "onnx::Resize_6" output: "5" name: "Resize_2" op_type: "Resize" attribute { name: "coordinate_transformation_mode" s: "asymmetric" type: STRING } attribute { name: "cubic_coeff_a" f: -0.75 type: FLOAT } attribute { name: "mode" s: "nearest" type: STRING } attribute { name: "nearest_mode" s: "floor" type: STRING } } name: "main_graph" input { name: "x" type { tensor_type { elem_type: 1 shape { dim { dim_value: 1 } dim { dim_value: 2 } dim { dim_value: 3 } dim { dim_value: 4 } } } } } output { name: "5" type { tensor_type { elem_type: 1 shape { dim { dim_value: 1 } dim { dim_value: 2 } dim { dim_value: 6 } dim { dim_value: 8 } } } } } } opset_import { version: 17 }