tflite: script: Generate a more concise accel config

The generated accel config is too verbose currently, often having over
3000 lines. We can make it more concise by:
1. have wildcard denylist because most operators are unsupported in
openvino/neuron delegates.

2. aggregate the result by testsuites:
If the major of tests in the testsuite passed, we can have wildcard
allowlist for it, and deny the rest failures separately.
If the major of tests in the testsuite failed, we can just allow the
passed tests separately.

BUG=b:338910179, b:332423167
TEST=manual

Change-Id: I6162d569a07b5ea30ebea1e242b8b609c30878f6
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/tflite/+/5952286
Tested-by: Ching-Kang Yen <chingkang@chromium.org>
Commit-Queue: Ching-Kang Yen <chingkang@chromium.org>
Reviewed-by: Tommy Chiang <ototot@google.com>
1 file changed