Commit Graph

200 Commits

Author SHA1 Message Date
mindspore-ci-bot 3c1e964161 !6158 [VM]Fix Print cannot export AIR model files.
Merge pull request !6158 from zjun/export_print
2020-09-17 10:00:09 +08:00
chenhaozhe df01771acb delete the useless code in graph_runner 2020-09-16 15:27:13 +08:00
zjun 5bc855416c fix export print AIR model files
Signed-off-by: zjun <zhangjun0@huawei.com>

fix graphengine commit

Signed-off-by: zjun <zhangjun0@huawei.com>
2020-09-14 12:26:29 +08:00
hexia 2f42466da8 export and load model for serving 2020-09-07 11:41:14 +08:00
fary86 fcbb3e0edc Refactor ms_context implementation 2020-08-30 22:51:40 +08:00
Wei Luning b13343f86d fix quant bug 2020-08-27 16:47:50 +08:00
mindspore-ci-bot e94416be0c !5283 Support setting operator io format in the frontend
Merge pull request !5283 from liangchenghui/io_format
2020-08-27 15:48:13 +08:00
梁成辉 34d433fd9a Set io format for old backend 2020-08-26 20:49:15 +08:00
mindspore-ci-bot 5b1cf18cb9 !5055 prepare to support int64
Merge pull request !5055 from lirongzhen1/int64
2020-08-26 16:46:04 +08:00
lirongzhen1 531ad4df70 prepare to support int64 2020-08-26 10:43:06 +08:00
mindspore-ci-bot 0f69259abf !5035 clean static check
Merge pull request !5035 from zhoufeng/xiu-ba-ge
2020-08-24 19:10:56 +08:00
zhoufeng 99a94bfd01 clean static check
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2020-08-24 14:56:27 +08:00
liuxiao93 a6c64a4000 Add-CropAndResize-for-old-backend. 2020-08-21 17:34:47 +08:00
liuxiao93 9bc18ea2e5 Add CTCGrerdyDecoder ops for GE. 2020-08-21 10:12:01 +08:00
mindspore-ci-bot 2ac410e90d !4789 Add EditDistance op for GE.
Merge pull request !4789 from liuxiao93/Add-EditDistance-op-for-GE
2020-08-21 09:49:38 +08:00
mindspore-ci-bot bfa3cd900e !4843 remove ccsrc/common.h by explicit dependent header file
Merge pull request !4843 from xychow/remove-ccsrc-common-h
2020-08-20 22:02:13 +08:00
liuxiao93 4c99f4f649 Add EditDistance op for GE. 2020-08-20 19:39:57 +08:00
zhousiyi d0e58dd765 remove ccsrc/common.h
replace frontend/operator/ops.h in backend with base/core_ops.h as
backend should not use any frontend-only primitive
2020-08-20 09:34:07 +00:00
zhousiyi e8f91935bb use a specific header file func_graph.h to replace anf_ir_utils.h 2020-08-20 06:34:14 +00:00
zhoufeng 17d60b2ccb fix open source ge backend compile
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2020-08-19 10:17:11 +08:00
zhoufeng 663278112f optimize code compile performance
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2020-08-18 14:33:24 +08:00
Wei Luning c1c30a44f1 rename param_value -> param_info 2020-08-18 11:16:28 +08:00
liuxiao93 68d9faf766 Add ops ReverseSequence for GE.
Adapter some op-info for VM.
2020-08-13 10:18:32 +08:00
jonyguo 9f761c4b2b update run to c75b100 2020-08-11 09:25:06 +08:00
liubuyu d81862a916 decoupling core and context 2020-08-05 08:15:14 +08:00
mindspore-ci-bot f4e4fd2cfd !3577 add ReciprocalGrad RsqrtGrad SqrtGrad
Merge pull request !3577 from fangzehua/many_grad_ops
2020-08-03 21:01:12 +08:00
fangzehua a80432f08e add 4 grad ops 2020-08-03 14:31:30 +08:00
Wei Luning a05c38bb63 make python Parameter inherit from Tensor 2020-08-03 09:12:24 +08:00
changzherui 758853ff52 modify case 2020-07-29 00:15:48 +08:00
liubuyu f4bc0bc9fe move the dependency of utils to core 2020-07-27 10:28:46 +08:00
dinghao c3dd731f89 Revert "parse tuple value and shape in prim attr"
This reverts commit ae1d948792.
2020-07-22 15:29:37 +08:00
mindspore-ci-bot 5efc506eb2 !2764 Support Tuple/List nest and other features in binary model
Merge pull request !2764 from leopz/fix_shape
2020-07-21 19:17:35 +08:00
leopz ae1d948792 parse tuple value and shape in prim attr 2020-07-21 14:47:33 +08:00
mindspore-ci-bot 2e4bb93a1e !3250 [quant]bug fixes when export geir
Merge pull request !3250 from vlne-v1/quant_export_geir_biasadd_after_depth_wise
2020-07-21 09:35:28 +08:00
Wei Luning 7d5c9d52bc fix geir export bugs 2020-07-20 21:32:57 +08:00
mindspore-ci-bot bae2f964e5 !3213 Unified code style
Merge pull request !3213 from liubuyu/dev
2020-07-20 14:14:03 +08:00
liubuyu 76dc80e7b7 Unified code style 2020-07-20 10:51:55 +08:00
mindspore-ci-bot 6f8863b65d !3198 synchronize latest Ascend software suite 18 Jul 2020, and merging branches
Merge pull request !3198 from yanghaoran/code_sync_0718
2020-07-19 14:14:45 +08:00
yanghaoran 859acc6d2a synchronize latest Ascend software suite 18 Jul 2020, and merging branches 2020-07-18 21:09:55 +08:00
liuxiao93 3b4ed0e5c5 Add op BasicLSTMCell for GE. 2020-07-18 15:25:34 +08:00
mindspore-ci-bot e2668a7660 !3156 Change ApplyMomentumD->ApplyMomentum for GE.
Merge pull request !3156 from liuxiao93/ApplyMomentumD-ApplyMoment-GE
2020-07-17 17:31:58 +08:00
liuxiao93 cb453a8082 change ApplyMomentumD->ApplyMoment for GE. 2020-07-17 12:47:02 +08:00
Wei Luning 28d1d37085 End at validate when export. 2020-07-17 12:44:12 +08:00
changzherui f4cb445ea8 syn code for 0715 2020-07-16 17:18:21 +08:00
liuxiao93 380a57f3c1 Adapt ApplyCenteredRmsProp. 2020-07-15 17:29:14 +08:00
liubuyu 43c79eb853 mindspore path adjust 2020-07-14 18:07:28 +08:00
mindspore-ci-bot 2405cf71b2 !2981 primitive hook decouped
Merge pull request !2981 from lianliguang/primitive-decoupling
2020-07-13 18:34:37 +08:00
WilliamLian 9682d08d96 refactor primitive hook function 2020-07-13 17:27:39 +08:00
mindspore-ci-bot 8f15d1f608 !2791 convert subgraph
Merge pull request !2791 from changzherui/subgraph
2020-07-13 15:06:15 +08:00
changzherui a27ce973ad convert subgraph 2020-07-13 12:31:22 +08:00