Commit Graph

58811 Commits

Author SHA1 Message Date
yanghaoran 5f3dd24481 remove ohos package from lite release, will add the real one back later 2022-12-17 15:36:15 +08:00
i-robot 5273229e69
!46569 [feat][assistant][I4XJGZ]add CrossEntropy
Merge pull request !46569 from 桂宁馨/CrossEntropy
2022-12-17 07:13:32 +00:00
i-robot c2f3751a17
!46930 Tensor tostring support uint64_t
Merge pull request !46930 from caifubi/master-pynative-bugfix
2022-12-17 04:46:32 +00:00
i-robot e4c167e682
!44038 [assistant][ops]AvgPool, AvgPoolGrad test
Merge pull request !44038 from Joseph_Lee/AvgPool
2022-12-17 04:13:38 +00:00
i-robot 97fd0dbe96
!46910 Code refine for embedding cache and adam optimizer
Merge pull request !46910 from zyli2020/dev
2022-12-16 11:01:30 +00:00
i-robot a381f51732
!46620 add new api GetTrainableParams in lite-training
Merge pull request !46620 from zhangyanhui/code_mas
2022-12-16 09:44:49 +00:00
i-robot 9ad974af8b
!46908 modify format
Merge pull request !46908 from 俞涵/code_docs_1110
2022-12-16 09:37:32 +00:00
i-robot b4c5a60160
!46902 [docs][API] Update adjoint docs
Merge pull request !46902 from shaojunsong/code_docs_adjoint
2022-12-16 09:32:12 +00:00
i-robot 30743eb8b1
!46857 fix duplicated graph compile in offload
Merge pull request !46857 from luoyang/fix-offload-perf
2022-12-16 09:31:59 +00:00
caifubi 1b350f3ea4 support uint64_t tensor to string 2022-12-16 17:20:08 +08:00
i-robot 4903aa6ed4
!46840 adapter to new interface for infer regestration
Merge pull request !46840 from chengbin/infer
2022-12-16 09:19:51 +00:00
i-robot 411a3c7e35
!45884 [Golden-Stick] support quant lenet model lite inference
Merge pull request !45884 from yangruoqi713/gs
2022-12-16 08:46:26 +00:00
i-robot bcbda941d2
!46858 Fix problems with document
Merge pull request !46858 from 刘勇琪/code_docs_master
2022-12-16 08:43:36 +00:00
i-robot 53a3e1d53d
!46906 Fix bug of exception raise in msvc
Merge pull request !46906 from chenfei_mindspore/runtime-err-fix
2022-12-16 08:19:29 +00:00
江南明洲 25bb7400bf AvgPool 2022-12-16 15:48:45 +08:00
i-robot 53fb746d18
!46903 remove parallel context init shape
Merge pull request !46903 from yangzhenzhang/rm-parallel-context-init-shape
2022-12-16 07:32:07 +00:00
liu-yongqi-63 665b4a11fc Fix problems with document and operator check formats 2022-12-16 15:24:36 +08:00
lizhenyu 4276d808cc code refine for embedding cache and adam optimizer 2022-12-16 15:21:00 +08:00
鄢立川 0b1442a106 [feat][assistant][I4XJGZ]add CrossEntropy 2022-12-16 15:03:27 +08:00
i-robot f8f414b097
!46845 code docs choice with mask
Merge pull request !46845 from changzherui/code_docs_choice_with_mask
2022-12-16 07:03:02 +00:00
i-robot 8fcc3eb9eb
!46897 Remove redundant code.
Merge pull request !46897 from Margaret_wangrui/MapParameter
2022-12-16 06:57:40 +00:00
huodagu eadcd91acb modify format 2022-12-16 14:57:36 +08:00
i-robot d388acdd57
!46792 [OPS] fix bug of hardsigmoid ascend ops dynamic shape
Merge pull request !46792 from yangruoqi713/ops
2022-12-16 06:52:19 +00:00
i-robot 957d2b3924
!46542 报错不合理整改(注册的实现方法类型检查)
Merge pull request !46542 from ligan/multitype_funcgraph
2022-12-16 06:47:15 +00:00
i-robot 9c183229e5
!46835 HSVToRGB算子异常入参导致报错segmentation fault
Merge pull request !46835 from ligan/hsv_to_rgb
2022-12-16 06:46:05 +00:00
i-robot 767f50c97d
!46899 算子优化移除原GPU实现
Merge pull request !46899 from KXiong/branch_elementwise
2022-12-16 06:37:02 +00:00
yangruoqi713 a92fdb3bbf [Golden-Stick] support quant conv model lite inference 2022-12-16 14:25:50 +08:00
chenfei ca1c23ada7 fix msvc exception handler register 2022-12-16 14:14:03 +08:00
ckey_Dou 3343b41cc1 adapter to new interface for infer regestration 2022-12-16 14:10:28 +08:00
i-robot bd0c70f272
!46889 stack gpu ops support float64,Complex64,Complex128 data type
Merge pull request !46889 from tan-wei-cheng/develop-twc-master
2022-12-16 04:23:12 +00:00
i-robot 2a6a7dea2b
!46898 takedown testcases to ensure gate stability
Merge pull request !46898 from yanghaoran/takedown_testcases
2022-12-16 03:50:35 +00:00
shaojunsong 776cdc2159 Update adjoint docs 2022-12-16 11:49:49 +08:00
yangzhenzhang 1a241d9626 rm parallel context init shape 2022-12-16 11:46:57 +08:00
xiongkun 43396a77a0 remove oneslike
remove logicalnot select

remove relu

remove unar_op

change inv

remove tanhgrad sigmoidgrad

remove sigmoid

tick

tick

cmake

tick

tick

revert

add tanh grad dytpe

tick
2022-12-16 11:43:16 +08:00
i-robot 985babaf51
!46780 fix bug of FractionalMaxPool3DWithFixedKsize
Merge pull request !46780 from 徐强/fracmaxpool_3d_fix
2022-12-16 03:34:17 +00:00
i-robot 23d243aa49
!46888 fix mirrorpad coredump on pynative
Merge pull request !46888 from 范吉斌/fix_pad_master
2022-12-16 03:26:49 +00:00
i-robot d12ef0f003
!46819 fix api bug
Merge pull request !46819 from 于振华/master
2022-12-16 03:21:59 +00:00
i-robot e3c027e40e
!46813 add warning info in exportModel & modify API info in model.h
Merge pull request !46813 from zhangyanhui/develop_mas
2022-12-16 03:08:59 +00:00
i-robot ab15bf25b4
!46876 Add applyftrl type check and convert
Merge pull request !46876 from 冯一航/add_applyftrl_type_check
2022-12-16 03:04:06 +00:00
i-robot 467649308f
!46793 runtime support kernel backoff generalization
Merge pull request !46793 from limingqi107/new_actor_runtime
2022-12-16 02:57:56 +00:00
yangruoqi713 d146df7c14 [OPS] fix bug od hardsigmoid ascend ops dynamic shape 2022-12-16 10:55:43 +08:00
ligan 32d365150f hsv_to_rgb 2022-12-16 10:48:41 +08:00
ligan 462c4db400 multitype_funcgraph 2022-12-16 10:37:13 +08:00
Margaret_wangrui c48f66fbdc Remove redundant code. 2022-12-16 10:33:13 +08:00
yanghaoran 64619cfd2c takedown testcases to ensure gate stability 2022-12-16 10:25:25 +08:00
i-robot 49bf9a8ad2
!46806 support perlayer && update_mindir
Merge pull request !46806 from yeyunpeng2020/master_quant_flag_ci_2
2022-12-16 01:57:29 +00:00
i-robot f6fae74431
!46869 Sync step at data prepare phase.
Merge pull request !46869 from ZPaC/sync-steps
2022-12-16 01:52:23 +00:00
twc 56cc1d917c stack gpu ops support float64,Complex64,Complex128 data type 2022-12-16 09:32:29 +08:00
i-robot b5ff5cdb35
!46766 add func train test case for parallel
Merge pull request !46766 from yangzhenzhang/add-func-train-test-case-for-parallel
2022-12-16 01:27:50 +00:00
i-robot dce946d907
!43960 [assistant][ops] ApplyAdagrad Add dtype
Merge pull request !43960 from Joseph_Lee/ApplyAdagrad
2022-12-16 01:03:24 +00:00