Commit Graph

62831 Commits

Author SHA1 Message Date
guozhibin 30edb9951a add support of amp custom lists 2023-03-02 18:58:43 +08:00
i-robot 7290e12d69
!49476 FIx Tensor Check
Merge pull request !49476 from jiaoy1224/fixbug
2023-03-02 10:32:27 +00:00
gaoshuanglong 4cdb31c46c optimize function raise 2023-03-02 17:48:39 +08:00
i-robot 0b4f90e32e
!49424 update ops docs 4
Merge pull request !49424 from 李林杰/code_docs_0226_update_ops_docs_master
2023-03-02 09:41:52 +00:00
i-robot 42e5324b50
!49461 fix masked_fill caused neg loss on CUDA 10.1
Merge pull request !49461 from 吕昱峰(Nate.River)/masked_fill
2023-03-02 09:33:32 +00:00
i-robot e61a0d0e52
!49592 fix dropout error
Merge pull request !49592 from 吕昱峰(Nate.River)/transformer
2023-03-02 09:33:13 +00:00
i-robot 6ab020869f
!49677 takedown test_func_with_yield_manifest_dataset_01 to ensure gate stability
Merge pull request !49677 from yanghaoran/takedown_testcases
2023-03-02 09:32:10 +00:00
zhoufeng c3301787a0 move common head file to include/common
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2023-03-02 17:29:34 +08:00
yanghaoran 44e6097fd1 takedown test_func_with_yield_manifest_dataset_01 to ensure gate stability 2023-03-02 17:27:38 +08:00
Margaret_wangrui 7042618a09 Add some side effect test cases with Fallback runtime. 2023-03-02 17:12:33 +08:00
yangzhenzhang 4b9b8435ea fix bug for conv3d gen strategy 2023-03-02 16:56:46 +08:00
zhanzhan1 55acd89741 Adjust function parameter initialization of IsClose 2023-03-02 16:55:46 +08:00
Yingtong Hu fbbec1e0cd isclose supports list and tuple 2023-03-02 16:55:14 +08:00
limingqi107 8672bdfb85 disable op fusion pass in the dynamic shape scene 2023-03-02 16:48:17 +08:00
zhou_chao1993 ac0371b341 modify lite save_type doc 2023-03-02 16:45:51 +08:00
xuyongfei 666c3c4475 MSLite, opt tranpose 2023-03-02 16:39:36 +08:00
huangbingjian 1c6bc212cb Fix testcase 2023-03-02 16:34:03 +08:00
lilinjie 6e4c429ddc update ops docs 2023-03-02 16:30:06 +08:00
Zichun Ye 0b3caaf90c update error message
update error message
2023-03-02 16:28:41 +08:00
sjtujayyyy 214a32a6dc Fix inplace_sub docs 2023-03-02 16:22:11 +08:00
i-robot ea4bdf86dd
!49651 [OPS] add funtional api docs for hardsigmoid
Merge pull request !49651 from yangruoqi713/code_docs_ops
2023-03-02 07:59:37 +00:00
i-robot a3e38979d8
!49464 对ops.dropout2d和ops.dropput3d增加一个参数training, 若training为True,执行dropout操作,否则不执行dropout操作
Merge pull request !49464 from tangdezhi_123/br_tdz_1
2023-03-02 07:57:07 +00:00
yanzhenxiang2020 f57c2c199f fix aicpu unsorted_segment_sum 2023-03-02 15:51:59 +08:00
yujianfeng e793155559 Eliminate dict_getitem and mutable value dict 2023-03-02 15:48:21 +08:00
shaojunsong 7e68fe7192 update softshrink 2023-03-02 15:47:10 +08:00
liu-yongqi-63 119100618f Add the test cases of the len() method and the data types supported by broadcastto operator on the GPU 2023-03-02 15:45:38 +08:00
i-robot b834aa3a45
!49614 [MS][LITE] tile fusion thread cut
Merge pull request !49614 from Greatpan/tilefuison_thread_cut
2023-03-02 07:44:51 +00:00
TronZhang 6919c710ac support dynamic for some ops' grad 2023-03-02 15:36:55 +08:00
i-robot 16c9d78c45
!49204 对ops下的API和其在Tensor下的同名API的参数名进行整改,涉及修改点,函数实现,中文说明修改,英文说明修改。
Merge pull request !49204 from tangdezhi_123/br_tdz_20230221
2023-03-02 07:22:33 +00:00
yangruoqi713 9af7359ea9 [OPS] add funtional api docs for hardsigmoid 2023-03-02 15:15:16 +08:00
i-robot 2a1ad99827
!49600 fix vmap clone when prim is primc
Merge pull request !49600 from r1chardf1d0/b1
2023-03-02 07:06:22 +00:00
i-robot fa366a34b1
!49498 nnacl kernel bug fix
Merge pull request !49498 from ling/bug
2023-03-02 06:59:33 +00:00
i-robot 33ad052c3a
!49591 [api] Rename soft_shrink
Merge pull request !49591 from shaojunsong/fix/softshrink
2023-03-02 06:51:41 +00:00
i-robot 1c4e24f1b1
!48317 [ST][MS][OPS] Fix operation validation issues.
Merge pull request !48317 from alashkari/val-updates
2023-03-02 06:35:22 +00:00
i-robot d53f3b508e
!49335 add error info and release memory for zero_copy
Merge pull request !49335 from xiaoyao/zero_copy
2023-03-02 06:26:52 +00:00
i-robot 16eb2d0915
!49618 修改mindspore.ops.function.array_func.eye中的示例代码,示例中应传入参数dtype, 而不是t
Merge pull request !49618 from tangdezhi_123/br_tdz_2
2023-03-02 06:25:49 +00:00
zlq2020 aa82a2dd2c fix eye bug 2023-03-02 14:20:46 +08:00
i-robot f240ab4cda
!49441 Check input dynamic shape by output of input node.
Merge pull request !49441 from gaoyong10/dynamic_shape_04
2023-03-02 06:18:36 +00:00
i-robot e867ae01bd
!49630 Create device address for tuple-in-tuple valuenode.
Merge pull request !49630 from gaoyong10/dynamic_shape_05
2023-03-02 05:47:38 +00:00
i-robot 4de1098fc1
!49504 文档更新 - MultiMarginLoss
Merge pull request !49504 from OwenSec/master
2023-03-02 05:15:37 +00:00
i-robot ce84f55dea
!49513 Support cyber model convert
Merge pull request !49513 from JuiceZ/dev_0228
2023-03-02 04:12:30 +00:00
i-robot e1eae67540
!49520 Add sparse embedding storage impl
Merge pull request !49520 from zyli2020/dev
2023-03-02 03:58:43 +00:00
duzhixing 1e0180f089 fix bce_with_logits doc bug 2023-03-02 11:53:37 +08:00
i-robot f018b1ab72
!49629 [MSLITE] change scale op log type
Merge pull request !49629 from zhangyongxian/dev_zhangyongxian_scale2
2023-03-02 03:52:49 +00:00
yangruoqi713 db5c628687 [OPS] cdist ascend support dynamic shape 2023-03-02 11:51:22 +08:00
i-robot 7e18f80e03
!49638 中文文档 替换abs/absolute/acos/arccos的参数x为input
Merge pull request !49638 from DavidFFFan/code_docs_master
2023-03-02 03:43:03 +00:00
jonyguo 782735b733 enhance mindrecord parallel write 2023-03-02 11:41:47 +08:00
huangchengnuo 7e384a92cd Add StubTensor check in C++ 2023-03-02 11:34:31 +08:00
wangpingan2 d63245ea3e Use mmap load model by path. 2023-03-02 11:22:08 +08:00
fandawei 8d7329f6ca replace x with input of abs/absoulte/acos/arccos 2023-03-02 11:16:11 +08:00