mindspore-ci-bot
|
b80b992f72
|
!4677 Modify the quantization operation of softmax op
Merge pull request !4677 from wangminggui/master
|
2020-08-19 10:39:40 +08:00 |
王明贵
|
29c04de893
|
Modify the quantization operation of softmax op
|
2020-08-19 10:09:32 +08:00 |
mindspore-ci-bot
|
9001dc48e6
|
!4672 optimize opencl winograd kernel performance
Merge pull request !4672 from 王东旭/opencl_winograd_optimize
|
2020-08-19 10:00:45 +08:00 |
mindspore-ci-bot
|
147c745781
|
!4671 modify arm cpu fp16 op: arithmetic
Merge pull request !4671 from 陶云浩/lite
|
2020-08-19 09:59:38 +08:00 |
mindspore-ci-bot
|
4d7304b821
|
!4687 [bug][pynative]fix bug when input is a tuple
Merge pull request !4687 from vlne-v1/I1QD6E-addn-infer-error
|
2020-08-19 09:54:51 +08:00 |
mindspore-ci-bot
|
2cbb280bea
|
!4678 change ops getter
Merge pull request !4678 from yeyunpeng2020/master_cops_3
|
2020-08-19 09:45:37 +08:00 |
mindspore-ci-bot
|
2b4febb430
|
!4436 Refactor uniform ops in GPU context
Merge pull request !4436 from peixu_ren/custom_gpu
|
2020-08-19 09:34:04 +08:00 |
tao_yunhao
|
d1c8f967ac
|
modify arm cpu op: Arithmetic_fp16
|
2020-08-19 09:29:38 +08:00 |
mindspore-ci-bot
|
58523a41fe
|
!4392 use builtin float16 for arm
Merge pull request !4392 from xychow/use-float16-in-arm-neon
|
2020-08-19 09:17:09 +08:00 |
mindspore-ci-bot
|
50b5c8035b
|
!4701 fix concat get_dataset_size error
Merge pull request !4701 from guozhijian/fix_concat_get_dataset_size_err
|
2020-08-19 09:14:30 +08:00 |
mindspore-ci-bot
|
2aab14242c
|
!4669 add toolbox and dpn
Merge pull request !4669 from zhangxinfeng3/master
|
2020-08-19 09:13:29 +08:00 |
mindspore-ci-bot
|
665d8228ff
|
!4708 Fixed indentation in Bijector Softplus comments
Merge pull request !4708 from XunDeng/scalar_affine_softplus
|
2020-08-19 09:11:32 +08:00 |
mindspore-ci-bot
|
2159c952d7
|
!4707 Fixed bugs in cast_to_tensor and added more type check into distribution classes
Merge pull request !4707 from XunDeng/pp_poc_v3
|
2020-08-19 09:10:04 +08:00 |
mindspore-ci-bot
|
039d87c5ae
|
!4700 add aware quant testcase
Merge pull request !4700 from cjh9368/aware_quant
|
2020-08-19 09:08:29 +08:00 |
mindspore-ci-bot
|
505b6b5a9b
|
!4699 NMS_GPU_Sorting_Mem Fix
Merge pull request !4699 from danishnxt/GPU_two
|
2020-08-19 09:08:20 +08:00 |
wangdongxu
|
d0ff232aa0
|
optimize opencl winograd kernel performance
|
2020-08-19 09:07:55 +08:00 |
mindspore-ci-bot
|
fb4afb4501
|
!4705 Add type support for scatternd and atomic add
Merge pull request !4705 from Peilin/scatternd-type-support
|
2020-08-19 09:07:38 +08:00 |
peixu_ren
|
5dd4933328
|
Refactor uniform ops in GPU context
|
2020-08-18 20:01:09 -04:00 |
Xun Deng
|
e0009b9062
|
added type check in distributions and fixed bugs in cast_to_tensor
|
2020-08-18 18:56:02 -04:00 |
Xun Deng
|
42c81e526c
|
fixed indentation in Softplus comments
|
2020-08-18 18:05:46 -04:00 |
mindspore-ci-bot
|
1744948d80
|
!4621 [MD] change api for random solarized_op
Merge pull request !4621 from nhussain/add_solarize_cpp_tests
|
2020-08-19 05:37:37 +08:00 |
nhussain
|
738ae2c78d
|
change api to use std_vector
try to display image
|
2020-08-18 15:41:21 -04:00 |
mindspore-ci-bot
|
56bd92b88f
|
!4473 Implementing Posterize Op
Merge pull request !4473 from islam_amin/posterize_op
|
2020-08-19 02:58:35 +08:00 |
islam_amin
|
979111d0ef
|
Added Posterize Op
|
2020-08-18 13:55:47 -04:00 |
Peilin Wang
|
6719169a7f
|
added type support for atomic add and scatternd
fix ci
fix ci
|
2020-08-18 13:54:33 -04:00 |
cjh9368
|
e5fd3ce24a
|
add aware quant testcase
|
2020-08-19 00:16:46 +08:00 |
mindspore-ci-bot
|
0e27a04da1
|
!4697 freeze_bn should be int
Merge pull request !4697 from chenfei_mindspore/master
|
2020-08-18 23:50:57 +08:00 |
jonyguo
|
b0b370336f
|
fix: concat get_dataset_size error
|
2020-08-18 23:40:17 +08:00 |
danish
|
97f08e74ec
|
nms_sorting fix
lint py fix 2
nms_py_file test value fix
lint fix
|
2020-08-18 11:15:33 -04:00 |
mindspore-ci-bot
|
8f6ed032e5
|
!4428 Operation Overflow Watchpoint for D-Chip debugger
Merge pull request !4428 from AdelShafiei/opoverflow2
|
2020-08-18 23:12:52 +08:00 |
mindspore-ci-bot
|
bf2ef95fc3
|
!4694 fix: RandomAffine parameter check
Merge pull request !4694 from guozhijian/fix_randomaffine_err
|
2020-08-18 22:56:18 +08:00 |
chenfei
|
9a12fab404
|
fix bug of freeze_bn default value
|
2020-08-18 22:42:18 +08:00 |
mindspore-ci-bot
|
e9eee16e46
|
!4641 [MS][Quant] bug fix for lenet quant
Merge pull request !4641 from chenzhongming/new_master
|
2020-08-18 22:34:09 +08:00 |
Wei Luning
|
1d6c76f350
|
board tensor for pynative infer
|
2020-08-18 22:13:08 +08:00 |
jonyguo
|
5f294fb90d
|
fix: random affine parameter check
|
2020-08-18 21:58:53 +08:00 |
mindspore-ci-bot
|
e60c0b605c
|
!4674 [MS][LITE][Develop]refactor kernel creator
Merge pull request !4674 from sunsuodong/refactor_kernel_creator
|
2020-08-18 21:47:19 +08:00 |
mindspore-ci-bot
|
045ade8d81
|
!4663 switch_layer incorporate env_get and tuple_get
Merge pull request !4663 from riemann_penn/switch_layer_incorporate_env_get_tuple_get
|
2020-08-18 21:36:07 +08:00 |
yeyunpeng
|
3ca93b9cf2
|
change ops getter
|
2020-08-18 21:32:26 +08:00 |
mindspore-ci-bot
|
0f75ab6454
|
!4602 [MS][LITE] fullconnection matmul A B matrix const node bug
Merge pull request !4602 from ling/fc
|
2020-08-18 21:32:08 +08:00 |
sunsuodong
|
39e1fa09c0
|
refactor_kernel_creator
|
2020-08-18 21:20:49 +08:00 |
mindspore-ci-bot
|
5bd500bd97
|
!4682 wide&deep only save 0ckpt in data parallel
Merge pull request !4682 from yao_yf/wide_and_deep_8p_data_parallel_only_save_0ckpt
|
2020-08-18 21:18:47 +08:00 |
mindspore-ci-bot
|
f912b14b8f
|
!4675 fix bug
Merge pull request !4675 from fuzhiye/tmp
|
2020-08-18 21:15:26 +08:00 |
ling
|
7aab3f07b4
|
[MS][LITE] fullconnection matmul A B matrix const node bug
|
2020-08-18 21:01:36 +08:00 |
mindspore-ci-bot
|
883957ace5
|
!4676 Add DecodeOp c++ parameter validate
Merge pull request !4676 from xiefangqi/xfq_fix_decode_twice
|
2020-08-18 20:48:24 +08:00 |
fuzhiye
|
127b089a11
|
fix bug
|
2020-08-18 20:42:22 +08:00 |
mindspore-ci-bot
|
030af09f60
|
!4665 [MS][LITE][Develop]support infer data type and format when infer shape fail
Merge pull request !4665 from chenjianping/lite_dev3
|
2020-08-18 20:42:06 +08:00 |
mindspore-ci-bot
|
63e0ad24e7
|
!4680 readme file for THOR optimizer
Merge pull request !4680 from wangmin0104/master
|
2020-08-18 20:36:35 +08:00 |
mindspore-ci-bot
|
3d6439b7df
|
!4668 Not Use ParamValueLite
Merge pull request !4668 from xutianchun/quant_ch
|
2020-08-18 20:31:45 +08:00 |
chenjianping
|
2f36b91ade
|
support infer datatype and format when shape infer fail
|
2020-08-18 20:27:44 +08:00 |
panyifeng
|
22a9d02e9f
|
switch_layer incorporate env_get and tuple_get
|
2020-08-18 20:23:23 +08:00 |