Skip to content

Commit 997b4f1

Browse files
committed
Fix README.md example model config
1 parent 46fb322 commit 997b4f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The backend supports both the [ArmNN](https://arm-software.github.io/armnn/lates
6767
An example model configuration for ssd_mobilenetv1_coco with armnn cpu execution acceleration can be seen below:
6868
```
6969
name: "ssd_mobilenetv1_coco_armnn"
70-
backend: "tflite"
70+
backend: "armnn_tflite"
7171
max_batch_size: 0
7272
input [
7373
{

0 commit comments

Comments
 (0)