i-robot
|
fe4f3f2708
|
!35259 extract ema param from quant.py to golden_stick layer_policy
Merge pull request !35259 from cjh9368/static_check
|
2022-06-02 11:10:47 +00:00 |
i-robot
|
1267c54604
|
!35274 fix operator batch_to_space int8
Merge pull request !35274 from liyan2022/dev_r1.8
|
2022-06-02 09:46:13 +00:00 |
i-robot
|
0443713a5c
|
!33431 [assistant][ops][I48O5K] Add new sparse operator DenseToDenseSetOperation
Merge pull request !33431 from 李航/DenseToDenseSetOperation
|
2022-06-02 09:36:56 +00:00 |
i-robot
|
ccd17855ba
|
!35385 add bitwise tensor interface support paltforms
Merge pull request !35385 from KXiong/code_docs_master
|
2022-06-02 09:34:26 +00:00 |
i-robot
|
8027ee13f2
|
!35299 fix log init
Merge pull request !35299 from huanghui/fix-init-log
|
2022-06-02 09:30:22 +00:00 |
i-robot
|
6f18373b10
|
!35252 add python implement and st for random gamma
Merge pull request !35252 from zhangqi/0522_2
|
2022-06-02 09:26:10 +00:00 |
i-robot
|
0ffbbf298b
|
!35378 Add api docs.
Merge pull request !35378 from liqiliang/code_docs
|
2022-06-02 09:25:08 +00:00 |
i-robot
|
1fa90714d4
|
!35084 use cub lib to compute prefix sum for masked select op
Merge pull request !35084 from yangzhenzhang/use-cub-lib-for-masked-select
|
2022-06-02 09:11:41 +00:00 |
liqiliang
|
ba67f2362b
|
Add api docs.
|
2022-06-02 17:11:40 +08:00 |
i-robot
|
90c807acae
|
!35339 Replace the hostname gather operation with new cluster arch
Merge pull request !35339 from chengang/support_gather_hostnames_3
|
2022-06-02 09:02:09 +00:00 |
i-robot
|
59e7689876
|
!34991 Remove SoftDVPP related APIs
Merge pull request !34991 from xiaotianci/remove_soft_dvpp
|
2022-06-02 09:00:58 +00:00 |
i-robot
|
3cd07dc30f
|
!35309 remove old api ms_tensor.h
Merge pull request !35309 from qinzheng/remove_ms_tensor
|
2022-06-02 09:00:05 +00:00 |
xiongkun
|
15f4d11c10
|
add bitwise tensor interface support paltforms
add fastgelu interface support paltforms
|
2022-06-02 16:39:59 +08:00 |
i-robot
|
f3251db54d
|
!35379 move logsumexp from element-wise to reduction
Merge pull request !35379 from 吕昱峰(Nate.River)/code_docs_logsumexp
|
2022-06-02 08:08:16 +00:00 |
i-robot
|
f5ad517c23
|
!34925 add docs for scatter_div operator
Merge pull request !34925 from hujiahui8/code_docs_scatter_div
|
2022-06-02 08:01:21 +00:00 |
lvyufeng
|
ccd67fa5d6
|
move logsumexp from element-wise to reduction
|
2022-06-02 15:57:53 +08:00 |
i-robot
|
d641b36871
|
!35358 Fix a bug of auto dynamic shape
Merge pull request !35358 from zjun/disable_auto_dynamic_shape
|
2022-06-02 07:55:52 +00:00 |
i-robot
|
ad8dab99a3
|
!35361 add ops.logsumexp and fix nan problem
Merge pull request !35361 from 吕昱峰(Nate.River)/logsumexp
|
2022-06-02 07:50:12 +00:00 |
i-robot
|
dbf7aaf6ce
|
!35083 fix python/cpp infer min/max shape is None condition
Merge pull request !35083 from TuDouNi/pass_support_dynamic
|
2022-06-02 07:46:23 +00:00 |
i-robot
|
b9a8a16ebf
|
!35276 add dataformatdimmap
Merge pull request !35276 from KXiong/branch_dataformatdimmap
|
2022-06-02 07:41:16 +00:00 |
i-robot
|
c15c91cad7
|
!35325 Do not check min/max shape for gatherd.
Merge pull request !35325 from TronZhang/min_max_with_check
|
2022-06-02 07:38:56 +00:00 |
i-robot
|
a3731db766
|
!35269 Fixed text.SlidingWindow operator has a problem when width>len(list)
Merge pull request !35269 from 刘勇琪/master
|
2022-06-02 07:26:59 +00:00 |
i-robot
|
a03d31e8ed
|
!35302 add nll_loss and cross_entropy for ops.functional and nn
Merge pull request !35302 from 吕昱峰(Nate.River)/nllloss
|
2022-06-02 07:20:14 +00:00 |
i-robot
|
376141d837
|
!35275 fix resnet thor base line
Merge pull request !35275 from zhaoting/master
|
2022-06-02 07:17:52 +00:00 |
i-robot
|
9e3f90d856
|
!35313 deconv dim compatible
Merge pull request !35313 from liyan2022/master
|
2022-06-02 06:50:31 +00:00 |
i-robot
|
087a34b7d2
|
!35370 modify white list
Merge pull request !35370 from 冯一航/code_docs_fix_whitelist
|
2022-06-02 06:50:30 +00:00 |
i-robot
|
008afae4d6
|
!34577 renorm
Merge pull request !34577 from liubuyu/ops
|
2022-06-02 06:41:36 +00:00 |
fengyihang
|
80d69762f4
|
fix_whitelist
|
2022-06-02 14:34:23 +08:00 |
i-robot
|
b58f42b671
|
!35301 modify format
Merge pull request !35301 from 俞涵/code_docs_0601
|
2022-06-02 06:29:39 +00:00 |
i-robot
|
1530b292bb
|
!35224 [MSLITE][CPU] avx512 hardward self feel function, refactor matmul and fullconection op
Merge pull request !35224 from Greatpan/avx512_sf_refactor_matmal
|
2022-06-02 06:05:16 +00:00 |
i-robot
|
ca358a6867
|
!34658 [MS][LITE] update python api demo
Merge pull request !34658 from luoyuan/update-python-api-demo
|
2022-06-02 05:57:31 +00:00 |
i-robot
|
05afdee563
|
!34757 add inplace_update operator and vmaprule
Merge pull request !34757 from wangjun/inplace_ops_0523
|
2022-06-02 05:52:09 +00:00 |
i-robot
|
8ae7250a24
|
!35213 Add broadcast_to op api
Merge pull request !35213 from 朱家兴/master
|
2022-06-02 03:50:23 +00:00 |
lvyufeng
|
cf067edc98
|
add ops.logsumexp and fix nan problem
|
2022-06-02 11:45:58 +08:00 |
xiongkun
|
219965ef9d
|
add dataformatdimmap
add dataformatdimmap
add dataformatdimmap
add dataformatdimmap
add dataformatdimmap
add dataformatdimmap
add dataformatdimmap
add dataformatdimmap
add dataformatdimmap
add dataformatdimmap
|
2022-06-02 11:28:18 +08:00 |
Parallels
|
907a20192c
|
support gather hostname through meta server node
|
2022-06-02 11:26:22 +08:00 |
yangzhenzhang
|
85a00fc6b1
|
use cub lib for masked select
|
2022-06-02 11:24:24 +08:00 |
i-robot
|
30f4459731
|
!35346 [MS]introduce cloud infer session
Merge pull request !35346 from zhaizhiqiang/master
|
2022-06-02 03:20:09 +00:00 |
zjun
|
6ed68742ed
|
Disable auto dynamic shape
Signed-off-by: zjun <zhangjun0@huawei.com>
|
2022-06-02 11:15:18 +08:00 |
lvyufeng
|
ee30ffc3bf
|
add nll_loss and cross_entropy for ops.functional and nn
|
2022-06-02 11:13:34 +08:00 |
i-robot
|
e34d63a1ec
|
!35251 Add bprop definition of DeformableOffsets
Merge pull request !35251 from chenfei_mindspore/add-deform-offset-grad-api
|
2022-06-02 03:05:02 +00:00 |
i-robot
|
3333b5a8b2
|
!35291 [MSLITE][Fix] fix gather cuda bug.
Merge pull request !35291 from 赵英灼/fixgather
|
2022-06-02 03:03:04 +00:00 |
i-robot
|
1d046aa788
|
!35332 Add dynamic_shape tests.
Merge pull request !35332 from liqiliang/vmap_and_dynamic_and_tests
|
2022-06-02 02:38:19 +00:00 |
i-robot
|
ae0a4815f5
|
!35217 [DOC][OP]Fix space_to_batch_nd op doc
Merge pull request !35217 from zichun_ye/code_docs_space_to_batch_nd
|
2022-06-02 02:06:12 +00:00 |
i-robot
|
8225b546a0
|
!35317 fix lp_norm tensor bugs
Merge pull request !35317 from zhuzhongrui/pub_master2
|
2022-06-02 01:48:24 +00:00 |
qinzheng
|
4b9c52fe3b
|
remove old api ms_tensor.h
|
2022-06-02 09:47:07 +08:00 |
i-robot
|
b7d249414d
|
!35308 fixed StridedSlice shrink_axis_mask == 2 * (data.ndim - 1) bug
Merge pull request !35308 from huoxinyou/shrink_mask_bug
|
2022-06-02 01:47:01 +00:00 |
i-robot
|
a269ac7b7a
|
!35279 runtime performance optimize-add the fusion actor
Merge pull request !35279 from limingqi107/new_actor_runtime
|
2022-06-02 01:13:26 +00:00 |
tronzhang
|
7dbba63bb4
|
do not check min/max shape for gather d
|
2022-06-02 09:13:11 +08:00 |
i-robot
|
b19c1070ab
|
!35262 [Fallback][Control_flow] Remove fallback testcase from ST to UT.
Merge pull request !35262 from Margaret_wangrui/testcases
|
2022-06-02 01:04:19 +00:00 |