Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewstanfordjason authored Mar 10, 2022
1 parent 8ef476d commit c51afdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions experimental/xformer/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ To see all available parameters, call
```python
from xmos_ai_tools import xformer as xf

xf.xformer_help()
xf.print_help()
```
This will print all options available to pass to xformer. To see hidden options, run `xformer_help(show_hidden=True)`
This will print all options available to pass to xformer. To see hidden options, run `print_help(show_hidden=True)`


### Using the xcore tflm host interpreter
Expand Down

0 comments on commit c51afdd

Please sign in to comment.