-
- Downloads
[TOPI] add dilation operators (#316)
* add dilation operators * fix pylint * dilate testcases success * n-D tensor dilation * support arbitrary dimension
Showing
- topi/python/topi/nn/__init__.py 1 addition, 0 deletionstopi/python/topi/nn/__init__.py
- topi/python/topi/nn/dilate.py 44 additions, 0 deletionstopi/python/topi/nn/dilate.py
- topi/python/topi/testing/__init__.py 1 addition, 0 deletionstopi/python/topi/testing/__init__.py
- topi/python/topi/testing/dilate_python.py 33 additions, 0 deletionstopi/python/topi/testing/dilate_python.py
- topi/tests/python/test_topi_dilate.py 36 additions, 0 deletionstopi/tests/python/test_topi_dilate.py
Loading
Please register or sign in to comment