Commit Graph

62076 Commits

Author SHA1 Message Date
i-robot c85fecbcb8
!49149 modify format
Merge pull request !49149 from 俞涵/code_docs_1110
2023-02-21 06:38:47 +00:00
i-robot 407ea3f64e
!48732 [lite]improve performance of CropAndResize-vmap
Merge pull request !48732 from 徐安越/master3
2023-02-21 06:38:37 +00:00
zhengzuohe ee020f27a4 add indice upper bound check for ScatterNdUpdate cpu kernel 2023-02-21 14:35:08 +08:00
sjtujayyyy 665ce6b7cd Fix cyber models precision 2023-02-21 14:34:10 +08:00
reku1997 43965fed8b Optimize Dynamic Shape Resize 2023-02-21 14:32:03 +08:00
fengyihang d3d9e2bc74 fix topk param docs 2023-02-21 14:31:44 +08:00
i-robot aa2dafdabf
!48410 add cn docs for some APIs
Merge pull request !48410 from 李林杰/code_docs_0204_add_api_cn_docs_master
2023-02-21 06:27:34 +00:00
i-robot 249dda025d
!48980 remove handle parameter from cnode load
Merge pull request !48980 from baihuawei/ps_loadmaster
2023-02-21 06:25:47 +00:00
王程浩 fff572e708
update mindspore/python/mindspore/ops/function/math_func.py.
Signed-off-by: 王程浩 <wangchenghao14@huawei.com>
2023-02-21 06:23:07 +00:00
jin-xiulang 98d0d6397a fix issue of dynamic obfuscation 2023-02-21 14:11:31 +08:00
wangpingan ac7b243a5f pack optimize 2023-02-21 11:46:47 +08:00
yujianfeng 5720796ae1 Fix testcase for cuda10 2023-02-21 11:29:55 +08:00
jiaorui 90892f6754 reg op info 2023-02-21 11:13:51 +08:00
xuanyue 48b12b3cf6 optimize vec-matmul for arm64 2023-02-21 11:10:52 +08:00
lilinjie 9280c1182b add cn docs for some apis 2023-02-21 10:57:29 +08:00
i-robot 985c48e543
!49056 ckpt更改realpath为abspath
Merge pull request !49056 from yide12/tensor_nansum_master
2023-02-21 02:44:16 +00:00
i-robot 40b3f79f8b
!48857 support precision_mode and jit_compile for mindspore.set_context
Merge pull request !48857 from zhangyinxia/master
2023-02-21 02:40:31 +00:00
nomindcarry 41b3a79633 fix 2023-02-21 10:38:44 +08:00
ZPaC 51c450f628 Adapt for empty tuple 2023-02-21 10:35:18 +08:00
i-robot 5ab2fe68b3
!48745 add ops DeformableOffset/Grad
Merge pull request !48745 from zhupuxu/deformable_offset
2023-02-21 02:25:46 +00:00
yiyanzhi_akane a17e57a121 add complete sequenceslice cpu registers 2023-02-21 10:24:04 +08:00
i-robot 212213ea60
!49004 rewrite增加符号数节点MathOps,用于支持加减乘除等数学运算操作
Merge pull request !49004 from GuoZhibin/add_rewrite_node_mathops
2023-02-21 02:18:40 +00:00
i-robot d9476a264f
!49032 add new Transformer api
Merge pull request !49032 from 吕昱峰(Nate.River)/transformer
2023-02-21 02:07:09 +00:00
huodagu f8549bb1f1 modify format 2023-02-21 09:59:09 +08:00
i-robot 356dc6568e
!49081 Optimize former commit
Merge pull request !49081 from ZPaC/fix-tuple-output-bugs
2023-02-21 01:58:55 +00:00
ttudu ca94862e39 fix getnext has input not used in network 2023-02-21 09:53:29 +08:00
i-robot d18529fc0c
!49128 fix aicpu op SparseToDenseV2
Merge pull request !49128 from yanzhenxiang2020/fix_aicpu_sparsetodensev2
2023-02-21 01:38:56 +00:00
i-robot b5909a4f6e
!49098 ops MatrixSolveLs supports dynamic shape feature
Merge pull request !49098 from wang_ziqi/br_matrix_solve_ls
2023-02-21 01:38:12 +00:00
i-robot 7f106390a3
!49053 Reg Op Info
Merge pull request !49053 from jiaorui/reg-diagpart
2023-02-21 01:33:11 +00:00
i-robot 11a8e7bc3d
!49017 fix segmentation fault bug for softmax when input is None
Merge pull request !49017 from gengdongjie/fix_issues
2023-02-21 01:25:56 +00:00
luoyuan 63443435bc [MS][CORE] fix core no BUILD_LITE option v2 2023-02-21 09:24:19 +08:00
i-robot 3bdd744d47
!48634 [LITE][OpenCL] Remove PreProcess and PostProcess while running static shape model
Merge pull request !48634 from moran/dev
2023-02-21 01:20:28 +00:00
fandawei 1614feff1c remove ops.matrix_determinant & ops.log_matrix_determinant 2023-02-20 23:28:28 +08:00
wangpingan2 299bc955ef fix cuda op adjustsaturaion performance. 2023-02-20 22:14:46 +08:00
i-robot f984afe7e1
!49050 [MS][LITE]Fix control model parallel run
Merge pull request !49050 from gongdaguo1/fix_control
2023-02-20 12:45:56 +00:00
tangdezhi_123 48acf131fa 对于算子ScalarToTensor, 在Graph_Mode下,在init阶段用bool变量初始化self.value, 将self.value传入constuct时,self.value就变成int类型;而在PYNATIVE_Mode下无该问题。动静行为不一致。问题修正
修改方案:
对于算子ScalarToTensor,传入到self.value的值可以是bool类型,这样修改后,已验证,在Graph_Mode和Pynative模式下,对于相同的输入,算子ScalarToTensor具有相同的输出。
2023-02-20 20:42:57 +08:00
suxin f145cb916f Convert the input "xdiff_shape" of ROIAlignGrad to attr 2023-02-20 20:27:31 +08:00
lvyufeng 245bcdf47d add new Transformer api 2023-02-20 20:16:39 +08:00
i-robot d36d61b744
!49069 [MS]修复SparseSoftmaxCrossEntropyWithLogitsV2算子fuzz crash
Merge pull request !49069 from zhuguodong/for_cross_op
2023-02-20 12:15:41 +00:00
i-robot b60a7804c0
!48719 ge add dtype attr for tensorshape, dynamicshape and shape op
Merge pull request !48719 from TuDouNi/ge
2023-02-20 12:03:28 +00:00
i-robot 636a67002f
!49103 fix tensorarray stack
Merge pull request !49103 from VectorSL/fix-tensorarry-stack
2023-02-20 11:51:23 +00:00
tanghuikang 8569480db6 DeviceAddress::MoveTo and Add SwapManager 2023-02-20 19:51:17 +08:00
i-robot c7cffb31aa
!49024 trans base_operator to op_parameter
Merge pull request !49024 from 周超/master3
2023-02-20 11:50:31 +00:00
i-robot 8744bbfe3d
!49121 Support None is input of real kernel.
Merge pull request !49121 from Margaret_wangrui/new_fallback_none_real_kernel
2023-02-20 11:47:44 +00:00
lby 807ff2d7da acl bug fix 2023-02-20 19:30:02 +08:00
yanzhenxiang2020 90cb39b5ca fix aicpu sparsetodensev2 2023-02-20 19:13:54 +08:00
i-robot 1eeeba149e
!49061 [bugfix] Fix I5YRQ8
Merge pull request !49061 from shaojunsong/fix/I5YRQ8
2023-02-20 11:09:14 +00:00
i-robot 1e0c5c719e
!49084 Fix cov error
Merge pull request !49084 from 冯一航/fix_cov_error
2023-02-20 10:57:39 +00:00
hbhu_bin 8f0ad78abb optimize c++ primitive head files 2023-02-20 18:44:08 +08:00
i-robot c56f4af79e
!49039 拦截ops.UniformCandidateSample算子GPU的Vmap特性的操作
Merge pull request !49039 from hujingsong/master
2023-02-20 10:33:07 +00:00