zhangzhaoju
|
610ee46ebe
|
Add file open failure info while file open failed
|
2021-08-03 19:52:38 +08:00 |
lianliguang
|
96d656aa00
|
support uint for mindir datatype
|
2021-07-29 16:11:43 +08:00 |
i-robot
|
7b8a82acf4
|
!20936 add version of mindir
Merge pull request !20936 from lianliguang/add_version_of_mind_ir
|
2021-07-28 08:50:32 +00:00 |
lianliguang
|
e63f39b80e
|
add version
|
2021-07-28 10:47:02 +08:00 |
chenhaozhe
|
ee52a7d1c8
|
fix some warnings in transform graph ir
|
2021-07-26 19:34:59 +08:00 |
i-robot
|
2c94b631a7
|
!20346 clean pclint
Merge pull request !20346 from wangnan39/pclint_clean
|
2021-07-19 01:45:20 +00:00 |
王南
|
4483fbd171
|
pclint clean
|
2021-07-15 18:50:40 +08:00 |
liuyang_655
|
2d14b5b331
|
code check master
|
2021-07-09 20:14:12 +08:00 |
wangshuide2020
|
318c8a2fc6
|
change input_size of Conv3dTranpose from INPUT_ATTR_MAP to ATTR_MAP.
|
2021-07-07 16:05:08 +08:00 |
changzherui
|
ff745a55f9
|
modify export air parameter format
|
2021-07-03 00:24:11 +08:00 |
l00591931
|
8ae5d7cc84
|
Fix compile cache for resnet50
|
2021-06-24 14:36:24 +08:00 |
yujianfeng
|
e88d058787
|
Add bprop cache
|
2021-06-18 09:31:46 +08:00 |
liuyang_655
|
bf33c04ff7
|
Add onnx export
|
2021-06-01 20:18:45 +08:00 |
zhoufeng
|
0787efad03
|
move conv transpose pass from common to unify mindir, for pynative
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
|
2021-05-31 19:52:47 +08:00 |
mindspore-ci-bot
|
f6082d6a86
|
!17256 fix code for master
From: @changzherui
Reviewed-by: @zhoufeng54,@kingxian
Signed-off-by: @kingxian
|
2021-05-31 14:07:38 +08:00 |
yujianfeng
|
7cea682c7d
|
Add func_graph caching after validate action
|
2021-05-30 13:00:35 +08:00 |
changzherui
|
f92d904fcc
|
fix code for 1.2
|
2021-05-28 22:42:25 +08:00 |
changzherui
|
d9e2da299d
|
Revert "!16599 c++ infer for conv2dbackpropfilter and conv2dbackpropinput"
This reverts commit 3be79efd80, reversing
changes made to cf4479756a.
|
2021-05-27 22:24:13 +08:00 |
wangshuide2020
|
c39f64ed18
|
fix the adapter of UnsortedSegmentProd, UnsortedSegmentMax and AccumulateNV2 problem for graphengine.
|
2021-05-25 10:46:30 +08:00 |
mindspore-ci-bot
|
d6ab89dad9
|
!16500 add adapter of AccumulateNV2, ActsULQ, ReLUV2, etc. for graphengine.
From: @wangshuide2020
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @liangchenghui
|
2021-05-19 09:23:02 +08:00 |
wangshuide2020
|
bbabf64df4
|
add adapter of AccumulateNV2, ActsULQ, ReLUV2, etc. for graphengine.
|
2021-05-18 09:03:28 +08:00 |
changzherui
|
b24b1a8b32
|
mindir support cnode's shape has tuplevalue
|
2021-05-17 22:05:26 +08:00 |
wangshuide2020
|
4081ba0fc8
|
add adapter of ScatterAdd, Selu, Xlogy, etc. for graphengine.
|
2021-05-14 16:22:01 +08:00 |
mindspore-ci-bot
|
f3aaf9b20f
|
!16103 [MS][LITE] move mindir proto to core
From: @jianghui58
Reviewed-by: @zhoufeng54,@jpc_chenjianping
Signed-off-by: @jpc_chenjianping
|
2021-05-10 11:08:53 +08:00 |
jianghui58
|
d5ecee383a
|
move mindir proto to core
|
2021-05-08 16:40:42 +08:00 |
wangshuide2020
|
9f058af6d8
|
add adapter of Erf, Expm1, Inv, etc. for graphengine.
|
2021-05-08 16:00:55 +08:00 |
mindspore-ci-bot
|
eeb32f410e
|
!15365 All the descriptions of batch normal under the mindspore folder have been uniformly updated to "Batch Normalization"
From: @dinglinhe123
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
|
2021-04-20 09:20:41 +08:00 |
dinglinhe
|
865cf68243
|
All the descriptions of batch normal under the mindspore folder have been uniformly updated to 'Batch Normalization'
|
2021-04-19 16:37:51 +08:00 |
changzherui
|
69b58e1ef5
|
modify export onnx input
|
2021-04-19 15:46:16 +08:00 |
changzherui
|
7781f135cc
|
modify topk adapter
|
2021-04-15 18:53:10 +08:00 |
wangshuide2020
|
a0a260dca1
|
add adapter of Conv3D and Conv3DTranspose operators for graphengine.
|
2021-04-14 21:56:54 +08:00 |
changzherui
|
f1543b69f2
|
modify adapter tensor size limit for ma
|
2021-04-12 23:22:42 +08:00 |
wangshuide2020
|
4e8bfc2862
|
1.add adapter of Mod, MaxPool3D and BCEWithLogitsLoss operators for graphengine.
2.fix the backword of matrixinverse.
|
2021-04-09 16:52:17 +08:00 |
mindspore-ci-bot
|
e2260a2f09
|
!14612 remove ControlDepend
From: @huangbingjian
Reviewed-by:
Signed-off-by:
|
2021-04-07 18:36:29 +08:00 |
huangbingjian
|
63a89925ff
|
remove ControlDepend and its use
|
2021-04-07 11:30:40 +08:00 |
changzherui
|
e9ab8016eb
|
add read air proto func
|
2021-04-07 00:46:28 +08:00 |
mindspore-ci-bot
|
d00ad5f11b
|
!14504 Add onnx exporter error info
From: @liuyang_655
Reviewed-by: @zh_qh,@zhunaipan
Signed-off-by: @zh_qh
|
2021-04-02 08:54:41 +08:00 |
liuyang_655
|
8a3c74a722
|
add error info
|
2021-04-01 16:30:00 +08:00 |
changzherui
|
c7323b39b3
|
modify export mindir tuple[]
|
2021-03-31 19:56:42 +08:00 |
mindspore-ci-bot
|
dfd368a574
|
!12757 Change all io_format in master
From: @liangzhibo
Reviewed-by: @kingxian
Signed-off-by: @kingxian
|
2021-03-25 10:20:44 +08:00 |
zhoufeng
|
ec7f9f395a
|
fix cmake lint
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
|
2021-03-21 15:43:33 +08:00 |
l00591931
|
7a683ed293
|
Change all io_format in master
|
2021-03-20 08:41:08 +08:00 |
mindspore-ci-bot
|
17654135aa
|
!13233 modify attr_target when load and export
From: @wangnan39
Reviewed-by:
Signed-off-by:
|
2021-03-17 14:45:44 +08:00 |
wangnan39@huawei.com
|
93b1243806
|
modify attr_target when load and export
|
2021-03-16 19:38:56 +08:00 |
changzherui
|
44f8fbc219
|
mod Conv2DBackpropInput adapter
|
2021-03-14 00:47:46 +08:00 |
Zhang Qinghua
|
f73f2d73f3
|
Set abstract value for reserved Depend node when merge Depend nodes.
|
2021-03-11 09:17:59 +08:00 |
mindspore-ci-bot
|
2b2964e6dd
|
!12925 [MS][Maskrcnn][310infer]Maskrcnn 310 infer failed in halfway
From: @lanzhineng
Reviewed-by:
Signed-off-by:
|
2021-03-09 16:43:41 +08:00 |
lanzhineng
|
c8899e1f59
|
fix 310 maskrcnn infer failed in halway
|
2021-03-08 14:28:48 +08:00 |
l00591931
|
680324f225
|
Change make tuple in core.ops
|
2021-03-05 10:54:33 +08:00 |
mindspore-ci-bot
|
e9a5d0248d
|
!12573 export large mindir model
From: @changzherui
Reviewed-by:
Signed-off-by:
|
2021-03-02 10:20:49 +08:00 |