From 46c9477ded912f26ddf0a761c728d23f7d616004 Mon Sep 17 00:00:00 2001 From: wilisa01 Date: Wed, 8 Feb 2023 09:56:14 +0000 Subject: MLBEDSW-7211: Convert fixup_asymmetric_weights to supported ops check Changed default behaviour to place int8 ops with asymmetric quantization on cpu, and added an option to force symmetric quantization Change-Id: Ib9b717aaf61eae78833254ca3dfa745f4f253dc6 Signed-off-by: wilisa01 --- OPTIONS.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'OPTIONS.md') diff --git a/OPTIONS.md b/OPTIONS.md index 9a26e2fb..618b9dec 100644 --- a/OPTIONS.md +++ b/OPTIONS.md @@ -126,6 +126,15 @@ scheduling. Prints the results to standard out. vela network.tflite --timing ``` +### Force Symmetric Int Weights + +Forces symmetric quantization for signed integer weights. This means that all zero points are set +to 0. This might lead to unintended behaviour. + +```bash +vela network.tflite --force-symmetric-int-weights +``` + ### Accelerator Configuration Choose which hardware accelerator configuration to compile for. Format is -- cgit v1.2.1