bingyaweng
|
d8a4827f80
|
add ut, st
|
5 years ago |
mindspore-ci-bot
|
2112cb91d5
|
!4690 add categorical distribution
Merge pull request !4690 from baihuawei/categorical
|
5 years ago |
mindspore-ci-bot
|
655390ba54
|
!4719 fix some copyright in core directory
Merge pull request !4719 from xychow/fix-copyright-in-core
|
5 years ago |
mindspore-ci-bot
|
30fd88085d
|
!4413 merge sliced parameter
Merge pull request !4413 from caozhou/merge_parameter
|
5 years ago |
mindspore-ci-bot
|
b698926725
|
!4711 fix caffe/onnx fc parser
Merge pull request !4711 from lyvette/tflite_parser
|
5 years ago |
mindspore-ci-bot
|
6e497cbbc0
|
!4607 Supplement custom parser
Merge pull request !4607 from lyvette/master
|
5 years ago |
mindspore-ci-bot
|
2d683234fb
|
!4723 Support to concat more than 3 tensors in auto parallel mode
Merge pull request !4723 from yangzhenzhang/concat-more-than-3-tensors
|
5 years ago |
mindspore-ci-bot
|
c55a8297c8
|
!4714 bug fix for ME
Merge pull request !4714 from chenzhongming/new_master
|
5 years ago |
mindspore-ci-bot
|
b283a1fe10
|
!4717 Fix error in bnn_layer and transforms
Merge pull request !4717 from byweng/fix_error
|
5 years ago |
lyvette
|
a63ee29de8
|
fix bug when op is custom
fix deconv bug
|
5 years ago |
yangzhenzhang
|
cda08f6a52
|
concat 3 tensors in auto parallel mode
|
5 years ago |
baihuawei
|
772e14d00d
|
add categorical
|
5 years ago |
zhousiyi
|
7d86c86716
|
add or remove declaim in copyright
|
5 years ago |
mindspore-ci-bot
|
3259dafa7e
|
!4712 Fix bugs in random ops
Merge pull request !4712 from peixu_ren/custom_pp_ops
|
5 years ago |
bingyaweng
|
82749d0a01
|
fix error in bnn_layers and transforms
|
5 years ago |
mindspore-ci-bot
|
6868b9b6fa
|
!4422 Minddata new dataset api ==> RandomData
Merge pull request !4422 from xiefangqi/xfq_c++api_randomdata
|
5 years ago |
mindspore-ci-bot
|
b80b992f72
|
!4677 Modify the quantization operation of softmax op
Merge pull request !4677 from wangminggui/master
|
5 years ago |
chenzomi
|
5bbfa67439
|
bug fix for ME
|
5 years ago |
王明贵
|
29c04de893
|
Modify the quantization operation of softmax op
|
5 years ago |
mindspore-ci-bot
|
9001dc48e6
|
!4672 optimize opencl winograd kernel performance
Merge pull request !4672 from 王东旭/opencl_winograd_optimize
|
5 years ago |
mindspore-ci-bot
|
147c745781
|
!4671 modify arm cpu fp16 op: arithmetic
Merge pull request !4671 from 陶云浩/lite
|
5 years ago |
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
|
5 years ago |
peixu_ren
|
2830d7046b
|
Fix duplicated checks for random ops. Add restrictions for seeds in doc.
|
5 years ago |
mindspore-ci-bot
|
2cbb280bea
|
!4678 change ops getter
Merge pull request !4678 from yeyunpeng2020/master_cops_3
|
5 years ago |
mindspore-ci-bot
|
2b4febb430
|
!4436 Refactor uniform ops in GPU context
Merge pull request !4436 from peixu_ren/custom_gpu
|
5 years ago |
tao_yunhao
|
d1c8f967ac
|
modify arm cpu op: Arithmetic_fp16
|
5 years ago |
mindspore-ci-bot
|
58523a41fe
|
!4392 use builtin float16 for arm
Merge pull request !4392 from xychow/use-float16-in-arm-neon
|
5 years ago |
mindspore-ci-bot
|
50b5c8035b
|
!4701 fix concat get_dataset_size error
Merge pull request !4701 from guozhijian/fix_concat_get_dataset_size_err
|
5 years ago |
xiefangqi
|
b91e56375e
|
add randomdataset and schema
|
5 years ago |
mindspore-ci-bot
|
2aab14242c
|
!4669 add toolbox and dpn
Merge pull request !4669 from zhangxinfeng3/master
|
5 years ago |
mindspore-ci-bot
|
665d8228ff
|
!4708 Fixed indentation in Bijector Softplus comments
Merge pull request !4708 from XunDeng/scalar_affine_softplus
|
5 years ago |
caozhou
|
453d8763ac
|
code optimization based on the last push.
|
5 years ago |
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
|
5 years ago |
mindspore-ci-bot
|
039d87c5ae
|
!4700 add aware quant testcase
Merge pull request !4700 from cjh9368/aware_quant
|
5 years ago |
mindspore-ci-bot
|
505b6b5a9b
|
!4699 NMS_GPU_Sorting_Mem Fix
Merge pull request !4699 from danishnxt/GPU_two
|
5 years ago |
wangdongxu
|
d0ff232aa0
|
optimize opencl winograd kernel performance
|
5 years ago |
mindspore-ci-bot
|
fb4afb4501
|
!4705 Add type support for scatternd and atomic add
Merge pull request !4705 from Peilin/scatternd-type-support
|
5 years ago |
peixu_ren
|
5dd4933328
|
Refactor uniform ops in GPU context
|
5 years ago |
Xun Deng
|
e0009b9062
|
added type check in distributions and fixed bugs in cast_to_tensor
|
5 years ago |
Xun Deng
|
42c81e526c
|
fixed indentation in Softplus comments
|
5 years ago |
mindspore-ci-bot
|
1744948d80
|
!4621 [MD] change api for random solarized_op
Merge pull request !4621 from nhussain/add_solarize_cpp_tests
|
5 years ago |
nhussain
|
738ae2c78d
|
change api to use std_vector
try to display image
|
5 years ago |
mindspore-ci-bot
|
56bd92b88f
|
!4473 Implementing Posterize Op
Merge pull request !4473 from islam_amin/posterize_op
|
5 years ago |
islam_amin
|
979111d0ef
|
Added Posterize Op
|
5 years ago |
Peilin Wang
|
6719169a7f
|
added type support for atomic add and scatternd
fix ci
fix ci
|
5 years ago |
cjh9368
|
e5fd3ce24a
|
add aware quant testcase
|
5 years ago |
mindspore-ci-bot
|
0e27a04da1
|
!4697 freeze_bn should be int
Merge pull request !4697 from chenfei_mindspore/master
|
5 years ago |
jonyguo
|
b0b370336f
|
fix: concat get_dataset_size error
|
5 years ago |
danish
|
97f08e74ec
|
nms_sorting fix
lint py fix 2
nms_py_file test value fix
lint fix
|
5 years ago |
mindspore-ci-bot
|
8f6ed032e5
|
!4428 Operation Overflow Watchpoint for D-Chip debugger
Merge pull request !4428 from AdelShafiei/opoverflow2
|
5 years ago |