- 30 10月, 2019 3 次提交
-
-
由 Wilber 提交于
* fix jit_matmul bug * update jit matmul and add test
-
由 Yiqun Liu 提交于
* Move the codes of fused operators to operators/fused directory. test=develop * Correct the op name in cmake. * Change the use of PADDLE_ENFORCE. test=develop
-
由 zhang wenhui 提交于
-
- 29 10月, 2019 6 次提交
-
-
由 liym27 提交于
support Tensor for split and concat, support -1 in num_or_sections, add check num_or_sections (#20780) * improve split and concat op: 1. support Tensor for argument 'dim' in split op. 2. support Tensor for argument 'axis' in concat op. test=develop * redefine function GetDataFromTensor and set unknown output shape to - 1. test=develop * add check: Attr(sections) match Input(X). test=develop * support Tensor for attr(sections) and attr(sections) can contain -1. add check for attr(sections). test=develop * modify error message for concat and call Resize only when necessary. test=develop
-
由 wangchaochaohu 提交于
-
由 Yiqun Liu 提交于
* Refine the InferShape of ReadFrom and WriteTo op, and add comment to explain why not call ShareLoD for runtime. test=develop * Add comment for ReorderLoDTensorByRank op. * Add comment for lod_tensor_to_tensor_array op to explain why only call DecreaseLoDLevel for compile time. test=develop * ShrinkRNNMemory op should call ShareLoD for compile time. test=develop * Add the implementation of IncreaseLoDLevel and add the compile-time check of lod_level in InferShape of sequence_pool. test=develop * Refine the unittest of DynamicRNN. test=develop * Change PADDLE_ENFORCE to PADDLE_ENFORCE_NE. test=develop
-
由 liym27 提交于
* improve unsqueeze op to support int, Tensor and Tensor list for argument axes. test=develop * call Resize only when necessary. test=develop
-
由 silingtong123 提交于
* Make shape tensor support int32
-
由 Huihuang Zheng 提交于
-
- 28 10月, 2019 4 次提交
-
-
由 Aurelius84 提交于
-
由 Chen Weihang 提交于
-
由 whs 提交于
-
由 Chen Weihang 提交于
* replace part of the old implementation, test=develop * restore concat op, test=develop * update all ops implemention & delete GetDataTypeOfVar func, test=develop
-
- 25 10月, 2019 1 次提交
-
-
由 Yamei-Lee 提交于
consider the situation that shape of input can contain more than one -1. test=develop
-
- 24 10月, 2019 4 次提交
-
-
由 Zhang Ting 提交于
* All elements in attr(shape) of crop_tensor can be -1, test=develop, test=document_preview * fix the bug that attr(offsets) should be initialized, test=develop
-
由 danleifeng 提交于
-
由 Tao Luo 提交于
* make search_compute support avx only * clean search_compute.h * rename sse_axpy to avx_axpy test=develop * update CMakeLists.txt test=develop
-
由 WangXi 提交于
-
- 23 10月, 2019 5 次提交
-
-
由 zhaoyuchen2018 提交于
The op should handle k=1024 test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com>
-
由 whs 提交于
-
由 Pei Yang 提交于
Bug Fix: Paddle-TRT cannot handle adaptive pooling in pool2d op converter and "num" attribute in split op converter (#20733) * fix pool2d trt converter, test=develop * add fix for split op converter, test=develop
-
由 石晓伟 提交于
* update the infer shape of matmul, test=release/1.6 * add unittests of matmul, test=release/1.6 * change func names, test=develop
-
- 22 10月, 2019 2 次提交
-
-
由 Adam 提交于
test=develop
-
由 wangchaochaohu 提交于
* add support for __get_item__ of Variable test=develop
-
- 20 10月, 2019 2 次提交
-
-
由 danleifeng 提交于
-
由 123malin 提交于
* test=develop, communicator_is_sgd_optimizer flags
-
- 19 10月, 2019 1 次提交
-
-
由 Aurelius84 提交于
-
- 18 10月, 2019 4 次提交
-
-
由 lvmengsi 提交于
-
由 gongweibao 提交于
-
由 Zeng Jinle 提交于
-
- 17 10月, 2019 4 次提交
-
-
由 Jacek Czaja 提交于
* - Flushing mkl-dnn cache test=develop - Disabled clearing cache for LoadModel - Added clearing of mkl-dnn cache when Executor is created test=develop - Do not clear for GPU places test=develop - compilation fix test=develop * - Moved clearing of mkl-dnn cache in destructor of executor test=develop * - Compilation fix test=develop - Reverted conditional clearing of mkl-dnn cache in Executors's destructor test=develop - compilation fix
-
由 Zeng Jinle 提交于
-
由 Zeng Jinle 提交于
* refine reduce code to save compiling time and binary sizes, test=develop * add reduce rank check to avoid bug, test=develop
-
由 whs 提交于
test=develop
-
- 16 10月, 2019 4 次提交
-
-
由 Zeng Jinle 提交于
-
由 zhongpu 提交于
* fix elementwise_floordiv_op and elementwise_mod_op, test=develop * fix API.spec, test=develop * fix API.spec, test=develop
-
由 tangwei12 提交于
-
由 wangchaochaohu 提交于
* add condition judgement for performance improvement test=develop * add condition judgement for performance improvement test=develop * refine code style test=develop
-