{ version: { _major: 0, _minor: 31, _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: "DEPTHWISE_CONV2D", attribute_type: "ConvAttribute", attribute: { pad: [ 0, 9, 9, 0 ], stride: [ 1, 1 ], dilation: [ 1, 1 ], input_zp: -121, weight_zp: 0 }, inputs: [ "input-0", "const-1", "const-2" ], outputs: [ "result-0" ] } ], tensors: [ { name: "input-0", shape: [ 1, 11, 33, 4 ], type: "INT8" }, { name: "const-1", shape: [ 2, 2, 4, 2 ], type: "INT4", data: [ 23, 186, 29, 238, 178, 86, 171, 115, 208, 30, 67, 163, 77, 181, 52, 22 ] }, { name: "const-2", shape: [ 8 ], type: "INT32", data: [ 112, 165, 100, 227, 249, 221, 191, 144, 75, 246, 79, 106, 168, 91, 209, 51, 216, 226, 179, 122, 36, 151, 210, 132, 13, 181, 74, 71, 83, 45, 49, 133 ] }, { name: "result-0", shape: [ 1, 19, 41, 8 ], type: "INT32" } ], inputs: [ "input-0" ], outputs: [ "result-0" ] } ] }