-
- Downloads
[OP] Initial Stucture of Op Library (#198)
* [OP] Initial start of op library * add gtest
Showing
- Makefile 3 additions, 1 deletionMakefile
- dmlc-core 1 addition, 1 deletiondmlc-core
- examples/README.md 3 additions, 4 deletionsexamples/README.md
- include/tvm/expr.h 1 addition, 32 deletionsinclude/tvm/expr.h
- include/tvm/ir_operator.h 56 additions, 0 deletionsinclude/tvm/ir_operator.h
- include/tvm/operation.h 1 addition, 0 deletionsinclude/tvm/operation.h
- include/tvm/tensor.h 6 additions, 0 deletionsinclude/tvm/tensor.h
- include/tvm/tvm.h 1 addition, 0 deletionsinclude/tvm/tvm.h
- src/lang/expr.cc 0 additions, 27 deletionssrc/lang/expr.cc
- src/lang/ir_operator.cc 37 additions, 0 deletionssrc/lang/ir_operator.cc
- src/lang/tensor.cc 5 additions, 0 deletionssrc/lang/tensor.cc
- tests/cpp/tensor_test.cc 0 additions, 1 deletiontests/cpp/tensor_test.cc
- tests/cpp/topi_ewise_test.cc 18 additions, 0 deletionstests/cpp/topi_ewise_test.cc
- tests/python/unittest/test_topi_basic.py 20 additions, 0 deletionstests/python/unittest/test_topi_basic.py
- tests/scripts/task_python_unittest.sh 1 addition, 1 deletiontests/scripts/task_python_unittest.sh
- topi/README.md 35 additions, 0 deletionstopi/README.md
- topi/include/topi/ewise.h 26 additions, 0 deletionstopi/include/topi/ewise.h
- topi/python/topi/__init__.py 5 additions, 0 deletionstopi/python/topi/__init__.py
- topi/python/topi/cuda/__init__.py 1 addition, 0 deletionstopi/python/topi/cuda/__init__.py
- topi/python/topi/ewise.py 50 additions, 0 deletionstopi/python/topi/ewise.py
Loading
Please register or sign in to comment