- 29 May, 2018 40 commits
-
-
* dump lowered ir when debug log * avoid calling tvm.lower() twice when not debug
masahi committed -
Iblis Lin committed
-
f9ed337552a26cc55c7c0fb22cd54839ee13f19c added a call to std::log without including cmath
Daniel M. Weeks committed -
At present, the build system assumes that the Unix archiv utility 'ar' will always be present in PATH, but this might not be true if a separate toolchain is being used. This patch makes the build system a bit more cross-compile capable.
Nehal J Wani committed -
ziheng committed
-
* Add creating gradient symbol * Fix lint * Address comments * Fix typo * Address comment
Yao Wang committed -
Yuwei Hu committed
-
* Update docs * Add backward operator to enable backward graph * Fix testing * Refactor top level1 test code * Fix format * Test * Added zeros ones op * Register fill_like operator * Fix unit test
yuruofeifei committed -
Tianqi Chen committed
-
* Add compile library tutorial * Clean output * Refactor with sphinx gallery * Refactor * Change title and other minor fixes
Yao Wang committed -
* keras frontend tutorial * fix
Yuwei Hu committed -
* vgg16 success * remove six.PY2, use sys.version_info; convert_activation() accepts activation type name(str, e.g. 'relu') as input; * add convert_merge * fix convert_batchnorm; improve tests * fix lint * add numpy-style pad operator * deal with asymmetry padding * resnet50 success * fix pool_convert; xception passes test * update tvm * fix bias error; all tests pass * use > >, not >>
Yuwei Hu committed -
abergeron committed
-
* [SYMBOL] Add __iter__ and GetChildren for symbol * [SYMBOL] Fix lint
ziheng committed -
* Symbol __getitem__ using list_outputs() is too expensive, when it only cares about the output count in most cases * Add cython cmake * GetNumOutputs() and __len__ changes per PR comments * set commit for tvm
Chris Olivier committed -
* fix mxnet multi outputs * add test case for multi outputs * fix * fix * fix * fix index * use json hack * fix test cases * fix test cases * fix test cases * fix test cases * fix test cases * fix test cases
Joshua Z. Zhang committed -
* [CMPL] Add Support for Other Data Types * [CMPL] Add test * [CMPL] Fix
ziheng committed -
masahi committed
-
ziheng committed
-
Lianmin Zheng committed
-
Variable declaration correction.
srkreddy1238 committed -
Leyuan Wang committed
-
* Make sure to install the nnvm_compiler library. * Add conda packge.
abergeron committed -
Tianqi Chen committed
-
ziheng committed
-
* Update deploy.md Add an example in c++. * Update deploy.md Add an example in c++. * Update deploy.md Add an example in c++. * Update deploy.md Add an example in c++. * Update deploy.md Update dlpack device and type enumerations.
WolffyChen committed -
* update tvm * [TOP] fix weight layout in conv2d_transpose
Yuwei Hu committed -
* Update deploy.md Add an example in c++. * Update deploy.md Add an example in c++. * Update deploy.md Add an example in c++. * Update deploy.md Add an example in c++.
WolffyChen committed -
* [TOP] add conv2d_transpose * update tvm * fix pylint
Yuwei Hu committed -
Joshua Z. Zhang committed
-
* update * fix * use generated onnx model * fix tests * fix lint * remove log filter * add vgg * fix tests * update tests * fix download * fix ci * fix tutorial url * clean cache
Joshua Z. Zhang committed -
tqchen committed
-
Joshua Z. Zhang committed
-
Tianqi Chen committed
-
Tianqi Chen committed
-
* graph.input can be either ValueInfoProto or string * pylint
Takeo Imai committed -
* Change the way to import ONNX model. * Decide ONNX version and change the processing * Check whether onnx has the attribute '__version__'
Takeo Imai committed -
PENGUINLIONG committed
-
* Correct the use of `concatenate` operator * Optimize
PENGUINLIONG committed
-