lisa0314
lisa0314
The issue is caused by this [PR](https://github.com/otcshare/chromium-src/pull/59). @fujunwei Please help to fix it. Thanks!
@cuiyanx Could you please help to add cts test for int8Softmax?
Task ID | Task Title | Assignee | Notes / Status -- | -- | -- | -- [issue-1167](https://github.com/intel/webml-polyfill/issues/1167) | [INT8][DNNL]Implementation of AVERAGE POOL | lisha | done [issue-1212](https://github.com/intel/webml-polyfill/issues/1212) |...
@huningxin Could you please help to add this support?
Since the last layer of mobilenet is softmax and the previous layer is Int8Conv, I think we also need to add TENSOR_QUANT8_ASYMM_SIGNED in Softmax. @huningxin could you please help to...
To run int8 model on DNNL, we need to add new operations - [QUANTIZE](https://developer.android.com/ndk/reference/group/neural-networks#group___neural_networks_1ggaabbe492c60331b13038e39d4207940e0a60e0015c8f08ed26d59afe92f728068d) and [DEQUANTIZE](https://developer.android.com/ndk/reference/group/neural-networks#group___neural_networks_1ggaabbe492c60331b13038e39d4207940e0ad4c9300b061d9d14669bd5acdc7538e2)
This issue will depend on DNNL release functionality.