Skip to content

Commit

Permalink
fix: typo (#5709)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankushgoel27 authored Sep 25, 2024
1 parent 80c78a0 commit 9b5f6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ Fully customizable op, first change to one that can export (e.g. concat slice),

Set net.opt.use_vulkan_compute = true before load_param / load_model;

- ## How to ececute multiple blob inputs, multiple blob outputs?
- ## How to execute multiple blob inputs, multiple blob outputs?
Multiple execute `ex.input()` and `ex.extract()` like following
```
ex.input("data1", in_1);
Expand Down

0 comments on commit 9b5f6a3

Please sign in to comment.