ir_version: 3 producer_name: "nGraph ONNX Importer" graph { node { input: "x" input: "W" output: "y" op_type: "Conv" attribute { name: "kernel_shape" ints: 3 ints: 3 type: INTS } attribute { name: "pads" ints: 1 ints: 0 ints: 1 ints: 0 type: INTS } attribute { name: "strides" ints: 2 ints: 2 type: INTS } } name: "test_conv_with_strides_and_asymmetric_padding" input { name: "x" type { tensor_type { elem_type: 1 shape { dim { dim_value: 1 } dim { dim_value: 1 } dim { dim_value: 7 } dim { dim_value: 5 } } } } } input { name: "W" type { tensor_type { elem_type: 1 shape { dim { dim_value: 1 } dim { dim_value: 1 } dim { dim_value: 3 } dim { dim_value: 3 } } } } } output { name: "y" type { tensor_type { elem_type: 1 shape { dim { dim_value: 1 } dim { dim_value: 1 } dim { dim_value: 4 } dim { dim_value: 2 } } } } } } opset_import { version: 8 }