Commit Graph

1141 Commits

Author SHA1 Message Date
i-robot e85d0cc246
!35227 gumbel softmax
Merge pull request !35227 from TuDouNi/gumbelsoftmax2
2022-06-07 10:59:53 +00:00
i-robot 8f51b50547
!35393 Add tensor and functional interface for ScatterNdMul and ScatterNdMax operator.
Merge pull request !35393 from hezhenhao1/add_scatter_max
2022-06-07 09:49:34 +00:00
i-robot 894973abe1
!35536 Update doc for Unify Transform API - stage 2
Merge pull request !35536 from luoyang/code_docs_chinese2
2022-06-07 09:33:44 +00:00
i-robot df576bf581
!35523 Update doc for Unify Transform API - stage 1
Merge pull request !35523 from luoyang/code_docs_chinese
2022-06-07 09:33:06 +00:00
luoyang 076d141913 Update doc for Unify Transform API - stage 2 2022-06-07 16:06:31 +08:00
luoyang a05f3ff6be Update doc for Unify Transform API - stage 1 2022-06-07 15:54:46 +08:00
i-robot 041ed6ddf9
!35509 modify Chinese Probability API files
Merge pull request !35509 from 宦晓玲/code_docs_0607
2022-06-07 03:20:16 +00:00
zhangyi 2fccd9d679 modify the files 2022-06-07 11:03:39 +08:00
i-robot 375196215f
!35374 doc for renorm op
Merge pull request !35374 from liubuyu/doc
2022-06-07 02:50:40 +00:00
i-robot 62653a9697
!35471 fix nllloss and crossentropy bug and description typo error
Merge pull request !35471 from 吕昱峰(Nate.River)/nllloss
2022-06-07 01:48:40 +00:00
i-robot 4ea499991c
!35341 code_docs_auto_parallel_initializer_seed_api_fix
Merge pull request !35341 from yao_yf/code_docs_auto_parallel_initializer_seed_api_fix
2022-06-07 01:11:13 +00:00
hezhenhao1 bf6340504d Add functional doc and interface for ScatterNdMul and ScatterNdMax operator. 2022-06-06 20:39:02 +08:00
i-robot 8968b238de
!35373 Update the doc of ScatterUpdate's functional interface
Merge pull request !35373 from zhengzuohe/doc_for_scatterupdate
2022-06-06 11:13:18 +00:00
i-robot 2ccc774d89
!35355 operator bugfix: Softmin and SiLU
Merge pull request !35355 from Henry Shi/operators
2022-06-06 11:07:33 +00:00
i-robot 621b48760b
!35347 flatten support functional and tensor interface, dynamic shape and vmap
Merge pull request !35347 from polyhedral/flatten
2022-06-06 09:50:51 +00:00
lvyufeng 9ec87173fe fix nllloss and crossentropy bug and description typo error 2022-06-06 17:26:10 +08:00
lby 00c378dc92 doc for renorm 2022-06-06 17:23:07 +08:00
ttudu 4885dc69cd gumbel softmax 2022-06-06 17:09:40 +08:00
i-robot f25705340b
!35465 add ReflectionPad API to catalog
Merge pull request !35465 from shaojunsong/code_docs_add_refpadapi
2022-06-06 08:41:42 +00:00
i-robot 43df0f985c
!35461 modify format
Merge pull request !35461 from 俞涵/code_docs_0606
2022-06-06 08:40:27 +00:00
shaojunsong dd86f05761 add ReflectionPad api to catalog 2022-06-06 16:22:32 +08:00
i-robot 8026412d84
!35305 Fix some remaining problems of Pad
Merge pull request !35305 from xiaotianci/fix_pad
2022-06-06 07:28:21 +00:00
huodagu 4fbf67236b modify format 2022-06-06 15:03:02 +08:00
i-robot 945aa1b1d3
!34597 add intopk vmap, functional/tensor api
Merge pull request !34597 from 范吉斌/intopk_vmap
2022-06-06 06:41:06 +00:00
zhengzuohe 5b2701bbfe udpate docs for functional api of ScatterUpdate 2022-06-06 11:44:35 +08:00
i-robot 27cb08f4f3
!34976 AdamApplyOne support dynamic shape
Merge pull request !34976 from huoxinyou/0525adam
2022-06-06 02:49:21 +00:00
fanjibin 938a17d314 add intopk vmap, functional/tensor api 2022-06-05 13:18:51 +08:00
i-robot f058997021
!35071 Add feature ReflectionPad1d & ReflecitonPad2d
Merge pull request !35071 from shaojunsong/feature/reflectionPad
2022-06-04 13:00:45 +00:00
shaojunsong c0b9d74987 added reflectionpad1d and 2d 2022-06-04 17:43:49 +08:00
polyhedral 92b1459d57 flatten support functional and tensor interface, dynamic shape and vmap 2022-06-04 11:49:55 +08:00
huoxinyou e7c769eebd AdamApplyOne support dynamic shape &
ScatterNd ops's indices support int64 docs
2022-06-02 20:21:33 +08:00
Xiao Tianci 72fafb9251 fix remaining problems of Pad and PadToSize 2022-06-02 17:19:30 +08:00
liqiliang ba67f2362b Add api docs. 2022-06-02 17:11:40 +08:00
i-robot 59e7689876
!34991 Remove SoftDVPP related APIs
Merge pull request !34991 from xiaotianci/remove_soft_dvpp
2022-06-02 09:00:58 +00:00
i-robot f3251db54d
!35379 move logsumexp from element-wise to reduction
Merge pull request !35379 from 吕昱峰(Nate.River)/code_docs_logsumexp
2022-06-02 08:08:16 +00:00
i-robot f5ad517c23
!34925 add docs for scatter_div operator
Merge pull request !34925 from hujiahui8/code_docs_scatter_div
2022-06-02 08:01:21 +00:00
lvyufeng ccd67fa5d6 move logsumexp from element-wise to reduction 2022-06-02 15:57:53 +08:00
i-robot ad8dab99a3
!35361 add ops.logsumexp and fix nan problem
Merge pull request !35361 from 吕昱峰(Nate.River)/logsumexp
2022-06-02 07:50:12 +00:00
i-robot a03d31e8ed
!35302 add nll_loss and cross_entropy for ops.functional and nn
Merge pull request !35302 from 吕昱峰(Nate.River)/nllloss
2022-06-02 07:20:14 +00:00
i-robot b58f42b671
!35301 modify format
Merge pull request !35301 from 俞涵/code_docs_0601
2022-06-02 06:29:39 +00:00
i-robot 05afdee563
!34757 add inplace_update operator and vmaprule
Merge pull request !34757 from wangjun/inplace_ops_0523
2022-06-02 05:52:09 +00:00
i-robot 8ae7250a24
!35213 Add broadcast_to op api
Merge pull request !35213 from 朱家兴/master
2022-06-02 03:50:23 +00:00
lvyufeng cf067edc98 add ops.logsumexp and fix nan problem 2022-06-02 11:45:58 +08:00
lvyufeng ee30ffc3bf add nll_loss and cross_entropy for ops.functional and nn 2022-06-02 11:13:34 +08:00
Henry Shi 7fbce93bb4 operator bugfix 2022-06-02 10:33:19 +08:00
i-robot ae0a4815f5
!35217 [DOC][OP]Fix space_to_batch_nd op doc
Merge pull request !35217 from zichun_ye/code_docs_space_to_batch_nd
2022-06-02 02:06:12 +00:00
yao_yf 69af271f0f set_seed api fix in auto parallel mode 2022-06-01 20:18:39 +08:00
hujiahui8 33a9fd87d3 add docs for scatter_div operator 2022-06-01 17:49:14 +08:00
Xiao Tianci 74a1f06362 remove soft dvpp 2022-06-01 17:45:58 +08:00
i-robot 0a05f67681
!35296 Update api doc Ainh & Softsign
Merge pull request !35296 from panzhihui/code_docs_cn_api4
2022-06-01 09:08:10 +00:00