Commit Graph

10 Commits

Author SHA1 Message Date
lzhengning b824ab83c0 update copyright to 2023; update version for PR https://github.com/Jittor/jittor/pull/435 2023-04-25 14:28:38 +08:00
Haoyang Peng 4825cead21
add Gamma Distribution on Cuda (#435)
* add digamma.

* add tdir.

* add gamma distribution.

* add test for gamma distribution.

* update location.

* add api directly into jt.__init__
2023-04-25 14:25:10 +08:00
lzhengning cac2b83a1c update copyright to 2022 2022-04-22 18:01:02 +08:00
Dun Liang d482161be0 floor keep type and better mem_info 2021-07-30 20:40:21 +08:00
Dun Liang 4ec2bfacb2 polish distributions 2021-06-17 21:45:48 +08:00
Dun Liang 826513a156 add safe_clip and safe_log 2021-06-11 14:11:58 +08:00
Dun Liang 0922678bc8 polish distributions 2021-05-12 21:32:39 +08:00
Dun Liang 6c93dbb5fb add normal, log_prob,entropy ,kl_divergence 2021-05-07 17:34:33 +08:00
Dun Liang 04be711ddb fix simple_presum 2021-05-07 12:17:46 +08:00
Dun Liang 862d564d85 add distribution for rl 2021-04-29 23:04:02 +08:00