webml-polyfill icon indicating copy to clipboard operation
webml-polyfill copied to clipboard

[IE] Expose C API like Android NN API

Open fujunwei opened this issue 4 years ago • 3 comments

It's hard to maintain Inference Engine Code for POC that is integrated to Chromium source code, it's better to go down the implementation of building CNNNetwork whether using NN builder API or NGraph.

fujunwei avatar May 18 '20 00:05 fujunwei

Thanks @fujunwei for bringing this point. It would be good that you can elaborate the design of this change.

huningxin avatar May 18 '20 03:05 huningxin

I expose a simple c api that create and inference a CNNNetwork built with Builder::ConvolutionLayer , the pads is asymmetric. It can get correct result on VPU backend after calling in Chromium.

fujunwei avatar May 21 '20 11:05 fujunwei

Thanks. Could you make a PR for code review?

huningxin avatar May 22 '20 00:05 huningxin