- 25 4月, 2021 1 次提交
-
-
由 minghaoBD 提交于
-
- 15 4月, 2021 1 次提交
-
-
由 Jiabin Yang 提交于
* add IsInitialized * rm additional log and add tanh double grad * rename is_initialized
-
- 03 3月, 2021 1 次提交
-
-
由 Qi Li 提交于
-
- 19 2月, 2021 1 次提交
-
-
由 Wojciech Uss 提交于
* Modify relu native implementation * fix GPU performance
-
- 25 1月, 2021 1 次提交
-
-
由 arlesniak 提交于
* More precise mkldnn kernel choice in GetExpectedKernelType * Fixes after review * Refresh develop for CI * CI experiment * get back from CI exper
-
- 20 1月, 2021 1 次提交
-
-
由 chentianyu03 提交于
* rewrite abs op * rewrite abs op and remove abs in activation * remove abs register in old codes * fix abs_grad type error * fix abs double_grad output name error * modify abs_grad, abs_grad_grad functor for windows building * format code style * fix the bug of result is nan when the divisor is zero * add missing abs attr and add abs for float16
-
- 22 12月, 2020 1 次提交
-
-
由 whs 提交于
-
- 09 12月, 2020 1 次提交
-
-
由 joejiong 提交于
As the title
-
- 27 11月, 2020 1 次提交
-
-
由 arlesniak 提交于
-
- 26 11月, 2020 1 次提交
-
-
由 Noel 提交于
Fix ops doc for some ops
-
- 19 11月, 2020 1 次提交
-
-
由 joejiong 提交于
Add new operator log10
-
- 12 11月, 2020 1 次提交
-
-
由 joejiong 提交于
As the title
-
- 27 9月, 2020 1 次提交
-
-
由 Jack Zhou 提交于
register log double grad kernel for cpu and cuda
-
- 25 9月, 2020 1 次提交
-
-
由 Zhong Hui 提交于
add abs support double grad for the api 2.0
-
- 31 8月, 2020 3 次提交
-
-
由 hong19860320 提交于
-
由 wawltor 提交于
update the doc for the some ops, ceil asin, atan
-
由 zhupengyang 提交于
-
- 22 8月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 20 8月, 2020 1 次提交
-
-
由 hong19860320 提交于
-
- 14 8月, 2020 5 次提交
-
-
由 Yang Zhang 提交于
test=document_fix remove activation wording
-
由 Yang Zhang 提交于
test=develop,test=document_fix remove activation wording
-
由 Yang Zhang 提交于
test=develop,test=document_fix remove activation wording
-
由 Yang Zhang 提交于
test=develop,test=document_fix remove activation wording tanh -> tan
-
由 Yang Zhang 提交于
test=develop,test=document_fix explain input/out put range and out of boundary behavior
-
- 13 8月, 2020 1 次提交
-
-
由 Leo Chen 提交于
* add unchaged infershape function * add broadcast infershape function * fix bug * rename infershape functions * add UnaryOpUnchangedInferShapeCheckAxis * add error message * add test for common infer shape functions * dont update existed ops * dont update op_desc.h * add more test * add error check, refine error message
-
- 10 8月, 2020 1 次提交
-
-
由 Adam 提交于
* Add oneDNN relu6 op * Lint fixes
-
- 08 8月, 2020 1 次提交
-
-
由 Feiyu Chan 提交于
1. update document template for unary elementwise layers(a.k.a. activation layer); 2. remove generate_op_noattr and use generate_activation instead; remove redundant function copies; 3. minor update for docstring to fix rst format errors. 4. fix doc for Rsqrt OP 5. add sample code for each activation separately; 6. remove the unused deprecated decorator.
-
- 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
-
- 06 7月, 2020 1 次提交
-
-
由 WuHaobo 提交于
-
- 27 5月, 2020 1 次提交
-
-
由 Leo Chen 提交于
-
- 11 5月, 2020 1 次提交
-
-
由 Chen Weihang 提交于
* add new macro BOOST_GET_SAFELY & unittests, test=develop * add different macro type, test=develop * fix get macro type in executor, test=develop * four macro part change backup * using one macro for all case, test=develop * revert attribute change, test=develop * change to three func to solve gcc4.8 bug, test=develop * polish some details, test=develop
-
- 26 4月, 2020 1 次提交
-
-
由 liuwei1031 提交于
* save InferVarType changes, test=develop * remove code comments, test=develop * tweak code, test=develop * fix compilation warning, update merge_ids_op split_ids_op to new interface, test=develop * modify fused_bn_activation_op, test=develop * fix error of fused_bn_activation_op, test=develop * fix PADDLE_ENFORCE and unittest coverage issue, test=develop * tweak PADDLE_ENFORCE messages, test=develop * improve unittest coverage, test=develop * add StaticGraphInferVarType class, test=develop * rebase develop branch, test=develop * fix unittest error, test=develop * remove comments, test=develop * improve unittest coverage, test=develop * imporve error message and imporve unittest coverage, test=develop * upgrade InferVarType API, test=develop * tweak pyfunc error message, test=develop * fix compilation conflict - save_combine_op, test=develop
-
- 14 4月, 2020 1 次提交
-
-
由 danleifeng 提交于
add new tensor: max,min,t,eye,log1p; test=develop
-
- 04 4月, 2020 1 次提交
-
-
由 kinghuin 提交于
* sin sqrt tanh atan add out, test=develop * optimize doc, test=develop * add dygraph test, test=develop
-
- 02 4月, 2020 1 次提交
-
-
由 Adam 提交于
* Delete is_test from activation operators test=develop * Revent unneeded changes test=develop
-
- 19 3月, 2020 1 次提交
-
-
由 Sylwester Fraczek 提交于
-
- 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)
-
- 09 3月, 2020 1 次提交
-
-
由 Zeng Jinle 提交于
* refine grad maker, test=develop * refactor tracer stage 1, test=develop * merge develop to solve conflict third times, test=develop
-
- 06 1月, 2020 1 次提交
-
-
由 Double_V 提交于
* support elu activation double grad,test=develop * delete the code commit in .cc,test=develop * fix relu test unpass, test=develop * add elu double grad kernel and unit test * add caculate dX in elu double grad functor, test=develop * update the commit code,test=develop
-
- 03 1月, 2020 1 次提交
-
-
由 SunAhong1993 提交于
* register int/int64_t/float16 in pow/square kernel,test=develop * add abs/square/exp type,test=develop
-