Commit Graph

42669 Commits

Author SHA1 Message Date
i-robot 4bb2d01f33
!33207 modify urls
Merge pull request !33207 from lvmingfu/code_docs_master15
2022-04-19 09:31:21 +00:00
i-robot 606288e1fe
!33238 cleancode
Merge pull request !33238 from 李林杰/cleancode2
2022-04-19 09:02:10 +00:00
i-robot 22c88b887e
!33230 Delete inner monad control in graph group.
Merge pull request !33230 from gaoyong10/dynamic_shape_01
2022-04-19 09:02:04 +00:00
i-robot 64c541eda4
!33244 [MSLITE] delete useless mindrt funcs
Merge pull request !33244 from ling/bug
2022-04-19 08:50:40 +00:00
i-robot 644cc19eb8
!33036 DVPP method adapt and lite whl package bugfix
Merge pull request !33036 from chenping/runtime
2022-04-19 08:42:48 +00:00
i-robot aec1dc77fb
!33282 [MSLite][OnDeviceTraining] Delete train_lenet case with old APIs
Merge pull request !33282 from lz/new_api
2022-04-19 08:19:37 +00:00
i-robot 9c13d69758
!33050 Remove make ref type ops
Merge pull request !33050 from chenfei_mindspore/master
2022-04-19 08:16:17 +00:00
i-robot a0f0df071a
!33162 Refactor Atomic Add
Merge pull request !33162 from jiaoy1224/refactor_atomic_add
2022-04-19 07:36:47 +00:00
i-robot f1f5b03454
!33217 modify files
Merge pull request !33217 from 宦晓玲/code_docs_0418
2022-04-19 07:13:48 +00:00
lz 8a5b84c9d6 delete train_lenet case using old APIs 2022-04-19 15:02:59 +08:00
i-robot fc7f6a384c
!33177 add lpNorm implement
Merge pull request !33177 from zhuzhongrui/pub_master3
2022-04-19 06:59:21 +00:00
i-robot 42e0db54f9
!33195 fix stridedslicegrad select bug
Merge pull request !33195 from Simson/op_infer
2022-04-19 06:59:18 +00:00
lilinjie 400388b317 clearer exceptions 2022-04-19 14:34:38 +08:00
i-robot 19416c19f7
!33094 add TensorScatter op fission
Merge pull request !33094 from yuchaojie/ir_fusion
2022-04-19 06:18:38 +00:00
i-robot 0f875b4908
!33225 [MS][LITE][parallel predict] infer manager add allocator
Merge pull request !33225 from yefeng/288-use_allocator_malloc_replace_malloc_in_infer_manager
2022-04-19 06:13:38 +00:00
i-robot 6058d1adb8
!33231 fix spincount
Merge pull request !33231 from fangzehua/fix_spin
2022-04-19 03:41:25 +00:00
i-robot 0e96cfb851
!32969 Raise exception when more than one summaryrecord are created in a process
Merge pull request !32969 from maning202007/summary_warning
2022-04-19 03:22:22 +00:00
i-robot 18965cd175
!33208 add_model
Merge pull request !33208 from qinzheng/add_model
2022-04-19 03:17:52 +00:00
yefeng 5eb97acccc use allocator malloc replace malloc in infer manager 2022-04-19 11:17:13 +08:00
i-robot 336aba4705
!33262 [MS][LITE][ST] update hms models to ci test
Merge pull request !33262 from luoyuan/update-ci-hmsmodels
2022-04-19 03:07:45 +00:00
i-robot 2a93877005
!33223 Add a cpu kernel, Invert.
Merge pull request !33223 from liqiliang/invert-cpu
2022-04-19 02:00:27 +00:00
gaoyong10 440bd16fc9 Delete inner monad control in graph group. 2022-04-19 09:48:23 +08:00
i-robot 9f93a9df42
!32808 [MS][LITE]Fix op parallel
Merge pull request !32808 from gongdaguo1/add_mep_op_para4
2022-04-19 01:46:14 +00:00
fangzehua 25a106b45a fix spincount 2022-04-19 09:45:44 +08:00
i-robot 4b21af5e34
!33246 [MS][LITE] refactor include of log_adapter.h
Merge pull request !33246 from cjh9368/op_develope
2022-04-19 01:34:13 +00:00
i-robot cab84d0bd1
!33232 Fix cuda implementation of IndexFill operator.
Merge pull request !33232 from hezhenhao1/add_index_fill
2022-04-19 01:23:48 +00:00
i-robot 0d88d67f48
!32971 Fix Bug of Finding Target Node
Merge pull request !32971 from jiaorui/fix-target
2022-04-19 01:19:08 +00:00
chenping38 13a744ec3f DVPP method adapt and lite whl package bugfix. 2022-04-19 09:15:07 +08:00
i-robot 0a5aae28e4
!33133 Fix control flow with fallback problem of change variable value.
Merge pull request !33133 from LiangZhibo/fallback_control_flow
2022-04-19 01:13:32 +00:00
i-robot c93fa9d53a
!33188 Delete convert_python_data in ValueToPyData
Merge pull request !33188 from LiangZhibo/pydata
2022-04-19 01:12:51 +00:00
i-robot ec7282587e
!33224 [Fallback] The fallback process is only used when limit the patterns (strings and % symbols) during ParseBinop.
Merge pull request !33224 from Margaret_wangrui/string_mod
2022-04-19 01:11:27 +00:00
i-robot 845e9c5451
!33220 [MS][OPS]add new cpu opertor Ger
Merge pull request !33220 from KXiong/master
2022-04-18 12:33:19 +00:00
liangzhibo 2705be3898 fix fallback control flow problem 2022-04-18 20:15:50 +08:00
luoyuan 2c90894b33 [MS][LITE][ST]update ci hmsmodels 2022-04-18 20:14:18 +08:00
i-robot 58f2d46683
!33222 Fix CPU/AICPU `PriorityReplayBuffer` `alpha` usage.
Merge pull request !33222 from chenweifeng/priority-replay-buffer-alpha
2022-04-18 12:11:09 +00:00
hezhenhao1 cae3b8e5ca Fix cuda implementation of IndexFill operator. 2022-04-18 20:10:44 +08:00
chenfei e76a6a9667 remove make ref key
rm all pass about ref

rm make ref key ops

add mindir file
2022-04-18 20:01:45 +08:00
cjh9368 10bd3bb9f3 [MS][LITE] refactor include of log_adapter.h 2022-04-18 19:23:58 +08:00
ling 772788c48f [MSLITE] delete useless mindrt funcs 2022-04-18 19:19:39 +08:00
liangzhibo 78a542164c Delete convert_python_data in ValueToPyData 2022-04-18 19:19:19 +08:00
Margaret_wangrui 46a30c44db [Fallback] The fallback process is only used when limit the patterns (strings and % symbols) during ParseBinop. 2022-04-18 19:16:52 +08:00
i-robot bbdbafbc15
!33022 [Fallback][Control_flow] When the condition is Interpret node, infer the switch with callback.
Merge pull request !33022 from Margaret_wangrui/switch_callback
2022-04-18 11:06:45 +00:00
i-robot 7a30d88066
!33175 Improve the stability of RPC
Merge pull request !33175 from chengang/bugfix_rpc_tcp
2022-04-18 10:54:39 +00:00
Yang Jiao 89e6d40524 refactor atomic add 2022-04-18 18:11:01 +08:00
simson b373833efb fix stridedslicegrad select bug 2022-04-18 17:49:37 +08:00
i-robot 2cf5fec6d9
!33132 fix a bug about wrong ValueError info
Merge pull request !33132 from 沈竞兴/fixbugr1.8
2022-04-18 09:21:18 +00:00
liqiliang ae8feacdfb Add a cpu kernel, Invert. 2022-04-18 17:14:07 +08:00
i-robot ea2083cd47
!33142 bc support per-tensor
Merge pull request !33142 from yeyunpeng2020/quant_cle_bak
2022-04-18 09:06:34 +00:00
i-robot a08af50239
!33115 quantizer new api
Merge pull request !33115 from liyan2022/dev_main
2022-04-18 08:54:57 +00:00
i-robot 967aeb658d
!33145 forbidden nullptr args in set value,shape,type
Merge pull request !33145 from huanghui/abstract-base
2022-04-18 08:48:19 +00:00