Commit Graph

62035 Commits

Author SHA1 Message Date
i-robot fe4e15de38
!49330 modify GE context
Merge pull request !49330 from 没有窗户的小巷/master
2023-02-24 06:51:08 +00:00
i-robot 14e9afce2b
!49251 add schema & len for FileReader
Merge pull request !49251 from guozhijian/add_interface_for_mr
2023-02-24 06:40:09 +00:00
i-robot 4b17adebf8
!49340 code check for ApplyProximalGradientDescentCpuKernel
Merge pull request !49340 from Yanzhi_YI/codecheck
2023-02-24 06:28:02 +00:00
i-robot d3028021ed
!49267 ops TriuIndices, TrilIndices and SparseCross supports dynamic shape feature
Merge pull request !49267 from wang_ziqi/br_sparsecross
2023-02-24 06:27:06 +00:00
i-robot cafa6ca2e3
!49256 bool_not算子补充
Merge pull request !49256 from huoxinyou/0222_boolnot
2023-02-24 03:38:29 +00:00
i-robot fa85de4f9f
!49318 mapping DropOut to DropOutDoMaskV3D and DropOutGenMaskV4 of GE
Merge pull request !49318 from wujueying/master
2023-02-24 03:27:32 +00:00
i-robot f115941b24
!49215 Optimize Dynmaic Graph PassManager
Merge pull request !49215 from 王禹程/pm
2023-02-24 03:16:45 +00:00
yiyanzhi_akane 56e42fbf2c code check for ApplyProximalGradientDescentCpuKernel 2023-02-24 11:16:04 +08:00
i-robot 0caf0eebe8
!49308 numpy empty tests mv to level0
Merge pull request !49308 from YingtongHu/master
2023-02-24 03:04:58 +00:00
i-robot fe32b252c5
!49273 Fix dynamic rank bug of reshape
Merge pull request !49273 from chenfei_mindspore/master
2023-02-24 03:02:52 +00:00
i-robot b274c2a15a
!49206 bprop expander use lazy infer in graph mode
Merge pull request !49206 from DeshiChen/0221_noinfer
2023-02-24 02:52:27 +00:00
i-robot 6255f47ee1
!49159 Reg Op Info
Merge pull request !49159 from jiaorui/reg-adam
2023-02-24 02:49:48 +00:00
i-robot 7b89e353d9
!49134 [docs][api] api docs update
Merge pull request !49134 from shaojunsong/code_docs_api0220
2023-02-24 02:49:39 +00:00
i-robot fcd672091d
!49317 modify format
Merge pull request !49317 from 俞涵/code_docs_1110
2023-02-24 02:49:28 +00:00
i-robot 15b56f17bc
!49276 为ir打印level更改更新api文档,以及修复get_grad的一个文档bug
Merge pull request !49276 from 李良灿/fixapiforlevel
2023-02-24 02:48:47 +00:00
i-robot 46ded90de6
!49137 [MSLITE] 修改C++接口,补充ST
Merge pull request !49137 from zhangdanyang/master
2023-02-24 02:23:36 +00:00
shaojunsong c5693d534e Update api docs 2023-02-24 10:18:00 +08:00
i-robot db4163ccf8
!49313 Fix Renorm Bprop
Merge pull request !49313 from jiaoy1224/fixbug1
2023-02-24 02:10:00 +00:00
i-robot d2d03071b6
!49300 Fix roi pooling CI failure.
Merge pull request !49300 from xiaohanzhang/fix_roi_pooling
2023-02-24 02:00:06 +00:00
i-robot cacebee73d
!49305 修改ops.multilabel_soft_margin_loss/nn.MultiLabelSoftMarginLoss文档
Merge pull request !49305 from DavidFFFan/api_docs
2023-02-24 01:58:18 +00:00
i-robot 0c634a9f35
!49323 modify cosinesimirlarity docs
Merge pull request !49323 from 冯一航/code_docs_modify_cosinesimilarity_docs
2023-02-24 01:55:35 +00:00
huodagu 9776df6cf7 modify format 2023-02-24 09:53:57 +08:00
i-robot 62fe0b0762
!48524 solve the grad error of norm operator
Merge pull request !48524 from zong_shuai/norm
2023-02-24 01:53:12 +00:00
i-robot 7f5955a9dc
!49320 FillV2 限制 value 必须为scalar tensor。
Merge pull request !49320 from haozhang/fillv2
2023-02-24 01:51:55 +00:00
i-robot 24591ffd55
!49324 调整GPU算子print,index_fill用例等级
Merge pull request !49324 from hedongdong/CIE_LEVEL0
2023-02-24 01:51:23 +00:00
i-robot b43b194681
!46625 FillV2 shape输入已支持Tuple及Tensor,对应文档修改
Merge pull request !46625 from haozhang/code_docs_fillv2
2023-02-24 01:42:15 +00:00
fengyihang d8abc29865 modify cosinesimilarity docs 2023-02-24 09:24:30 +08:00
i-robot 1b0ba8be33
!49270 fix bug for avg_pool
Merge pull request !49270 from zhangyinxia/master
2023-02-24 01:21:26 +00:00
i-robot 0138cb7dbf
!49275 fix upsampletrilinear3d accuracy
Merge pull request !49275 from panfengfeng/fix_upsampletrilinear3d_error
2023-02-24 01:16:26 +00:00
i-robot f9ee0622ea
!49292 Fix bprop bug
Merge pull request !49292 from ZengZitao/add_silu
2023-02-24 01:15:09 +00:00
i-robot dd06a145e0
!49326 [MS][CORE] bugfix ms mslite import ios v2
Merge pull request !49326 from luoyuan/bugfix-ms-mslite-import-ios-v2
2023-02-24 01:14:23 +00:00
tangxl ed6493f802 modify GE context 2023-02-24 09:14:13 +08:00
panfengfeng d16a610c1d fix upsample_trilinear_3d forward/backward 2023-02-23 09:17:33 -05:00
i-robot d552c1f8e0
!49269 fix insert_cast in scalar condition
Merge pull request !49269 from TuDouNi/ops_backoff_1
2023-02-23 13:10:43 +00:00
i-robot b69a295fcc
!49216 recover test_bert_tdt_lossscale testcase
Merge pull request !49216 from anzhengqi/fix-testcase-bert-performance
2023-02-23 13:03:29 +00:00
shaw_zhang 9f6b54efeb Fix roi pooling ci failure. 2023-02-23 20:27:39 +08:00
i-robot 63dd755fc6
!49260 optimize the object type fetch from the buildinfo
Merge pull request !49260 from limingqi107/bug_fix3
2023-02-23 12:23:09 +00:00
i-robot 751d3e96f0
!49089 Enable max/min to use sequence with variable as input.
Merge pull request !49089 from LiangZhibo/max
2023-02-23 12:05:32 +00:00
i-robot 57e4e3a4dd
!49314 fix the sub parameters name empty for tuple parameter expand
Merge pull request !49314 from limingqi107/bug_fix4
2023-02-23 12:01:51 +00:00
i-robot 7df1e70c75
!49315 fix api doc
Merge pull request !49315 from 于振华/code_docs_fix_api_doc_230223
2023-02-23 11:37:10 +00:00
i-robot bf270c76c1
!48772 Dynamic sequence support tensor.
Merge pull request !48772 from gaoyong10/dynamic_shape_02
2023-02-23 11:33:48 +00:00
i-robot 6d40428b2d
!49279 remove ge.enableSmallChannel option
Merge pull request !49279 from liujunzhu/master
2023-02-23 11:33:36 +00:00
hw_hz 529fff56ec FillV2 docs 2023-02-23 19:24:46 +08:00
yuzhenhua f43504a6ae fix api doc 2023-02-23 19:24:27 +08:00
luoyuan 344eadd99b [MS][CORE] bugfix ms mslite import ios 2023-02-23 19:16:24 +08:00
hw_hz f873fb190f fillv2: value must be scalar tensor. 2023-02-23 19:09:08 +08:00
i-robot c7d809511a
!49010 clear record debug info
Merge pull request !49010 from huanghui/opt-record-debug-info
2023-02-23 10:56:08 +00:00
i-robot d5e0cfd917
!49293 Adjust numpy parameter initialization of IsClose
Merge pull request !49293 from zhanzhan/isclose
2023-02-23 10:53:50 +00:00
i-robot b163eb17d6
!49271 Support get ValueNode<None> from return node.
Merge pull request !49271 from Margaret_wangrui/print_none_side_effect_2
2023-02-23 10:53:39 +00:00
i-robot efc49d9423
!48129 [MSLITE][Func] support ge models
Merge pull request !48129 from 赵英灼/0129
2023-02-23 10:43:03 +00:00