{ version: { _major: 0, _minor: 50, _patch: 0, _draft: false }, 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: -52, weight_zp: -32, accum_dtype: "INT32" }, inputs: [ "input-0", "const-1" ], outputs: [ "result-0" ] } ], tensors: [ { name: "input-0", shape: [ 1, 12, 11, 6 ], type: "INT8" }, { name: "const-1", shape: [ 2, 1, 1, 6 ], type: "INT8", data: [ 35, 93, 73, 206, 101, 220, 46, 1, 145, 128, 174, 111 ] }, { name: "const-2", shape: [ 2 ], type: "INT32", data: [ 5, 234, 55, 116, 182, 170, 252, 232 ] }, { name: "result-0", shape: [ 1, 12, 11, 2 ], type: "INT32" } ], inputs: [ "input-0" ], outputs: [ "result-0" ] } ] }