Skip to content

Commit

Permalink
ai-tests: armnn_t_009.sh: Enable XNNPack for all platforms
Browse files Browse the repository at this point in the history
Previously we only tested the G2L family with the XNNPack delegate due
to needing Dunfell to build Tensorflow-lite v2.5.3. With BSP v3.0.0
supporting all platforms on Dunfell, we can test with all platforms.

Signed-off-by: Gareth Williams <[email protected]>
  • Loading branch information
GW-Renesas authored and patersonc committed Jul 28, 2022
1 parent 5d064f9 commit fba75b1
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CORES=$(get_active_cpu_count)
BIG_CORES=$(get_big_cpu_count)
LOOP_INFERENCE=30
BACKENDS=("CpuAcc")
DELEGATES=("armnn")
DELEGATES=("armnn" "xnnpack")
BENCHMARK_DIR="/usr/bin/tfLiteDelegateBenchmark"

case "${RZG_LABEL}" in
Expand All @@ -18,11 +18,9 @@ case "${RZG_LABEL}" in
"rzg2l" | "rzg2lc")
LOOP_INFERENCE=10
BACKENDS+=("GpuAcc")
DELEGATES+=("xnnpack")
;;
"rzg2ul")
LOOP_INFERENCE=10
DELEGATES+=("xnnpack")
esac

cd $BENCHMARK_DIR
Expand Down

0 comments on commit fba75b1

Please sign in to comment.