From 61f9b9e348298607e2952e5881b96cde84cf7937 Mon Sep 17 00:00:00 2001 From: hhsecond Date: Wed, 6 May 2020 13:29:10 +0530 Subject: [PATCH] added tflite to backend list --- docs/commands.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/commands.md b/docs/commands.md index 66edf5230..cc9639c64 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -168,6 +168,7 @@ _Arguments_ * **key**: the model's key name * **backend**: the backend for the model can be one of: * **TF**: a TensorFlow backend + * **TFLITE**: The TensorFlow Lite backend * **TORCH**: a PyTorch backend * **ONNX**: a ONNX backend * **device**: the device that will execute the model can be of: