Commit Graph

2512 Commits

Author SHA1 Message Date
i-robot eac31a1a40
!44008 Add nn.GaussianNLLLoss
Merge pull request !44008 from shaojunsong/feature/nnBilinear
2022-10-19 06:47:38 +00:00
i-robot 082e07896f
!44180 modify format
Merge pull request !44180 from 俞涵/code_docs_1010
2022-10-19 06:37:13 +00:00
i-robot cf3c302f60
!44172 Add place cn doc
Merge pull request !44172 from ZPaC/code_docs-place
2022-10-19 06:11:43 +00:00
i-robot 3942f0a0d8
!43988 Add Tensor interface of ReverseSequence GPU kernel
Merge pull request !43988 from liulei277/interface_dev
2022-10-19 03:47:22 +00:00
ZPaC 8a0b8bb37b Add place cn doc 2022-10-19 11:37:12 +08:00
huodagu 83daf0f8a9 modify format 2022-10-19 11:29:53 +08:00
huangxinjing 5585cf75c5 Fix hccl init and runtime init error
Change the hccltime out

Fix hccl timeout
2022-10-19 10:07:58 +08:00
i-robot ac5e5d284f
!44087 support more avg and max3d input
Merge pull request !44087 from 冯一航/support_more_avg_and_max3d_input
2022-10-19 02:00:47 +00:00
i-robot 0728f8ebb3
!42912 del map operation param column_order
Merge pull request !42912 from guozhijian/del_map_parameter
2022-10-19 01:53:03 +00:00
i-robot 15c2ba744b
!44102 Change the parameter of padding
Merge pull request !44102 from shenwei41/del_pad_parameter
2022-10-19 01:45:18 +00:00
i-robot 1726b105f7
!44122 [API] data sink for functional program r2.0
Merge pull request !44122 from kingxian/master
2022-10-18 18:55:42 +00:00
liulei277 27e14b0ddb reverse sequence gpu kernel add tensor interface
add tensor interface docs

add tensor api st cases
2022-10-19 00:15:52 +08:00
jonyguo 911cbd7f6a del: column_order in map 2022-10-18 21:07:38 +08:00
shaojunsong 0961e395a7 Add nn.GaussianNLLLoss 2022-10-18 20:07:06 +08:00
yuzhenhua fd717c51e4 rewrite: for create functional node 2022-10-18 19:54:58 +08:00
i-robot a60615e409
!43911 Support MarginRankingLoss
Merge pull request !43911 from 冯一航/support_MarginRankingLoss
2022-10-18 11:45:56 +00:00
jinxiaoxian e6a494f0ef 2.0 data sink 2022-10-18 18:00:43 +08:00
shenwei41 a626dc1b90 Change the parameter of padding 2022-10-18 17:15:31 +08:00
i-robot d0c76873cb
!43990 Add csr_add Chinese notes
Merge pull request !43990 from Bokai Li/code_docs_tile
2022-10-18 08:27:05 +00:00
i-robot 1ed689f087
!43432 fractional_max_pool_2d_3d
Merge pull request !43432 from yide12/fractionalmaxpool
2022-10-18 07:18:49 +00:00
i-robot d2775d1ec8
!43511 fix sparse tensor api
Merge pull request !43511 from jachua/bugfix_sparse_api
2022-10-18 07:17:09 +00:00
fengyihang 4906616b89 support more input 2022-10-18 15:15:17 +08:00
i-robot ee7f194a58
!44013 del close_pool and to_device operation
Merge pull request !44013 from 刘勇琪/master
2022-10-18 06:39:46 +00:00
i-robot a1a612c0ea
!42652 del batch operation param column_order & pad_info
Merge pull request !42652 from guozhijian/del_batch_parameter
2022-10-18 06:34:26 +00:00
i-robot 1443fe82c3
!43327 Add dynamic obfuscation feature
Merge pull request !43327 from jxlang910/obf_pr
2022-10-18 06:26:23 +00:00
alashkari afb525b7dc Added new Functional & Tensor APIs with STs. 2022-10-17 23:18:59 -04:00
i-robot 9877a867ef
!44050 add pynative mode check for context mempool_block_size
Merge pull request !44050 from laiyongqiang/revert_mem_blk
2022-10-18 03:05:23 +00:00
fengyihang f56f8e936f support MarginRankingLoss 2022-10-18 10:34:04 +08:00
i-robot 792c41d95c
!43978 Fix doc && bug of CumSum.
Merge pull request !43978 from hezhenhao1/add_cumsum
2022-10-18 02:26:10 +00:00
BokaiLi a8fe74bbf3 Add csr_add Chinese notes 2022-10-18 10:00:07 +08:00
liu-yongqi-63 fa8891c68d Delete close_pool and to_device interface 2022-10-18 09:30:58 +08:00
i-robot af9e68c5eb
!43996 fix doc of glu
Merge pull request !43996 from lianliguang/code_docs_ms
2022-10-18 01:04:40 +00:00
jin-xiulang 969e368cc5 Add dynamic obfucation tool 2022-10-18 00:36:18 +08:00
i-robot 50289b541b
!44056 update BroadcastTo doc
Merge pull request !44056 from 李林杰/code_docs_1017_update_BroadcastTo_doc_master
2022-10-17 13:32:32 +00:00
lilinjie fd0f955be4 update BroadcastTo doc 2022-10-17 21:18:23 +08:00
LaiYongqiang 7204637808 add pynative mode check for context mempool_block_size 2022-10-17 20:47:41 +08:00
i-robot d15722f1b0
!43955 fix rewrite cn doc
Merge pull request !43955 from 于振华/code_docs_fix_rewrite_cn_1015
2022-10-17 10:11:10 +00:00
yuzhenhua 4fed98fd47 fix rewrite cn doc 2022-10-17 17:39:18 +08:00
i-robot 2d20001adc
!43296 [ST][MS][OPS] diagonal, elu & gelu Functional API & STs.
Merge pull request !43296 from alashkari/new-apis-oct-01
2022-10-17 09:33:34 +00:00
i-robot 51ae189eec
!43932 add docs for callback
Merge pull request !43932 from changzherui/code_docs_1014
2022-10-17 07:57:46 +00:00
liuluobin 510e6a5778 Fix api description error in shard 2022-10-17 15:25:09 +08:00
lianliguang 4c0408d22e modify glu ops doc 2022-10-17 15:21:48 +08:00
yide12 2aaf625725 fractionalmaxpool 2022-10-17 15:20:54 +08:00
huodagu ca2e9fbcdb modify format 2022-10-17 13:44:37 +08:00
alashkari e5edbb6480 Added new APIs and STs. 2022-10-16 23:08:15 -04:00
i-robot ac8a42d05d
!42291 [ST][MS][OPS] fold & unfold Functional & Tensor APIs with STs.
Merge pull request !42291 from alashkari/functional-tensor-apis-sept-19
2022-10-17 02:32:24 +00:00
i-robot 598071ee4a
!43940 fix chinese doc
Merge pull request !43940 from luoyang/code_docs_chinese
2022-10-17 02:30:34 +00:00
changzherui ce6f04fa8f add cn api docs 2022-10-17 10:01:51 +08:00
hezhenhao1 12066b2895 Fix doc && bug of CumSum. 2022-10-17 09:52:55 +08:00
jonyguo 0571532873 del batch param: column_order & pad_info 2022-10-17 09:35:41 +08:00
fengyihang b713c9966e modify avg and max3d 2022-10-16 17:29:51 +08:00
yanghaoran a787d266d6
回退 'Pull Request !43779 : Fix doc && bug of CumSum.' 2022-10-15 04:42:26 +00:00
YangLuo e7abe045b5 fix chinese doc 2022-10-15 10:28:57 +08:00
i-robot d0cd42d9b7
!43779 Fix doc && bug of CumSum.
Merge pull request !43779 from hezhenhao1/add_cumsum
2022-10-14 18:11:29 +00:00
i-robot b8c8c9106e
!43821 modify the inconsistence in files 1013
Merge pull request !43821 from 宦晓玲/code_docs_1013
2022-10-14 06:57:18 +00:00
i-robot cd8d8d03d7
!43881 modify format
Merge pull request !43881 from 俞涵/code_docs_1010
2022-10-14 06:55:04 +00:00
huodagu f1bebb5261 modify format 2022-10-14 14:15:45 +08:00
i-robot 0ef10416c6
!43874 add glu error
Merge pull request !43874 from lianliguang/code_docs_ms
2022-10-14 03:44:27 +00:00
LaiYongqiang 8eb2cd4f76 fix cnode nullptr in eos mode
Added fold & unfold Functional & Tensor APIs with STs.
2022-10-13 23:43:47 -04:00
i-robot 856f38dfc1
!43813 checkpoint_transform_pipeline_dim_api
Merge pull request !43813 from yao_yf/code_docs__checkpoint_transform_pipeline_dim_api
2022-10-14 03:40:10 +00:00
huanxiaoling 189c9bcf85 modify the inconsistence of files 1013 2022-10-14 10:30:36 +08:00
lianliguang f252a112a4 add error for glu doc 2022-10-14 10:01:24 +08:00
huodagu d6e8e4bd8c modify format 2022-10-13 20:20:49 +08:00
yao_yf ae6fd1031b update checkpoint transform api 2022-10-13 19:47:10 +08:00
hezhenhao1 b7f3227b18 Fix doc && bug of CumSum. 2022-10-13 17:11:48 +08:00
huangmengxi efe5e22f3f fix 2022-10-13 16:30:41 +08:00
i-robot dc01ef140d
!43810 fix issues
Merge pull request !43810 from luojianing/code_docs_master
2022-10-13 08:27:56 +00:00
i-robot be865fd1d2
!43684 add aicore_metrics&l2_cache api docs
Merge pull request !43684 from zangqx/code_docs_Q3_aicore_metrics
2022-10-13 08:03:59 +00:00
luojianing f9904c0e38 fix issue 2022-10-13 15:38:29 +08:00
fengyihang 2b10706b85 code docs fix 2022-10-13 15:16:46 +08:00
臧庆香 4e76c26848 [profiler] aicore_metrics api docs 2022-10-13 15:16:22 +08:00
i-robot 6a6eea12c0
!43347 support max and avg pool3d
Merge pull request !43347 from 冯一航/support_max_and_avg_pool3d
2022-10-13 06:43:42 +00:00
i-robot 9319e78cb1
!43483 Move mindspore.ops.shard interface to mindspore.shard
Merge pull request !43483 from liuluobin/shard_default
2022-10-13 06:05:12 +00:00
i-robot 0966115408
!43459 Add nn.Softmax2d
Merge pull request !43459 from pkuliuliu/master
2022-10-13 03:24:12 +00:00
i-robot 71fb7dd60b
!43749 modify the inconsistence in files 1012
Merge pull request !43749 from 宦晓玲/code_docs_1011
2022-10-13 02:44:45 +00:00
i-robot abbceb3f16
!43675 shield SparseApplyAdagrad Primitive interface
Merge pull request !43675 from 李林杰/1011_fix_some_issues_master
2022-10-13 01:47:22 +00:00
yuzhenhua b2ae9e2db7 for ReplicationPad 2022-10-13 09:28:38 +08:00
huanxiaoling 9e86788b84 modify the inconsistence of files 2022-10-13 09:28:13 +08:00
i-robot b867d6e77b
!43513 fix assign_add/assign_sub segfault and some api docs
Merge pull request !43513 from 李林杰/1009_fix_AssignOps_segfault_master
2022-10-13 01:16:36 +00:00
liuluobin a99ff97e3e Move ops.shard to mindspore.shard 2022-10-13 08:54:34 +08:00
i-robot 723bf4b2c0
!42121 [ST][MS][OPS] Support for conj, cross, erfinv & less_equal Functional & Tensor APIs with STs.
Merge pull request !42121 from alashkari/functional-tensor-apis-sept-16
2022-10-12 21:33:37 +00:00
i-robot b00209e8cc
!43626 Revert "add function api of BoundingboxEncode,BoundingboxDecode."
Merge pull request !43626 from LV/master
2022-10-12 09:01:17 +00:00
fengyihang 672f72cb4c support_max_and_avg_pool3d 2022-10-12 14:53:56 +08:00
i-robot 09aa9a25ec
!43645 move and rename auto-grad related api doc
Merge pull request !43645 from 吕浩宇/master
2022-10-12 03:10:18 +00:00
i-robot e2211c609f
!43679 modify batch-to-space infershape log
Merge pull request !43679 from hangq/fire
2022-10-12 03:02:26 +00:00
huodagu 5852b45884 modify format 2022-10-12 10:07:39 +08:00
lvhaoyu b2ab41f165 move and rename auto-grad related api documents 2022-10-11 19:36:38 +08:00
hangangqiang 871b582512 modify batch-to-space infershape log 2022-10-11 18:52:12 +08:00
lilinjie e28d8c0564 fix some issues 2022-10-11 18:17:25 +08:00
i-robot dfbc53a560
!43667 modify the inconsistence and errors in files
Merge pull request !43667 from 宦晓玲/code_docs_1011
2022-10-11 10:03:24 +00:00
huanxiaoling 38997c0f38 modify the inconsistence and errors in files 2022-10-11 17:26:37 +08:00
i-robot 29f7836334
!43635 add multitype function graph register api
Merge pull request !43635 from lianliguang/code_docs_ms_1.8
2022-10-11 08:51:10 +00:00
lianliguang 5c175fce16 add multitype function graph register api 2022-10-11 11:46:21 +08:00
LV d7308a371a Revert "add function api of BoundingboxEncode,BoundingboxDecode."
This reverts commit a65653c65e.
2022-10-11 10:41:20 +08:00
i-robot 136dac97e7
!43522 add glu docs
Merge pull request !43522 from lianliguang/code_docs_ms_1.8
2022-10-11 02:25:35 +00:00
i-robot cb63f6201e
!43506 add function api of BoundingboxEncode,BoundingboxDecode.
Merge pull request !43506 from LV/master
2022-10-10 13:27:40 +00:00
pkuliuliu a4d144b8f6 Add nn.Softmax2d 2022-10-10 21:22:48 +08:00
lilinjie f52ba4841f fix assign_add/assign_sub segfault and some api docs 2022-10-10 19:50:59 +08:00
i-robot 578cfe732c
!43562 modify format
Merge pull request !43562 from 俞涵/code_docs_1010
2022-10-10 11:11:43 +00:00
i-robot a2bdf4071d
!43565 modify the inconsistence in files 1010
Merge pull request !43565 from 宦晓玲/code_docs_1009
2022-10-10 11:10:50 +00:00