{ 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: "DEPTHWISE_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, 4, 3, 6 ], type: "BF16" }, { name: "const-1", shape: [ 1, 1, 6, 1 ], type: "BF16", data: [ 0, 0, 74, 63, 0, 0, 135, 62, 0, 0, 57, 63, 0, 0, 45, 62, 0, 0, 145, 62, 0, 0, 159, 62 ] }, { name: "const-2", shape: [ 6 ], type: "FP32", data: [ 93, 22, 127, 63, 215, 184, 91, 62, 246, 78, 4, 62, 29, 250, 108, 63, 41, 209, 37, 62, 125, 24, 97, 63 ] }, { name: "result-0", shape: [ 1, 6, 3, 6 ], type: "FP32" } ], inputs: [ "input-0" ], outputs: [ "result-0" ] } ] } ] }