{ version: { _major: 0, _minor: 40, _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: "DEPTHWISE_CONV2D", attribute_type: "ConvAttribute", attribute: { pad: [ 0, 0, 0, 0 ], stride: [ 1, 1 ], dilation: [ 1, 1 ], input_zp: 97, weight_zp: 111 }, inputs: [ "input-0", "const-1", "const-2" ], outputs: [ "result-0" ] } ], tensors: [ { name: "input-0", shape: [ 1, 9, 44, 3 ], type: "INT8" }, { name: "const-1", shape: [ 1, 3, 3, 2 ], type: "INT8", data: [ 144, 236, 72, 45, 21, 71, 246, 174, 148, 148, 83, 164, 132, 46, 238, 83, 180, 48 ] }, { name: "const-2", shape: [ 6 ], type: "INT32", data: [ 190, 87, 114, 66, 31, 105, 12, 125, 96, 21, 172, 142, 214, 41, 14, 96, 61, 240, 174, 45, 108, 86, 182, 168 ] }, { name: "result-0", shape: [ 1, 9, 42, 6 ], type: "INT32" } ], inputs: [ "input-0" ], outputs: [ "result-0" ] } ] }