Hello,
For TFLITE_WITHOUT_XNNPACK, it's disabled because not built with Makefile as below.
commit b9b739285e46ca0bdc54641bf7351463cf8aa928
Author: Terry Heo <terryheo@google.com>
Date: Thu Mar 19 05:03:41 2020 -0700
Fix Makefile build
Since XNNPACK isn't buildable with Makefile, it should be disabled for Makefile build.
For 1# and 3#, BSP 5.10.9_1.0.0 is embedded with Tensorflow v2.4 and XNNPACK is enabled by default.
As for 2#, from 5.10.9 user guide (IMXMLUG), XNNPACK goes through CPU but not NPU.
Regards