[quote="sho, post:6, topic:11682"]
If you specify like below,
> ```
> TARGET = tvm.target.target.micro("stm32f746xx")
BOARD = "nucleo_f746zg" # or "stm32f746g_disco#"
> ```
Does it always mean you generate C?
[/quote]
Yeah--this is just a shortcut:
https://github.com/apache/tvm/blob/main/python/tvm/target/target.py#L323
[quote="sho, post:6, topic:11682"]
When I went though this tutorial, what output am I supposed to get? What is the
tar file you want to generate here?
[/quote]
The tar file is located at `model_library_format_path`. This is chosen to be a
tempfile in the script, but you could choose any path you want (just replace
the lines leading up to `export_model_library_format`).
[quote="sho, post:6, topic:11682"]
Sorry, I’m still not sure about the concept of ‘template project’ or ‘model
library format’.
[/quote]
The docs for each might help explain a bit more. If there are confusing parts,
it would be great to hear (feel free to report or submit a PR):
- [Model Library
Format](https://tvm.apache.org/docs/arch/model_library_format.html)
- [Project API (describes template
project)](https://tvm.apache.org/docs/arch/microtvm_project_api.html)
---
[Visit Topic](https://discuss.tvm.apache.org/t/what-is-target-in-tvm/11682/8)
to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click
here](https://discuss.tvm.apache.org/email/unsubscribe/261523936cfd5377a45c3d311b3a736b6d67a1c31cdfd3827d41d296efcac3fb).