Hi @alopez_13 , this RFC is still under restructuring. TBH, I've already
finished restructuring the flows and tests for most of the parts, but I'm still
implementing the select-and-prune partitioner.
---
[Visit
Topic](https://discuss.tvm.apache.org/t/rfc-byoc-android-nnapi-integration/907
@comaniac Great idea to only test for compilation success for large sub-graphs.
I agree on this approach. :+1:
For the clang++ part, it currently gets invoked in
`tvm.contrib.ndk.create_shared`, which is passed as the `fcompile` to
`lib.export_library()`. I guess it's good just as it is right