rainyhorse
7ccc970934
新增深度概率用例
4 years ago
mindspore-ci-bot
a84a5215ca
!11750 fix resize_base bug & fix fp16subgraph bug when const-input gather exist
...
From: @hangangqiang
Reviewed-by: @zhanghaibo5,@ddwsky
Signed-off-by: @zhanghaibo5
4 years ago
mindspore-ci-bot
9e2e936806
!11690 [MS][RDR] support env_config_path to set the config file for DFX
...
From: @luopengting
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
4b3e53b4d2
!11712 replace DepthWiseConv with nn.Conv2D
...
From: @yuchaojie
Reviewed-by: @kingxian,@c_34
Signed-off-by: @kingxian
4 years ago
hangangqiang
820c59972b
fix resize_base bug
4 years ago
mindspore-ci-bot
7af2d44cd2
!11615 Add EluGrad for CPU
...
From: @he-botao
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
7279aecddd
!11751 Update the release notes about the change of nn.LinSpace and ops.LinSpace interface on 1.1.0
...
From: @wangshuide2020
Reviewed-by: @liangchenghui,@ljl0711
Signed-off-by: @liangchenghui
4 years ago
wangshuide2020
e03481e5e4
update the release notes about the change of nn.LinSpace and ops.LinSpace on 1.1.0
4 years ago
mindspore-ci-bot
ed940a5b64
!11697 [MS][LITE][CPU]initialize time reduction
...
From: @fuzhiye
Reviewed-by: @zhang_xue_tong
Signed-off-by:
4 years ago
mindspore-ci-bot
ca675c0521
!11665 [GraphKernel] Add parallel fusion support to master.
...
From: @tronzhang
Reviewed-by: @gaoxiong1,@ckey_dou
Signed-off-by: @ckey_dou
4 years ago
luopengting
4683ecc06b
support env_config_path to set the config file for DFX
...
1. add env_config_path for ms_context
2. add EnvConfigParser to parse config
3. add in CMakeLists
4. clang-format, cpplint
5. fix spelling in ms_context
Use EnvConfigParser in the constructed function of base_recorder,
when a recorder is initialized, its direcctory will be set as the
value from config file. In addition, recorder_manager will get the
'enable' from config file. If 'enable' is true and the path is not a
valid value, it will be the default value: './rdr'.
4 years ago
mindspore-ci-bot
159cd250d7
!11703 [MSLITE][Develop] optimize fp16 sigmoid and tanh
...
From: @sunsuodong
Reviewed-by: @zhanghaibo5,@zhang_xue_tong
Signed-off-by: @zhang_xue_tong
4 years ago
mindspore-ci-bot
c8fa7798f1
!11719 [MSLITE][DEVELOP] fix bug of npu op: Rsqrt, Scale and Arithmetic
...
From: @yangruoqi713
Reviewed-by: @zhang_xue_tong,@zhanghaibo5
Signed-off-by: @zhang_xue_tong
4 years ago
mindspore-ci-bot
ca23f2bfd8
!11585 Extract Functions in SOMAS
...
From: @laiyongqiang
Reviewed-by:
Signed-off-by:
4 years ago
fuzhiye
f9a427619e
fp16 conv init time cost reduction
4 years ago
mindspore-ci-bot
00c5a0ddf1
!11668 add FlattenGrad op for inceptionv3-cpu
...
From: @caojian05
Reviewed-by: @wuxuejian,@oacjiewen
Signed-off-by: @wuxuejian
4 years ago
mindspore-ci-bot
f42c02fd85
!11539 Fix the bug of Profiler timestamp variated between each process in multi-card scene
...
From: @gzhcv
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
03f88c6f44
!11271 Fix the bug of step_trace cannot get the step_trace_point name in callback scene
...
From: @gzhcv
Reviewed-by: @ouwenchang,@lilongfei15
Signed-off-by: @lilongfei15
4 years ago
mindspore-ci-bot
5d69b64464
!11670 Add communication op name for timeline
...
From: @gzhcv
Reviewed-by: @wenkai_dist,@ouwenchang
Signed-off-by: @ouwenchang
4 years ago
mindspore-ci-bot
316e78fe6d
!11732 bert scripts modify to extract embedding tables in construct
...
From: @shibeiji
Reviewed-by: @linqingke,@c_34
Signed-off-by: @c_34
4 years ago
mindspore-ci-bot
ae348efa3c
!11701 [MS][LITE][Develop] Modify layer_norm and codex clean
...
From: @pengyongrong
Reviewed-by: @ddwsky,@zhanghaibo5
Signed-off-by: @ddwsky
4 years ago
mindspore-ci-bot
8e1a556e67
!11718 update timedistributed document
...
From: @dinglongwei
Reviewed-by: @liangchenghui,@c_34
Signed-off-by: @liangchenghui,@c_34
4 years ago
mindspore-ci-bot
15024df14b
!11714 fix bug of caffe split parser
...
From: @cjh9368
Reviewed-by: @hangangqiang,@zhanghaibo5
Signed-off-by: @hangangqiang
4 years ago
laiyongqiang
c02a707831
extract functions in SOMAS
4 years ago
mindspore-ci-bot
941cb499d8
!11725 [MS][LITE] fix bug of nested loop expand
...
From: @mengyuanli
Reviewed-by: @hangangqiang,@zhanghaibo5
Signed-off-by: @hangangqiang
4 years ago
mindspore-ci-bot
fde8626544
!11513 Add dynamic shape support and testcases to GPU Reduce ops
...
From: @TFbunny
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @robingrosman
4 years ago
TFBunny
6cd7dc42e9
add testcases and dynamic shape to reduce ops
4 years ago
mindspore-ci-bot
4cd6588af0
!11393 Migrating cache transform pass from execution tree to IR tree
...
From: @lixiachen
Reviewed-by:
Signed-off-by:
4 years ago
mengyuanli
a8f0f63e05
fix bug of nested loop expand
4 years ago
shibeiji
3ec3f038ad
extract bert embedding tables in construct
4 years ago
yuchaojie
212d7ebd0b
replace DepthWiseConv with nn.Conv2D
4 years ago
mindspore-ci-bot
4719a66be6
!11716 [MS][LITE]fix bug of tensorliset when elementshape is nullptr
...
From: @mengyuanli
Reviewed-by: @hangangqiang,@zhanghaibo5
Signed-off-by: @hangangqiang
4 years ago
sunsuodong
f595f5b133
optimize sigmoid and tanh
4 years ago
yangruoqi713
3dbf47b38e
[MSLITE][DEVELOP] fix bug of npu op: Rsqrt, Scale and Arithmetic
4 years ago
mengyuanli
394555853f
fix bug of tensorlist
4 years ago
mindspore-ci-bot
257fcea17a
!11020 [MS][LITE][Develop]fix CodeDEX warnings
...
From: @lx0095
Reviewed-by: @zhanghaibo5,@zhang_xue_tong
Signed-off-by: @zhang_xue_tong
4 years ago
mindspore-ci-bot
91d733a0c1
!11693 [MSLITE] batchnorm to scale bug
...
From: @ling_qiao_min
Reviewed-by: @hangangqiang,@zhanghaibo5
Signed-off-by: @hangangqiang
4 years ago
tronzhang
d078cbfa99
support parallel fusion
4 years ago
dinglongwei
12e6f32ae1
update timedistributed document
4 years ago
mindspore-ci-bot
b2cd022c5f
!11572 modify_release_note
...
From: @Somnus2020
Reviewed-by: @wangnan39
Signed-off-by:
4 years ago
cjh9368
4ebdccad11
fix caffe reduce parser bug
4 years ago
mindspore-ci-bot
475e1080d6
!11699 [MS][LITE]fix bug of expanding nested loop
...
From: @mengyuanli
Reviewed-by: @hangangqiang,@zhanghaibo5
Signed-off-by: @hangangqiang
4 years ago
mindspore-ci-bot
b9e1c3f045
!11530 support call inner net attr
...
From: @zhangbuxue
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
a50a65adf9
!11675 fix undefined symbol error when akg is loaded in arm ubuntu environment
...
From: @wyann22
Reviewed-by: @anyrenwei,@ckey_dou
Signed-off-by: @ckey_dou
4 years ago
mindspore-ci-bot
cd22f43019
!11607 【GraphKernel】Raise akg ReduceSum precision
...
From: @dayschan
Reviewed-by: @gaoxiong1,@ckey_dou
Signed-off-by: @ckey_dou
4 years ago
Pengyongrong
21ebb6ebb3
modify layernorm 2021/1/27
4 years ago
lilei
824fcc75c1
modify_release_note
4 years ago
mindspore-ci-bot
e21bc108cd
!11687 Modify waring
...
From: @shenwei41
Reviewed-by: @liucunwei,@heleiwang
Signed-off-by: @liucunwei
4 years ago
buxue
3d33c4fed3
support call inner net attr
4 years ago
mindspore-ci-bot
da69255c22
!11643 Changed the style of variables and functions in lite java files to lower camel case.
...
From: @louisncu
Reviewed-by: @hangangqiang,@HilbertDavid
Signed-off-by: @hangangqiang
4 years ago