- 23 Aug, 2018 1 commit
-
-
MORITA Kazutaka committed
-
- 29 May, 2018 13 commits
-
-
Yizhi Liu 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 -
* Address execution hot spots * extend the reserve logic a bit * FIx more hot spots * Performance: use resize(0) instead of clear() in order to avoid a free/malloc
Chris Olivier committed -
* [SYMBOL] Change list_input->list_input_names, add list_input_variables * fix
Tianqi Chen committed -
* [SYMBOL] support control deps in API * enable more generic tuple list * fix * fix
Tianqi Chen committed -
* Enable Alias, refactor C API to reflect Op Semantics * add alias example
Tianqi Chen committed -
* updates (#1) * add scalars * change format * change inferattr interface * remove scalar * remove warning
Tianqi Chen committed -
* [FIX] Remove extra move * [MEMORY] Add inplace index
Tianqi Chen committed -
* Update tuple to be compatible with mshadow * Move set error message to C API * simplify with using * updates to shape inference * Add unnamed namespace to the implementations * [SYMBOL] Enable inference of Auxiliary data, rename list_arguments to list_inputs
Tianqi Chen committed -
* [PASS] Add order mutation * A few benchmarks on compose speed
Tianqi Chen committed -
* [PYTHON] Check in a symbolic construction interface in python, start add graph API * Graph API
Tianqi Chen committed -
Tianqi Chen committed
-