-
- Downloads
[TOPI] Add broadcast and reduce operators (#267)
[TOPI] Add broadcast and reduce operators
Showing
- python/tvm/_ffi/libinfo.py 5 additions, 2 deletionspython/tvm/_ffi/libinfo.py
- python/tvm/schedule.py 12 additions, 8 deletionspython/tvm/schedule.py
- src/lang/buffer.cc 194 additions, 4 deletionssrc/lang/buffer.cc
- src/runtime/thread_pool.cc 1 addition, 0 deletionssrc/runtime/thread_pool.cc
- tests/python/unittest/test_lang_buffer.py 32 additions, 0 deletionstests/python/unittest/test_lang_buffer.py
- topi/python/topi/__init__.py 2 additions, 0 deletionstopi/python/topi/__init__.py
- topi/python/topi/broadcast.py 82 additions, 0 deletionstopi/python/topi/broadcast.py
- topi/python/topi/cuda/__init__.py 2 additions, 0 deletionstopi/python/topi/cuda/__init__.py
- topi/python/topi/cuda/broadcast.py 55 additions, 0 deletionstopi/python/topi/cuda/broadcast.py
- topi/python/topi/cuda/reduction.py 73 additions, 0 deletionstopi/python/topi/cuda/reduction.py
- topi/python/topi/nn/__init__.py 1 addition, 1 deletiontopi/python/topi/nn/__init__.py
- topi/python/topi/reduction.py 180 additions, 0 deletionstopi/python/topi/reduction.py
- topi/recipe/broadcast/test_broadcast_map.py 57 additions, 0 deletionstopi/recipe/broadcast/test_broadcast_map.py
- topi/recipe/reduce/test_reduce_map.py 92 additions, 0 deletionstopi/recipe/reduce/test_reduce_map.py
- topi/tests/python/test_topi_broadcast.py 38 additions, 0 deletionstopi/tests/python/test_topi_broadcast.py
- topi/tests/python/test_topi_reduce.py 68 additions, 0 deletionstopi/tests/python/test_topi_reduce.py
- tutorials/python/reduction.py 4 additions, 4 deletionstutorials/python/reduction.py
Loading
Please register or sign in to comment