Yeah, this is due to missing SaveToFile in MetadataModule. It is inconvenient
to save them to a file though because there would be multiple modules (i.e.
LLVMModule and some subgraph modules).
---
[Visit Topic](https://discuss.tvm.ai/t/why-cant-i-save-the-file/7718/3) to
respond.
You are
@zhiics it looks like a problem of missing SavetoFile implementation.
---
[Visit Topic](https://discuss.tvm.ai/t/why-cant-i-save-the-file/7718/2) to
respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click
here](https://discuss.tvm.a
Hey @Hagoon, thanks for your message. There are some issues in the vivado TCL
script when migrating to 2020.1. My colleague @vegaluis has looked into this,
and hopefully it should be a matter of days until we can upgrade all of the
scripts to rely on the latest version of Vivado. Thanks!
cc @kazum who might have some experience. iOS requires a special RPC , you can
find some instructions here
https://github.com/apache/incubator-tvm/tree/master/apps/ios_rpc
---
[Visit
Topic](https://discuss.tvm.ai/t/auto-tvm-how-to-auto-tune-the-model-on-ios-device/7681/3)
to respond.
Yo
The decision of using JSON (or any customized) runtime or C source module is
based on whether the generated code is GCC compilable. If you are going to
generate assembly code in your ISA, and the assembly code needs to be compiled
by your own compiler, then based on JSON runtime would be a bet
Hi,
I am in the process of building a codegeneration for my own (currently
abstract) accelerator.
And finally got the graph annotation working correctly.
My goal was to directly generate the instructions from its ISA during the
codegeneration phase in TVMs BYOC flow, and adapt the runtime acco
Tvm version
commit f6e00a0d8b384e8cd81b90668c06f68cd52161b9
Author: Iswariya Manivannan <36193676+iswari...@users.noreply.github.com>
Date: Mon Aug 17 05:53:38 2020 +0200
This is my code
{
...
mod, params = relay.frontend.from_tflite(tflite_model,
Thank you for your help. I met this problem because I downloaded the code with
ZIP file.
---
[Visit
Topic](https://discuss.tvm.ai/t/build-the-tvm-share-library-error/7490/3) to
respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [clic