- 23 Aug, 2018 1 commit
-
-
MORITA Kazutaka committed
-
- 12 Jun, 2018 1 commit
-
-
* add support for subgraphs. * fix. * fix. * Fix compilation error * Fix compilation error * add comments. * update comments. * Sanity check on subgraphs when creating IndexedGraph * avoid the overhead of sanity check. * Stop using non-recursive DFS * Trigger CI * trigger CI
Da Zheng committed
-
- 29 May, 2018 38 commits
-
-
* allow missing FCorrectLayout * misunderstood OpMap[], fix
Yizhi Liu committed -
* rename FInferLayout -> FCorrectLayout * correct stupid IDE * update submodule tvm
Yizhi Liu committed -
Yizhi Liu committed
-
Tianqi Chen committed
-
Yan Huang committed
-
Tianqi Chen committed
-
* Add conv2d max_pool backward op * Added tests * Fix testing * Address comments * Change dot to matmul * Address comments * Break down indicator function * Make greater, less numpy compatible
yuruofeifei committed -
* Add creating gradient symbol * Fix lint * Address comments * Fix typo * Address comment
Yao Wang committed -
Tianqi Chen committed
-
Tianqi Chen committed
-
* [TOP] Add dense, batchnorm * update tvm
Tianqi Chen committed -
Tianqi Chen committed
-
Tianqi Chen committed
-
Tianqi Chen committed
-
reminisce committed
-
Eric Junyuan Xie committed
-
* add additional field into node for autograd * check inputs reachable * fix
Eric Junyuan Xie committed -
Haibin Lin committed
-
* fixed make no_optimization runs indefinitely when run the memcost example provided * format plan_memory.cc
zhuhyc committed -
* fix plan memory add inplace_identity option * comment
Eric Junyuan Xie committed -
* Handling duplicate NodeEntries on the edge of the graph * Fix docs and segfault * Suggestions from review * Added attr_parser check
Przemyslaw Tredak committed -
* Change TShape::index_t to int64_t * Add comment * Make Tuple::Save&Load dtype generic * trigger update * Fix lint * Fix comment * Change index_t to dim_t * Remove legacy index_t
ziheng committed -
Eric Junyuan Xie committed
-
* change to match by both op and name * add zero prop for non differentiable ops * Update infer_shape_type.cc
Eric Junyuan Xie committed -
* enable shape hints during infer_shape pass * fix comment
Ziheng Jiang committed -
* Imbalance version of shared pool during plan memory * Bug fix for no shared_pool case * Auto search and updated shared mem pool * Cleanup unused code * Cleanup logging code * Add unit test for shared storage * Remove shared pool in PlanMemory. Fix lint warnings * Fix lint warnings * Use reference instead of ptrs
Haibin Lin committed -
Eric Junyuan Xie committed
-
* Fix warnings from Logging, enable Plan memory to take external memory * fix external memory id * fix graph
Tianqi Chen committed -
* fix error message * fix
Eric Junyuan Xie committed -
Tianqi Chen committed
-
* fix glog * sync logging improvement from dmlc
Eric Junyuan Xie committed -
* Remove backward index, use gradient guessing instead * minor fix * bugfix
Tianqi Chen committed -
Eric Junyuan Xie committed
-
Tianqi Chen committed
-
Tianqi Chen committed
-
* Enable optional dependency memory and attr hint * fix travis
Tianqi Chen committed -
Tianqi Chen committed
-
Hu Shiwen committed
-