Commit Graph

62076 Commits

Author SHA1 Message Date
liu lili 17629fc26d mindspore lite: new unified infer framework 2023-02-25 09:46:23 +08:00
i-robot 0898378bb9
!48807 null tensor raise runtimeError
Merge pull request !48807 from nomindcarry/adam_null_tensor
2023-02-25 01:10:27 +00:00
i-robot b7391af68b
!49212 Fixing codecheck warnings
Merge pull request !49212 from michaelzhu_70ab/codecheck_fixes
2023-02-24 20:07:54 +00:00
i-robot 38d86a1563
!49352 fix index of adapter input
Merge pull request !49352 from qiuzhongya/maximum
2023-02-24 14:30:17 +00:00
i-robot f7287d5700
!48916 [MS]{Lite][Task] optimize custom op
Merge pull request !48916 from 刘力力/master_merge
2023-02-24 14:05:50 +00:00
i-robot 4d9543df6f
!48904 kernel_mod support tupleoftensor
Merge pull request !48904 from huoxinyou/0214tuple_of_tensor
2023-02-24 12:06:33 +00:00
i-robot f7b362445c
!49310 bugfix for sparsecountsparseoutput
Merge pull request !49310 from 黄勇/bugfix_sparsecountsparseoutput
2023-02-24 11:35:26 +00:00
i-robot fb3395d375
!49245 export primitive instance name
Merge pull request !49245 from lianliguang/master
2023-02-24 10:00:04 +00:00
i-robot f0eaf87253
!49350 Remove the '_to_tensor' conversion in IsClose
Merge pull request !49350 from zhanzhan/isclose
2023-02-24 09:53:16 +00:00
i-robot 2278dc14fd
!49254 [MS][LITE]Add cast_split cast_gather cast_notequal fusion pass
Merge pull request !49254 from gongdaguo1/add_cast_pass3
2023-02-24 09:36:13 +00:00
i-robot ce0c5fdfdd
!49345 [MS][LITE] reducefusion thread cut,add reduce_min/reduce_max/reduce_mean/reduce_prod/reduce_sum/reduce_all/reduce_asum/reduce_sumsquare/reduce_l2 op thread cut
Merge pull request !49345 from Greatpan/reduce_fusion_thread_cut
2023-02-24 09:34:24 +00:00
i-robot 83d047b2d6
!49328 fix Sinh complex type accuracy error
Merge pull request !49328 from 李林杰/0223_fix_Sinh_complex_type_accuracy_issue_1
2023-02-24 08:42:29 +00:00
i-robot dfaa297886
!49109 support kwonly args for top graph
Merge pull request !49109 from huanghui/support-kwonly
2023-02-24 08:10:00 +00:00
i-robot 482f69f2b9
!49358 [docs][bugfix] Fix I6HDO4
Merge pull request !49358 from shaojunsong/code_docs_randn_like
2023-02-24 08:01:08 +00:00
i-robot ff96e67f1e
!48922 Custom Op file path logic update
Merge pull request !48922 from zichun_ye/custom_tbe_file_path
2023-02-24 07:41:37 +00:00
shaojunsong b37a18c8f1 fix randn_like docs bug 2023-02-24 15:36:02 +08:00
i-robot 026c8d9084
!48988 Add GRUV2Grad OPS IMPL
Merge pull request !48988 from yangluhang/gruv2_grad
2023-02-24 07:26:53 +00:00
i-robot 1579821496
!49338 [MSLITE] 处理SetThreadNum(-1)的情况
Merge pull request !49338 from zhangdanyang/master
2023-02-24 07:16:41 +00:00
i-robot bb4e21579f
!49265 Check if the file path from env variable is valid
Merge pull request !49265 from chengang/fix_getenv_2
2023-02-24 07:03:17 +00:00
i-robot deffac9ab8
!49283 only check repeatedly context set from user
Merge pull request !49283 from zhoufeng/xiu-ba-ge
2023-02-24 07:03:00 +00:00
i-robot a24a8813b1
!49301 New add check repeat dim in axis
Merge pull request !49301 from gaoshuanglong/add_functional_init
2023-02-24 07:00:09 +00:00
i-robot c0af6fda81
!49213 [MS]{Lite][Task] delete no used include files
Merge pull request !49213 from 刘力力/master_jit
2023-02-24 06:56:29 +00:00
i-robot fe4e15de38
!49330 modify GE context
Merge pull request !49330 from 没有窗户的小巷/master
2023-02-24 06:51:08 +00:00
qiuzhongya 39579c2a61 fix adapter 2023-02-24 14:46:58 +08:00
nomindcarry 34dc1a74e1 null tensor 2023-02-24 14:44:15 +08: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
zhanzhan1 97465b8559 Remove the '_to_tensor' conversion in IsClose 2023-02-24 14:37:34 +08: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
greatpan 4c870ef384 reduce fusion thread cut 2023-02-24 12:04:17 +08:00
huoxinyou 720cfcc364 kernel_mod support tupleoftensor 2023-02-24 11:43:34 +08: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
Zhangdanyang bed6dfda4b return error when SetThreadNum(-1) 2023-02-24 10:35:27 +08: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
gaoshuanglong 0c90beb388 Add check repeat dim in axis 2023-02-24 10:17:41 +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