[TVM Discuss] [Questions] Why can't I save the file

2020-08-25 Thread Zhi via TVM Discuss
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

[TVM Discuss] [Questions] Why can't I save the file

2020-08-25 Thread Cody H. Yu via TVM Discuss
@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

[TVM Discuss] [Questions] Why can't I save the file

2020-08-25 Thread Ryan Chang via TVM Discuss
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,