MLBEDSW-10155: Support putting inputs/outputs in their own regions
- Add option (--separate-io-regions) to put NPU input and output tensors in their own separate regions.
- The tensors in the IO region are allocated with LinearAllocator so the memory used by inputs and outputs are not reused.
- Add option (--cop-format) to use COP2 driver actions format.
Change-Id: Ia564e4fec17abefa848161805b956d33a77f852d Signed-off-by: Johan Gunnarsson johan.gunnarsson@arm.com