[Apache TVM Discuss] [Development/RFC] [RFC][BYOC] Android NNAPI Integration

2021-05-07 Thread melsonlai via Apache TVM Discuss
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

[Apache TVM Discuss] [Development/RFC] [RFC][BYOC] Android NNAPI Integration

2021-02-07 Thread melsonlai via Apache TVM Discuss
@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