1ir_version: 6 2producer_name: "pytorch" 3producer_version: "CURRENT_VERSION" 4graph { 5 node { 6 input: "onnx::DepthToSpace_0" 7 output: "1" 8 name: "DepthToSpace_0" 9 op_type: "DepthToSpace" 10 attribute { 11 name: "blocksize" 12 i: 2 13 type: INT 14 } 15 attribute { 16 name: "mode" 17 s: "CRD" 18 type: STRING 19 } 20 } 21 name: "main_graph" 22 input { 23 name: "onnx::DepthToSpace_0" 24 type { 25 tensor_type { 26 elem_type: 1 27 shape { 28 dim { 29 dim_value: 2 30 } 31 dim { 32 dim_value: 8 33 } 34 dim { 35 dim_value: 3 36 } 37 dim { 38 dim_value: 4 39 } 40 } 41 } 42 } 43 } 44 output { 45 name: "1" 46 type { 47 tensor_type { 48 elem_type: 1 49 shape { 50 dim { 51 dim_value: 2 52 } 53 dim { 54 dim_value: 2 55 } 56 dim { 57 dim_value: 6 58 } 59 dim { 60 dim_value: 8 61 } 62 } 63 } 64 } 65 } 66} 67opset_import { 68 version: 11 69} 70