Commit Graph

62076 Commits

Author SHA1 Message Date
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
huangyong e7f901657f bugfix for sparsecountsparseoutput 2023-02-24 09:52:01 +08: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
Michael 3aaf0d26f8 Fixing code check warnings 2023-02-23 15:38:57 -05:00
panfengfeng d16a610c1d fix upsample_trilinear_3d forward/backward 2023-02-23 09:17:33 -05:00
lilinjie acf5859d13 fix Sinh complex type accuracy error 2023-02-23 21:33:16 +08: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
yangluhang fd0478816f Add GRUV2Grad OPS IMPL 2023-02-23 19:50:28 +08:00
chengang aa40aab081 check if the file path is valid 2023-02-23 19:43:37 +08: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
hedongdong b45df8238d update testcase levels for index_fill and print 2023-02-23 18:42:43 +08:00
i-robot d4bfde846b
!49132 delete exportMindIR para
Merge pull request !49132 from 周超/master5
2023-02-23 10:09:49 +00:00
i-robot bd3dd5af8b
!49306 fix the address bug of input node has no user in the old runtime
Merge pull request !49306 from limingqi107/new_actor_runtime
2023-02-23 09:53:26 +00:00
i-robot 0ba09ac448
!49182 Fix SparseAddGrad bug
Merge pull request !49182 from YijieChen/ops
2023-02-23 09:53:14 +00:00
wujueying a219ac216c mapping DropOut to DropOutDoMaskV3D and DropOutGenMaskV4 of ge 2023-02-23 17:28:10 +08:00
i-robot a54196a518
!49281 delete testcase
Merge pull request !49281 from zhupuxu/delete_test_code
2023-02-23 09:14:54 +00:00
i-robot 482854de8d
!49255 solve the bug of matmul_grad not support complex
Merge pull request !49255 from zong_shuai/matmul_debug
2023-02-23 09:10:38 +00:00
liangcanli 50a28c426a change level of ir dump 2023-02-23 17:09:01 +08:00
i-robot 08e0f23550
!49234 Clean Code Check Warnings of Dynamic Obfuscation
Merge pull request !49234 from 张澍坤/master
2023-02-23 08:58:30 +00:00
i-robot 1f017e45fc
!49136 Support None is output of subgraph in control flow.
Merge pull request !49136 from Margaret_wangrui/control_flow_none
2023-02-23 08:52:32 +00:00
jonyguo 0c267681c3 Add new interface schema & len for filereader 2023-02-23 16:49:10 +08:00
fandawei 95f7ce14ec fix ops.multilabel_soft_margin_loss/nn.MultiLabelSoftMarginLoss doc 2023-02-23 16:41:07 +08:00
limingqi107 bfb2e09444 fix the sub parameters name empty for tuple parameter expand 2023-02-23 16:29:40 +08:00
i-robot 5de427bfed
!49282 Fix some bug for PyNative
Merge pull request !49282 from zjun/2002
2023-02-23 08:27:53 +00:00
Yang Jiao 3cc30f8878 fix renorm bprop 2023-02-23 16:18:51 +08:00
i-robot 52b51d3ea8
!49288 modify api docs
Merge pull request !49288 from 冯一航/code_docs_modify_api_docs
2023-02-23 08:15:35 +00:00