[quote="kazum, post:1, topic:6415"]
I’ve implemented [a prototype of
A0](https://github.com/kazum/tvm/tree/coreml_codegen)
[/quote]
The PR was sent and it's ready to review.
https://github.com/apache/incubator-tvm/pull/5634
---
[Visit Topic](https://discuss.tvm.ai/t/rfc-coreml-codegen/6415
Adding CoreML codegen with the BYOC feature enables us to offload subgraphs to
Apple’s Neural Engine on iOS devices. There are some approaches how to build a
CoreML model in TVM.
- A0: Build with coremltools
I think this is the most intuitive way to construct CoreML models.
coremltools pr