yingchen
|
93f4413861
|
add api cn
|
2021-11-16 16:11:45 +08:00 |
i-robot
|
9392fc38bc
|
!26251 fix error for mixed precision on pynative mode
Merge pull request !26251 from chujinjin/fix_mixed_precision_for_pynative
|
2021-11-15 03:26:17 +00:00 |
i-robot
|
9522ee9686
|
!25703 [assistant][ops] Add math operator LpNorm
Merge pull request !25703 from 孟权令/LpNorm
|
2021-11-15 02:36:54 +00:00 |
i-robot
|
ff3d5e2f29
|
!26210 [MS][LITE]fix bug of anf export and mindir adjust
Merge pull request !26210 from mengyuanli/support_switch_layer
|
2021-11-15 02:14:54 +00:00 |
i-robot
|
5e12f336f2
|
!26112 Move functions from AnfAlgo to AnfUtils
Merge pull request !26112 from DeshiChen/1105_anfalgo
|
2021-11-15 01:53:23 +00:00 |
i-robot
|
c8e303f9a7
|
!26253 [MS][LITE][develop] fix vs build and run bug
Merge pull request !26253 from sunsuodong/fix_vs_build
|
2021-11-15 01:41:29 +00:00 |
i-robot
|
9b36f538f0
|
!24138 [MS][LITE][develop] add fp16 resize kernel
Merge pull request !24138 from sunsuodong/add_fp16_kernel
|
2021-11-15 01:37:07 +00:00 |
i-robot
|
da370f66a4
|
!26189 fix memory leak
Merge pull request !26189 from yeyunpeng2020/fuzz
|
2021-11-15 01:25:17 +00:00 |
i-robot
|
4faaca4df9
|
!26182 Fix mindir export type not support problem and import None type problem
Merge pull request !26182 from LiangZhibo/master
|
2021-11-15 01:13:04 +00:00 |
sunsuodong
|
83875cf9b8
|
fix vs build
|
2021-11-13 18:46:12 -08:00 |
sunsuodong
|
3d1066b6a0
|
add fp16 resize kernel
|
2021-11-13 02:22:29 -08:00 |
chujinjin
|
abf019d95f
|
fix mixed precision for pynative
|
2021-11-13 16:57:19 +08:00 |
i-robot
|
5c573e6d7d
|
!26237 disable opencv CV_TRACE
Merge pull request !26237 from guozhijian/disable_opencv_cv_trace
|
2021-11-13 08:46:06 +00:00 |
i-robot
|
7c7c80de26
|
!26191 [MSLITE] Move BatchNorm convert to scale fusion pass to anftransform.
Merge pull request !26191 from wangshaocong/bn_fusion
|
2021-11-13 08:28:05 +00:00 |
i-robot
|
aad9d146a3
|
!26166 optimize mixed precision performance for pynative
Merge pull request !26166 from chujinjin/optimize_mixed_precision_performance_for_pynative
|
2021-11-13 06:20:43 +00:00 |
i-robot
|
9a0be9152c
|
!26174 [MS][LITE] add tf unpack parser and allow ConstantOfShape to output tensor without elements
Merge pull request !26174 from XianglongZeng/myms_new
|
2021-11-13 02:23:18 +00:00 |
jonyguo
|
dc1d0a3b51
|
disable opencv CV_TRACE which cause memory usage increacing
|
2021-11-13 09:40:44 +08:00 |
i-robot
|
04da5c2808
|
!26140 Add callback support to BatchOp Datasets to enable Add/Remove workers
Merge pull request !26140 from h.farahat/cb_batch
|
2021-11-12 17:23:19 +00:00 |
i-robot
|
0cf592db7a
|
!26040 unified runtime support single thread execution and optimize execution performance by cost mode
Merge pull request !26040 from limingqi107/new_actor_runtime
|
2021-11-12 12:26:08 +00:00 |
i-robot
|
470acf2920
|
!26144 update setup.py with asttokens require version
Merge pull request !26144 from huanghui/upgrade-asttokens-version
|
2021-11-12 11:48:02 +00:00 |
i-robot
|
abcb458b28
|
!26167 fusion atomic clean
Merge pull request !26167 from liubuyu/bug_fix
|
2021-11-12 11:46:21 +00:00 |
i-robot
|
f2e6dc286c
|
!26116 add NodeDebugInfo for fusion nodes
Merge pull request !26116 from yuchaojie/ir_fusion3
|
2021-11-12 10:01:27 +00:00 |
i-robot
|
f7a1a6d47b
|
!26150 sync akg to fix CI case and fix compile error in lite_windows
Merge pull request !26150 from chenlei_autodiff/sync_akg
|
2021-11-12 09:52:18 +00:00 |
l00591931
|
2e1319005b
|
Fix mindir export and import problem
|
2021-11-12 17:48:26 +08:00 |
i-robot
|
8a28dd4da2
|
!26199 [MSLITE] add abs op and fix bugs in tensorrt delegate
Merge pull request !26199 from Liu_Xuu/trt_1111_shengwen2
|
2021-11-12 09:47:55 +00:00 |
i-robot
|
5211733add
|
!25614 [GraphKernel] Enable parallel fusion in Ascend and enhance parallel feature.
Merge pull request !25614 from TronZhang/parallel_support_in_ascend
|
2021-11-12 09:44:03 +00:00 |
chujinjin
|
4eebb43f62
|
optimize mixed precision performance for pynative
|
2021-11-12 17:31:26 +08:00 |
i-robot
|
ca2076dede
|
!25394 [feat][assistant][I48OBZ]add dynamic shape for Invert operation
Merge pull request !25394 from zhixinaa/Invert
|
2021-11-12 09:30:22 +00:00 |
i-robot
|
1ab52e855a
|
!26175 [MSLITE] mindspore model type delet flatbuffer
Merge pull request !26175 from ling/sr
|
2021-11-12 09:29:24 +00:00 |
limingqi107
|
52a182448e
|
unified runtime support single thread execution and optimize execution performance by cost mode
|
2021-11-12 17:22:38 +08:00 |
i-robot
|
9916e5844d
|
!26170 Fix cyclomatic complexity
Merge pull request !26170 from hewei/fix_ccn
|
2021-11-12 09:18:05 +00:00 |
i-robot
|
256993b67c
|
!26153 Clean pc lint warning
Merge pull request !26153 from JoyLvliang/fix_pc_lint_problem
|
2021-11-12 09:10:04 +00:00 |
i-robot
|
e154dca4b1
|
!22193 [assistant][ops] Add new loader operator DBpedia
Merge pull request !22193 from 杨旭华/DBpedia
|
2021-11-12 09:02:28 +00:00 |
i-robot
|
48c7b73fd1
|
!26098 Remove explainer code
Merge pull request !26098 from TonyNG/remove_explainer
|
2021-11-12 08:33:11 +00:00 |
wang_shaocong
|
fdd3522f8c
|
[MSLITE] BatchNorm to scale fusion
|
2021-11-12 16:14:45 +08:00 |
i-robot
|
b3c085ab81
|
!26196 add api cn parameter
Merge pull request !26196 from yingchen/code_docs_api2
|
2021-11-12 08:14:10 +00:00 |
i-robot
|
5c17624c1e
|
!26173 Remove the test case.
Merge pull request !26173 from Margaret_wangrui/remove_tests
|
2021-11-12 08:03:59 +00:00 |
i-robot
|
be86b7dfd8
|
!26128 Add SparseSoftmatCrossEntropyWithLogits Unify MindIR Pass
Merge pull request !26128 from hwjiaorui/fix-sparse-pass
|
2021-11-12 08:03:00 +00:00 |
chenlei_autodiff
|
93ed4033b6
|
sync akg code.
|
2021-11-12 16:02:40 +08:00 |
i-robot
|
50a37e4e8e
|
!26102 Ascend Device Context for MindRT
Merge pull request !26102 from hwjiaorui/ascend_context
|
2021-11-12 07:56:24 +00:00 |
mengyuanli
|
03cdc7b20e
|
fix bug of anf_export and mindir_adjust_pass
|
2021-11-12 15:53:48 +08:00 |
i-robot
|
ddf345bdb3
|
!26185 [MSLITE][DEVELOP] fix bug of memory leak
Merge pull request !26185 from yangruoqi713/master
|
2021-11-12 07:51:48 +00:00 |
i-robot
|
bfc24af47d
|
!26124 add pad adjust to debug ocr model precision
Merge pull request !26124 from zhengyuanhua/model_br1
|
2021-11-12 07:50:48 +00:00 |
tronzhang
|
e2a0c0d613
|
support parallel for ascend
|
2021-11-12 15:38:11 +08:00 |
i-robot
|
95f0c98747
|
!26186 Fix bug: AbsGrad support int as input.
Merge pull request !26186 from hezhenhao1/master
|
2021-11-12 07:20:58 +00:00 |
yingchen
|
cb697a9780
|
add 2 api cn
|
2021-11-12 15:13:35 +08:00 |
i-robot
|
30c0bc5a96
|
!26169 Add EnableAscendMIndRT Environment Variable
Merge pull request !26169 from hwjiaorui/enable_ascend_mindrt
|
2021-11-12 06:40:56 +00:00 |
i-robot
|
0f07408425
|
!26034 F.grad support sens_param and fix graph_mode bug
Merge pull request !26034 from zhang_sss/grad
|
2021-11-12 06:38:15 +00:00 |
i-robot
|
e773f0621e
|
!25918 add Function jvp and vjp
Merge pull request !25918 from chenzhuo/jvp
|
2021-11-12 06:37:46 +00:00 |
i-robot
|
5869e02fa1
|
!26135 Enable tuple input of optimizer as variable
Merge pull request !26135 from LiangZhibo/broaden3
|
2021-11-12 06:29:35 +00:00 |