- 06 6月, 2018 1 次提交
-
-
由 yuyang18 提交于
* Use Builder Chain to decorate new builders. It is easy to extend builders. * Make graphviz path as a build strategy, not a FLAGS.
-
- 01 6月, 2018 1 次提交
-
-
由 yuyang18 提交于
-
- 30 5月, 2018 1 次提交
-
-
由 Xin Pan 提交于
-
- 28 5月, 2018 1 次提交
-
-
由 fengjiayi 提交于
-
- 14 5月, 2018 2 次提交
- 11 5月, 2018 1 次提交
-
-
由 chengduoZH 提交于
-
- 04 5月, 2018 1 次提交
-
-
由 typhoonzero 提交于
-
- 02 5月, 2018 2 次提交
-
-
由 chengduoZH 提交于
-
由 chengduoZH 提交于
-
- 26 4月, 2018 1 次提交
-
-
由 yangyaming 提交于
-
- 23 4月, 2018 1 次提交
-
-
由 Yu Yang 提交于
-
- 19 4月, 2018 1 次提交
-
-
由 Yiqun Liu 提交于
Fix a bug in save_inference_model and prune when the program is initailized by load_inference_model (#10011) * Fix bug in save_inference_model and prune when the program is initialized by load_inference_program. * Save the transpiled program instead.
-
- 17 4月, 2018 3 次提交
- 16 4月, 2018 1 次提交
-
-
由 dzhwinter 提交于
-
- 12 4月, 2018 2 次提交
-
-
由 Yang Yang(Tony) 提交于
-
由 Yang Yang(Tony) 提交于
* remove net op and cond_op * fix cpplint * fix dependency * delete backward_test; fix compile * disable batch_norm backward * rm test_net.py * make batchnorm test independent of backward.cc * make test_layer_norm_op independent of backward.cc * make test_layer_norm_op independent of backward.cc * delete unused code * clean up
-
- 11 4月, 2018 1 次提交
-
-
由 fengjiayi 提交于
-
- 10 4月, 2018 1 次提交
-
-
由 typhoonzero 提交于
-
- 09 4月, 2018 1 次提交
-
-
由 qingqing01 提交于
* Support testing during training by ParallelExecutor. * Add unit test. * Improve the interface. * Follow comments.
-
- 07 4月, 2018 3 次提交
- 04 4月, 2018 2 次提交
-
-
由 chengduoZH 提交于
-
由 chengduoZH 提交于
-
- 03 4月, 2018 1 次提交
-
-
由 Xin Pan 提交于
-
- 24 3月, 2018 1 次提交
-
-
由 Yu Yang 提交于
-
- 20 3月, 2018 1 次提交
-
-
由 Yu Yang 提交于
-
- 19 3月, 2018 1 次提交
-
-
由 Yu Yang 提交于
-
- 15 3月, 2018 1 次提交
-
-
由 Kexin Zhao 提交于
* add fp16 mul op support * small fix * fix bug * small fix * fix PADDLE_WITH_CUDA compiling issue * reorg code * test for pybind * treate as float16 as uint16_t in pybind * bind np.float16 to paddle float16 * small fix * clean code * remove redundancy * fix mul_op test * address comments * small fix * add is_float16_supported func
-
- 14 3月, 2018 1 次提交
-
-
由 Yu Yang 提交于
-
- 12 3月, 2018 1 次提交
-
-
由 Yu Yang 提交于
-
- 07 3月, 2018 1 次提交
-
-
由 Yu Yang 提交于
-
- 26 2月, 2018 1 次提交
-
-
由 Xin Pan 提交于
-
- 24 2月, 2018 1 次提交
-
-
由 Yu Yang 提交于
* Add reset and guard to unique_name
-
- 23 2月, 2018 1 次提交
-
-
由 kavyasrinet 提交于
* Adding set_capacity method support * Adding Python for make_channel * Updating notest_concurrency * Write python for make_channel method * Write python for make_channel method * Fix make_channel and test * Placeholder ops for channel send, recv and close * Adding ToTypeIndex method to var_type.h * Add var_type.h to channel: * Added POD_Type to the method * Add CHANNEL to executor * Updated get and set DataType to accomodate Channels * Updating get and set to incorporate channels * Adding CHANNEL as supported VarType in protobuf * Removing unecessary import * Fixing VarDesc to adapt to Channel as VarType * Add channel.h to executor * Remove innclude from channel * Updated var_type to support Channel as var type * Adding get_channel to pybind * Added ChannelHolder * Adding make_channel as an op * Adding ChannelHolder in channel * Fixing typo * Commenting out operators in concurrency * Removing totypeid right now since we don't need it. * Reverting python changes * Fixing typo in framework.py * Modify comments for ReaderHolder
-
- 12 2月, 2018 1 次提交
-
-
由 qingqing01 提交于
-
- 11 2月, 2018 1 次提交
-
-
由 Tao Luo 提交于
-