webml-polyfill
webml-polyfill copied to clipboard
[IE] Expose C API like Android NN API
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.
Thanks @fujunwei for bringing this point. It would be good that you can elaborate the design of this change.
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.
Thanks. Could you make a PR for code review?