{ version: { _major: 0, _minor: 70, _patch: 0, _draft: true }, regions: [ { name: "main", blocks: [ { name: "main", operators: [ { op: "CONST", attribute_type: "NONE", inputs: [ ], outputs: [ "const-1" ] }, { op: "CONST", attribute_type: "NONE", inputs: [ ], outputs: [ "const-2" ] }, { op: "CONV2D", attribute_type: "ConvAttribute", attribute: { pad: [ 0, 0, 0, 0 ], stride: [ 1, 1 ], dilation: [ 1, 1 ], input_zp: 0, weight_zp: 0 }, inputs: [ "input-0", "const-1", "const-2" ], outputs: [ "result-0" ] } ], tensors: [ { name: "input-0", shape: [ 1, 5, 7, 2, 7 ], type: "FP32" }, { name: "const-1", shape: [ 3, 1, 1, 2 ], type: "FP32", data: [ 131, 193, 162, 62, 116, 150, 62, 63, 11, 251, 21, 62, 170, 139, 15, 63, 138, 11, 192, 62, 184, 9, 10, 63 ] }, { name: "const-2", shape: [ 3 ], type: "FP32", data: [ 231, 171, 220, 61, 36, 22, 116, 63, 166, 253, 103, 63 ] }, { name: "result-0", shape: [ 1, 5, 7, 3 ], type: "FP32" } ], inputs: [ "input-0" ], outputs: [ "result-0" ] } ] } ] }