{ version: { _major: 0, _minor: 41, _patch: 0, _draft: true }, 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: 27, weight_zp: -111, accum_dtype: "INT32" }, inputs: [ "input-0", "const-1", "const-2" ], outputs: [ "result-0" ] } ], tensors: [ { name: "input-0", shape: [ 1, 11, 8, 7 ], type: "INT8" }, { name: "const-1", shape: [ 3, 1, 1, 7 ], type: "INT8", data: [ 185, 74, 74, 233, 221, 122, 131, 193, 48, 95, 245, 56, 183, 109, 21, 61, 173, 254, 58, 233, 117 ] }, { name: "const-2", shape: [ 3 ], type: "INT32", data: [ 86, 134, 83, 84, 22, 108, 3, 161, 128, 15, 34, 87 ] }, { name: "result-0", shape: [ 1, 11, 10, 3 ], type: "INT32" } ], inputs: [ "input-0" ], outputs: [ "result-0" ] } ] }