This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
[API] support dilation factors in CONV_2D and DEPTHWISE_CONV_2D #571
Labels
enhancement
New feature or request
This aligns to NNAPI at API level 29+ which supports dilation factors as optional parameters in CONV_2D and DEPTHWISE_CONV_2D operations.
It also means we need to remove ATROUS_CONV_2D and ATROUS_DEPTHWISE_CONV_2D in our API.
The text was updated successfully, but these errors were encountered: