i-robot
|
cfb21d3f73
|
!26635 fix the bug of graph and pynative shared the weight
Merge pull request !26635 from limingqi107/new_actor_runtime
|
2021-11-22 19:02:41 +00:00 |
i-robot
|
088b4fe4bc
|
!26522 add metasparsetensor
Merge pull request !26522 from 杨林枫/csr_frontend
|
2021-11-22 13:19:13 +00:00 |
i-robot
|
755e00fcd3
|
!26522 add metasparsetensor
Merge pull request !26522 from 杨林枫/csr_frontend
|
2021-11-22 13:19:09 +00:00 |
i-robot
|
24b3b8fca8
|
!26597 Collect strategy from cnode
Merge pull request !26597 from ougongchang/fix_collect_strategy
|
2021-11-22 12:27:32 +00:00 |
i-robot
|
e6b3643dd6
|
!26607 fix: dataset example code
Merge pull request !26607 from guozhijian/fix_dataset_example_code
|
2021-11-22 12:26:06 +00:00 |
i-robot
|
9b5b03641f
|
!26568 [MD] add chinese api for dataset
Merge pull request !26568 from liyong126/code_docs_chn_dataset
|
2021-11-22 12:15:44 +00:00 |
limingqi107
|
e17a533369
|
fix the bug of graph and pynative shared the weight
|
2021-11-22 20:12:33 +08:00 |
i-robot
|
ddc5399ca7
|
!26617 [MS][LITE]infershape support non tail call
Merge pull request !26617 from mengyuanli/non_tail_call
|
2021-11-22 11:29:54 +00:00 |
i-robot
|
4f55a3f52f
|
!26275 [API] Tensor python float trans to ms float32
Merge pull request !26275 from kingxian/master
|
2021-11-22 11:13:15 +00:00 |
i-robot
|
af7b3767dc
|
!26561 Add Dynamic Shape Check
Merge pull request !26561 from hwjiaorui/dynamic-and-format
|
2021-11-22 11:03:59 +00:00 |
i-robot
|
1c57686418
|
!26591 update frontend api comments
Merge pull request !26591 from wangnan39/code_docs_modify_optim_and_dataset
|
2021-11-22 10:56:14 +00:00 |
i-robot
|
667c8b20e3
|
!26559 Add `min_value` and `max_value` as the conditions to judge whether abstract are the same
Merge pull request !26559 from wangnan39/fix_bug_abs_equal
|
2021-11-22 10:54:32 +00:00 |
liyong
|
9b629557f3
|
add chn dataset
|
2021-11-22 17:33:09 +08:00 |
i-robot
|
6f559516ea
|
!26560 move all itertive Gmres code into Cell
Merge pull request !26560 from zhujingxuan/master
|
2021-11-22 09:19:14 +00:00 |
mengyuanli
|
36e9a0deb7
|
modify infershape to support non tail call
|
2021-11-22 16:55:50 +08:00 |
i-robot
|
7929d79a80
|
!26525 Modify error
Merge pull request !26525 from liuyang/error_ms
|
2021-11-22 08:40:46 +00:00 |
i-robot
|
e6ad3f42b1
|
!26524 clean code, fix cyclomatic complexity problems
Merge pull request !26524 from huangbingjian/clean_code_master
|
2021-11-22 08:13:18 +00:00 |
i-robot
|
3e3145a624
|
!26596 mod initializer docs
Merge pull request !26596 from wanyiming/code_docs_init
|
2021-11-22 07:53:57 +00:00 |
王南
|
44b141c954
|
update optim comments
|
2021-11-22 15:45:05 +08:00 |
i-robot
|
56e61892bf
|
!26573 [MS][LITE][develop] optimize deconv fp16 ram
Merge pull request !26573 from sunsuodong/fix_deconv_winograd_fp16
|
2021-11-22 07:40:12 +00:00 |
i-robot
|
9d023b6445
|
!26564 [MS][LITE][develop] fix deconv unstable accuracy
Merge pull request !26564 from sunsuodong/fix_deconv_winograd_fp16_bug
|
2021-11-22 07:17:33 +00:00 |
jonyguo
|
06695c1f37
|
fix: example code
|
2021-11-22 15:10:01 +08:00 |
i-robot
|
6174d5286b
|
!26588 support error no value
Merge pull request !26588 from parastooashtari/error_on_no_value
|
2021-11-22 06:25:34 +00:00 |
王南
|
ca39b11377
|
add min/max value in abstract check equal function
|
2021-11-22 14:21:54 +08:00 |
i-robot
|
8e87c9f472
|
!26583 fix image preprocess bug
Merge pull request !26583 from yeyunpeng2020/preprocess
|
2021-11-22 06:14:05 +00:00 |
i-robot
|
7a3c46be08
|
!26451 [MSLITE] fix ocr rezie bug in tensorrt delegate
Merge pull request !26451 from Liu_Xuu/trt_1117_ocr_fix
|
2021-11-22 06:09:43 +00:00 |
i-robot
|
24b3e346a4
|
!26558 Add debug message for BFGS method.
Merge pull request !26558 from hezhenhao1/fix_bfgs_bug
|
2021-11-22 06:08:33 +00:00 |
i-robot
|
69c4f470e4
|
!26546 Unify GPU/CPU ops input/output(col/rolmajor), modify related testcases, add linalg function and testcases
Merge pull request !26546 from wuwenbing/master
|
2021-11-22 04:34:33 +00:00 |
i-robot
|
732c5e005a
|
!26601 update docs owners
Merge pull request !26601 from yingchen/code_docs_owners
|
2021-11-22 03:41:38 +00:00 |
yingchen
|
27007bf7f6
|
update docs owners
|
2021-11-22 11:31:23 +08:00 |
yeyunpeng2020
|
3b33952146
|
fix image preprocess bug && remove unused param
|
2021-11-22 11:19:13 +08:00 |
sunsuodong
|
47785a8f12
|
fix_deconv_winograd_fp16
|
2021-11-21 19:00:12 -08:00 |
sunsuodong
|
6f9330f874
|
fix deconv unstable accuracy
|
2021-11-21 18:51:04 -08:00 |
zhujingxuan
|
3f2479aca0
|
move test cases
|
2021-11-22 10:23:28 +08:00 |
i-robot
|
85b11671dd
|
!26569 [doc] add minddata imshow_det_bbox to docs
Merge pull request !26569 from xiefangqi/code_docs_minddata_imshow_det_bbox
|
2021-11-22 02:22:33 +00:00 |
i-robot
|
da86b2a5ea
|
!26499 [MS][LITE]add switch_layer kernel to schedule
Merge pull request !26499 from mengyuanli/switch_layer_scheduler
|
2021-11-22 02:20:43 +00:00 |
ougongchang
|
139e1744c9
|
Collect strategy from cnode
|
2021-11-22 10:17:18 +08:00 |
xiefangqi
|
2c69a34557
|
add doc minddata imshow_det_bbox
|
2021-11-22 10:08:08 +08:00 |
wanyiming
|
706fd10341
|
mod_init
|
2021-11-22 09:52:37 +08:00 |
i-robot
|
94036ca8c0
|
!26581 add dump flag for inserted transdata&cast
Merge pull request !26581 from yuchaojie/ir_fusion
|
2021-11-22 01:47:51 +00:00 |
i-robot
|
1191defd23
|
!26452 unified runtime support the control flow of subgraph sink
Merge pull request !26452 from limingqi107/new_actor_runtime
|
2021-11-22 01:46:32 +00:00 |
liuyang_655
|
586982b41f
|
modift error
|
2021-11-21 20:32:45 -05:00 |
i-robot
|
38943f8f33
|
!26511 Upgrade Ascend software package Nov 17
Merge pull request !26511 from TronZhang/upgrade_ascend_1117
|
2021-11-22 01:27:04 +00:00 |
kingxian
|
545dc83fcb
|
fix: `cell` does not support deep copy, tensor default dtype -> float32
|
2021-11-22 09:08:32 +08:00 |
mengyuanli
|
52f3794dea
|
modify scheduler infer shape to support switch layer
|
2021-11-22 09:01:47 +08:00 |
Parastoo Ashtari
|
574ba6930a
|
add error_no_value error_code
|
2021-11-21 12:05:57 -05:00 |
limingqi107
|
a7f761c215
|
unified runtime support the control flow of subgraph sink
|
2021-11-21 00:26:24 +08:00 |
i-robot
|
ec81de6701
|
!26575 【轻量级 PR】:cleancode in profiler.
Merge pull request !26575 from casgj/N/A
|
2021-11-20 11:54:32 +00:00 |
i-robot
|
e8226f8f4f
|
!26578 Optimize full quantization code structure
Merge pull request !26578 from yeyunpeng2020/full_quant
|
2021-11-20 06:40:36 +00:00 |
yuchaojie
|
c75077cd5a
|
add dump flag for inserted transdata&cast
|
2021-11-20 14:36:38 +08:00 |