Commit Graph

33267 Commits

Author SHA1 Message Date
liyong 41e8280f55 add mindrecord overwrite 2021-11-01 10:44:20 +08:00
i-robot 027adf9fff !25692 310 support ocr model
Merge pull request !25692 from zhengyuanhua/model_br1
2021-11-01 02:36:41 +00:00
i-robot e80639357d !25374 Adapt Custom Op to Pyfunc Kernel
Merge pull request !25374 from jiaoy1224/arithmetic
2021-11-01 02:23:26 +00:00
i-robot 5d60c8dd7a !25594 Add examples for MindData C++ API - stage 2
Merge pull request !25594 from luoyang/cppdoc
2021-11-01 01:33:09 +00:00
i-robot 5ed7040d4c !25603 fix can not find cache json error
Merge pull request !25603 from liubuyu/bug_fix2
2021-11-01 00:53:53 +00:00
zhengyuanhua 891591444e support ocr model 2021-10-31 22:13:54 +08:00
Yang Jiao 9bcf28d15d adapt custom op to pyfunc kernel 2021-10-31 22:08:10 +08:00
i-robot 3452d6e55d !25527 Support float64 for CPU OP, including arithmetic, reshape, scatter_nd_update, select.
Merge pull request !25527 from hezhenhao1/add_double
2021-10-30 10:33:48 +00:00
i-robot 2be5c8c2d8 !25266 [feat] [assistant] [I48OFM] Implement dynamic shape for L2Loss
Merge pull request !25266 from 彭涛/op_l2loss
2021-10-30 10:31:12 +00:00
i-robot 42b69d697b !25674 edit api comments format in mindspore.nn
Merge pull request !25674 from liutongtong9/code_docs_comments
2021-10-30 10:19:42 +00:00
i-robot fd4eeee485 !25682 [MS][LITE]clean code
Merge pull request !25682 from mengyuanli/bugfix
2021-10-30 10:07:38 +00:00
i-robot f0b38f53e8 !25660 update dynamic stitch
Merge pull request !25660 from VectorSL/dynamic_stitch-2
2021-10-30 10:04:22 +00:00
i-robot 45882752ba !25644 [Fallback] Support builtin type
Merge pull request !25644 from huangbingjian/fallback_set
2021-10-30 10:01:52 +00:00
i-robot f16ed11237 !25651 Add some fallback testcases
Merge pull request !25651 from Margaret_wangrui/fallback_tests
2021-10-30 09:21:46 +00:00
i-robot c5b8f4d6b9 !25645 Raise RuntimeError when using HCCL_LIB_CTYPES in PYNATIVE_MODE
Merge pull request !25645 from caifubi/master-pynative-hccl
2021-10-30 09:17:29 +00:00
i-robot 78567b44f4 !25667 format description
Merge pull request !25667 from zhuyuxiao/I4G2WC
2021-10-30 09:15:25 +00:00
i-robot 5e701ab19d !25572 fix dynamic_pointer_cast to cast
Merge pull request !25572 from yeyunpeng2020/master
2021-10-30 09:07:18 +00:00
i-robot 80bed6c7c5 !25608 add GPU trsm 2d matrix support
Merge pull request !25608 from zhujingxuan/master
2021-10-30 08:44:24 +00:00
mengyuanli 3020d2475f clean code 2021-10-30 16:13:55 +08:00
i-robot bf20022e18 !25469 clean code
Merge pull request !25469 from bichaoyang/master
2021-10-30 08:00:45 +00:00
i-robot 9f3ef739ec !25366 [feat] [assistant] [I48OAE] "cos infer with dynamic shape"
Merge pull request !25366 from 刘立博/cos
2021-10-30 07:43:12 +00:00
YangLuo bf27d374ef Add examples for MindData C++ API - stage 2 2021-10-30 15:41:53 +08:00
i-robot 55c0ba88b5 !25659 fix doc and example
Merge pull request !25659 from yanzhenxiang2020/fix_1.6_issue_yzx
2021-10-30 07:02:59 +00:00
yeyunpeng2020 27c4815fc2 fix dynamic_pointer_cast to cast && avoid int mul overflow 2021-10-30 15:02:15 +08:00
i-robot 4951fb877c !25428 Patch CVE-2021-3711 and CVE-2021-3712 for openssl
Merge pull request !25428 from liuluobin/master_patch_openssl
2021-10-30 06:56:21 +00:00
huangbingjian 5063ee55bc [Fallback] Support builtin type: set, dict, slice, bool, int, float, str 2021-10-30 14:54:59 +08:00
i-robot 682be52561 !25675 Fix the random failure of ut tests in ci
Merge pull request !25675 from YuJianfeng/clean
2021-10-30 06:49:28 +00:00
i-robot b7af2b0cf7 !25470 Fix geting profiling job id fail when there are more than one JOB dirs in profiler output path
Merge pull request !25470 from ougongchang/fix_job_id
2021-10-30 06:35:19 +00:00
i-robot 99478687f8 !25653 fix conv2d and depthwise_conv2d weight、matmul free bug
Merge pull request !25653 from Greatpan/master
2021-10-30 06:28:18 +00:00
i-robot 6794490f4c !25467 Add distributed directory.
Merge pull request !25467 from ZPaC/dir-of-distributed
2021-10-30 06:24:18 +00:00
i-robot e2f7173b49 !25484 fix waring
Merge pull request !25484 from shenwei41/master
2021-10-30 06:16:25 +00:00
zhujingxuan fb1805de30 add GPU trsm 2d matrix support 2021-10-30 14:11:52 +08:00
yujianfeng 195563c67f Fix the random failure of ut tests in ci 2021-10-30 14:09:12 +08:00
i-robot 6f50a72575 !25604 [MS][LITE]move call inputs to partial inputs
Merge pull request !25604 from mengyuanli/support_switch_layer
2021-10-30 06:07:38 +00:00
hezhenhao1 92aee7c6fe Support float64 for CPU OP, including arithmetic, reshape, scatter_nd_update, select. And Fix floor.cc. 2021-10-30 12:41:26 +08:00
liutongtong 48e2b62f0c edit comments format for mindspore.nn 2021-10-30 12:29:03 +08:00
i-robot 0686f690e7 !25663 [MS][LITE]fix bug of int32_t overflow
Merge pull request !25663 from mengyuanli/bugfix
2021-10-30 03:51:00 +00:00
ougongchang 34f6b50b17 Fix get profiling job id fail when there are more than one JOB dirs in profiler output path 2021-10-30 11:47:18 +08:00
i-robot b2378aed6e !25649 Modify white list for master
Merge pull request !25649 from liuyang/master_white_list
2021-10-30 03:30:55 +00:00
i-robot ef1a1d9d64 !25532 [MS][LITE][QAT] fix python api
Merge pull request !25532 from yefeng/180-QAT_python_API-master
2021-10-30 03:29:02 +00:00
jjfeing dcf7cc5347 !25669 update readme, add 1.4 and 1.5 maintenace info
Merge pull request !25669 from yanghaoran/master
2021-10-30 03:23:18 +00:00
Artlesbol 4fe0803ecf [feat] [assistant] [I48OAE] cos infer with dynamic shape 2021-10-30 11:21:31 +08:00
i-robot 020a54398a !25473 Model support dataset that shape is dynamic
Merge pull request !25473 from wangnan39/model_adapt_dynamic_shape_dataset
2021-10-30 03:21:00 +00:00
yanghaoran 8e9ff4bbb9 update readme, add 1.4 and 1.5 maintenace info 2021-10-30 11:03:50 +08:00
zhuyuxiao 52dcd9544f format description 2021-10-30 11:02:23 +08:00
greatpanc ad9c8c52dc fix conv2d and depthwise_conv2d、matmul weight bug 2021-10-30 11:02:04 +08:00
mengyuanli 061e9f32f9 fix bug of int32_t overflow 2021-10-30 10:50:12 +08:00
i-robot d09c93b3c8 !25535 [MSLITE] mindrt bug
Merge pull request !25535 from ling/mindrt
2021-10-30 02:27:32 +00:00
VectorSL 6d2704b227 change test level 2021-10-30 10:19:18 +08:00
mengyuanli c9c94b7340 move call inputs to partial op intpus 2021-10-30 10:00:05 +08:00