From 45e653dbd81633b8d78215b16a9b2205e39dd8e2 Mon Sep 17 00:00:00 2001 From: Jonas Ohlsson Date: Mon, 26 Jul 2021 16:13:12 +0200 Subject: MLBEDSW-4853: Refactor supported operators Refactor supported operators by breaking out model semantics into its own class. Model semantics checked right after model read. Signed-off-by: Jonas Ohlsson Change-Id: If442b189efcd91dda01af60b2b3adedfacdf2fad --- OPTIONS.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'OPTIONS.md') diff --git a/OPTIONS.md b/OPTIONS.md index 8f991477..2420bbfe 100644 --- a/OPTIONS.md +++ b/OPTIONS.md @@ -51,11 +51,14 @@ vela --api-version ### Supported Operator Report -Generate the SUPPORTED_OPS.md file in the current working directory. -Contains a summary table of all TFLite operators that can be placed on the NPU, -and what the constraints are for that operator to be scheduled on the NPU. -If the constraints are not met, then it will be scheduled on the CPU instead. -Can be used without the required Network argument. +Generate the SUPPORTED_OPS.md file in the current working directory. Contains +a summary table for each supported network model format (TFLite/TOSA). The +tables shows all the operators that can be placed on the NPU, and what the +constraints are for that operator to be scheduled on the NPU. If the constraints +are not met for a TFLite operator, then it will be scheduled on the CPU instead. +For TOSA operators there are no fallback to the CPU. Note: There is limited +support for compiling a TOSA neural network (EXPERIMENTAL). Can be used without +the required Network argument. **Type: N/A** **Default: N/A** -- cgit v1.2.1