- 23 7月, 2020 1 次提交
- 
- 
由 cnn 提交于* New features, add sinh and cosh op, test=develop * remove duplicate test function and remove out paramters, test=develop * Add out paramters temporary, remove later. test=develop * remove out args, PR 25570, test=develop * remove TestParameter, test=developx * add test api for static dygraph, test=develop * add backword unittests for sinh and cosh, test=develop 
 
- 
- 14 5月, 2020 1 次提交
- 
- 
由 swtkiwi 提交于
 
- 
- 12 4月, 2020 2 次提交
- 
- 
由 mamingjie-China 提交于API(has_inf, has_nan, cumsum, fsp_matrix, increment) error message enhancement, test=develop (#23769) * API(argsort, argmax, argmin, cast, diag) add error message,and the same time add the test cases for those apis. 
- 
由 zhupengyang 提交于Ops(relu6/selu/soft_relu/softshrink/stanh/swish/thresholded_relu/hard_shrink/hard_sigmoid/hard_swish/hsigmoid/maxout) error message enhancement (#23718) 
 
- 
- 17 3月, 2020 1 次提交
- 
- 
由 Feiyu Chan 提交于add approximation for gelu, default value is False (only kernel with eigen is added, remove code for computing gelu with MKLDNN temporarily) 
 
- 
- 23 2月, 2020 1 次提交
- 
- 
由 tianshuo78520a 提交于
 
- 
- 07 1月, 2020 1 次提交
- 
- 
由 Feiyu Chan 提交于* add erf op and python interface. * add fp16 support for erf op. * add unitests for erf op and its python interface. 
 
- 
- 06 12月, 2019 1 次提交
- 
- 
由 Feiyu Chan 提交于Add a python interface for Gelu. Add documentation for fluid.layers.gelu.
 
- 
- 11 10月, 2019 1 次提交
- 
- 
由 FDInSky 提交于
 
- 
- 10 10月, 2019 2 次提交
- 
- 
由 liu zhengxi 提交于* update the api en_doc of has_inf, has_nan, cumsum, double_buffer and mul, test=document_fix * update the API.spec for apis, test=document_fix 
- 
由 Feiyu Chan 提交于
 
- 
- 28 9月, 2019 1 次提交
- 
- 
由 silingtong123 提交于* test=develop, argument shape support tensor and tensor in list * test=develop,Increasing the coverage of CI tests * test=develop, modify the document and update API.spec * test=develop, modify the doc and update API.spec * test=develop, modify the doc and update API.spec * test=develop, modify the interface of UniformInitializer * test=develop, modify the interface of XavierInitializer and MSRAInitializer * test=develop, modify based on review's comments * test=develop, modify based on review's comments * test=develop, modify based on review's comments 
 
- 
- 05 9月, 2019 1 次提交
- 
- 
由 FDInSky 提交于* test=develop add a argument for softshrink python api * test=develop fix doc format test=develop fix doc format * test=develop fix API.spec test=develop fix API.spec 
 
- 
- 01 7月, 2019 1 次提交
- 
- 
由 xsrobin 提交于
 
- 
- 11 6月, 2019 1 次提交
- 
- 
由 SunGaofeng 提交于test=develop 
 
- 
- 30 5月, 2019 1 次提交
- 
- 
由 hong19860320 提交于* fix API examples of assign, reverse and array_write test=develop * update API.spec test=develop * update API examples for array_length, array_read, array_write, assign, hard_sigmoid, hsigmoid, increment, ones, pow, reverse, uniform_random and zeros * update API.spec for assign, reverse and array_write, etc.(#17287) * test=develop 
 
- 
- 20 5月, 2019 1 次提交
- 
- 
由 Zeng Jinle 提交于
 
- 
- 30 4月, 2019 1 次提交
- 
- 
由 Lfc1993 提交于fix python3 run_time_error in layers.ops caused by locals() 
 
- 
- 29 4月, 2019 1 次提交
- 
- 
由 Lfc1993 提交于fix runtimeerror : dictionary changed size during iteration when calling uniform_random in python3+ 
 
- 
- 16 4月, 2019 1 次提交
- 
- 
由 xiaoting 提交于
 
- 
- 28 3月, 2019 1 次提交
- 
- 
由 zhoukunsheng 提交于add rsqrt op 
 
- 
- 10 3月, 2019 1 次提交
- 
- 
由 tink2123 提交于test=develop 
 
- 
- 25 2月, 2019 1 次提交
- 
- 
由 qingqing01 提交于* Refine doc of uniform_random and fix dtype * Update defaule value in the arguments 
 
- 
- 19 2月, 2019 1 次提交
- 
- 
由 Yiqun Liu 提交于* Correct the comment in control_flow.py. * Correct the argument list of ops. test=develop * Update API.spec. test=develop * Skip op_callstack attr for all op apis. test=develop * Remove use_mkldnn and is_test from python api. test=develop * Remove use_mkldnn and is_test from op_proto_maker and hard-coding them in python when generating doc string. test=develop 
 
- 
- 30 1月, 2019 1 次提交
- 
- 
由 chengduo 提交于test=develop 
 
- 
- 22 11月, 2018 1 次提交
- 
- 
由 wopeizl 提交于* add recordio support * disable the openblas multi-thread on windows since no support adjust the python script * code style * code style test=develop * add create_recordio_file_reader back * fix code style test=develop * fix the gtest.cmake on windows * fix cc_test on windows * fix the win build test=develop * remove fused compile support on windows test=develop * add the jit support test=develop * add the jit support, test=develop * add the jit support, test=develop * add the jit back fix compile error on windows * rollback test=develop * test case fix * disable DSO by default on windows * exclude warpctc_op on windows * exclude the dynload_warpctc out on windows test=develop * fix the scripts error test=develop * disable avx on windows by default test=develop * re-organize the cmake file * disable mkl on windows by default * add warp_ctc back * fix the dependency * fix the dependency * fix the build issue on windows * remove unsupported flag on windows * code style * code style test=develop * fix issue * add profiler, parallel_executor back * clean up the pre-definitions on windows * fix build issue * test=develop 
 
- 
- 18 11月, 2018 1 次提交
- 
- 
由 peizhilin 提交于fix compile error on windows 
 
- 
- 12 11月, 2018 1 次提交
- 
- 
由 peizhilin 提交于
 
- 
- 06 11月, 2018 1 次提交
- 
- 
由 peizhilin 提交于1. Non utf-8 characters within comments of OPs may lead to protobuf fail to parse_from_string 2. comment out some ops which not supported on windows 3. cuda libs may not be correctly linked to target on windows 
 
- 
- 12 10月, 2018 1 次提交
- 
- 
由 chengduo 提交于* fix layers.uniform_random * fix uniform_random test=develop * remove var type set test=develop * fix similar error test=develop 
 
- 
- 28 9月, 2018 1 次提交
- 
- 
由 Xin Pan 提交于test=develop 
 
- 
- 25 9月, 2018 3 次提交
- 23 9月, 2018 1 次提交
- 
- 
由 baiyf 提交于
 
- 
- 21 9月, 2018 5 次提交
- 
- 
由 tensor-tang 提交于
- 
由 sneaxiy 提交于
- 
由 gongweibao 提交于
- 
由 gongweibao 提交于
- 
由 tensor-tang 提交于
 
- 
