Commit fb2bd26
【Hackathon 6th No.5】Add chi2/LKJCholesky API to Paddle -part (#63883)
* update chi2 && lkj cholesky
* update lkj
* 【Hackathon 6th No.5】Chi2 / LKJCholesky API
* 【Hackathon 6th No.5】Chi2 / LKJCholesky API
* 【Hackathon 6th No.5】Chi2 / LKJCholesky API
* 【Hackathon 6th No.5】Chi2 / LKJCholesky API
* 【Hackathon 6th No.5】Chi2 / LKJCholesky API
* 【Hackathon 6th No.5】Chi2 / LKJCholesky API
* 【Hackathon 6th No.5】Chi2 / LKJCholesky API
* 【Hackathon 6th No.5】Chi2 / LKJCholesky API
* 【Hackathon 6th No.5】Chi2 / LKJCholesky API
* 【Hackathon 6th No.5】Chi2 / LKJCholesky API
* 【Hackathon 6th No.5】Chi2 / LKJCholesky API
* 【Hackathon 6th No.5】Chi2 / LKJCholesky API
* 【Hackathon 6th No.5】Chi2 / LKJCholesky API
* fix
* fix test
* fix
* fix
* fix
* fix
* fix
* fix doc
* fix
* fix
* fix lkj
* fix
* fix test
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix doc
* add des & set timeout
* fix
* fix
* add type check
* fix
* add bad params && shapes
* fix chi2
* fix chi2
* fix
* fix
* modify chi2
* Update python/paddle/distribution/chi2.py
Co-authored-by: zachary sun <70642955+sunzhongkai588@users.noreply.github.com>
* Update python/paddle/distribution/chi2.py
Co-authored-by: zachary sun <70642955+sunzhongkai588@users.noreply.github.com>
---------
Co-authored-by: zachary sun <70642955+sunzhongkai588@users.noreply.github.com>1 parent c0ea68d commit fb2bd26
File tree
8 files changed
+1358
-0
lines changed- python/paddle/distribution
- test
- deprecated/distribution
- distribution
8 files changed
+1358
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
| 63 | + | |
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
| |||
73 | 76 | | |
74 | 77 | | |
75 | 78 | | |
| 79 | + | |
76 | 80 | | |
77 | 81 | | |
78 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
0 commit comments