fuzhiye
|
47ba025995
|
1. softmax op support input dim greater than 2.
2. add fp32 data type cast op register
|
5 years ago |
changzherui
|
22336c0843
|
sync 0807 code to ms-incubator
|
5 years ago |
mindspore-ci-bot
|
2b05c73482
|
!3932 Adding int8 operator- prelu
Merge pull request !3932 from zhangzheng/open
|
5 years ago |
linqingke
|
fb405ee6f4
|
broadcast, slice, scatter_nd ops optimizer.
|
5 years ago |
mindspore-ci-bot
|
8e5d4445ca
|
!3963 Modify some TFlite parsers.
Merge pull request !3963 from lyvette/tflite_parser
|
5 years ago |
mindspore-ci-bot
|
dfc39ecf49
|
!4133 [MS][LITE]Fix matmul asm bugs
Merge pull request !4133 from zhanyuan/tmp
|
5 years ago |
mindspore-ci-bot
|
3f86abad8a
|
!4119 add int8 relu6 kernel
Merge pull request !4119 from sunsuodong/relu6_int8_
|
5 years ago |
mindspore-ci-bot
|
2b2c1730ad
|
!3696 Update AdjustAllReduce to use Pattern Matcher
Merge pull request !3696 from Giancarlo/update_adjust_allreduce
|
5 years ago |
zhangz0911gm
|
732b5fe88f
|
Adding several operators Sigmoid, Squeeze, Unsqueeze, prelu and changing
folder location
|
5 years ago |
sunsuodong
|
872bcfaffa
|
add int8 relu6 kernel
|
5 years ago |
mindspore-ci-bot
|
ea8b3c5dc2
|
!4141 add opencl convolution testcase and support image2d
Merge pull request !4141 from 王东旭/add_conv_testcase_codegen
|
5 years ago |
mindspore-ci-bot
|
a6dc949054
|
!4138 change buffer to image2d for arithmetic
Merge pull request !4138 from liuchao/arith_image
|
5 years ago |
Mahdi
|
1896950ae5
|
Added Mixup
|
5 years ago |
Peilin Wang
|
3bd64bf03d
|
add unit test for resizeNearestNeighbor gpu op
fix pylint
fix pylint
changed mstype to np type to fix pylint
fix pylint
fix pylint
fix pylint
added back copyright
|
5 years ago |
liuwenhao4
|
e6109bb759
|
Add multi-thread function for hms ops of reshape and concat, and fix some tiny mistakes.
|
5 years ago |
mindspore-ci-bot
|
729d847dd4
|
!4083 Added minddata packaging with ms-lite
Merge pull request !4083 from EricZ/header_fix
|
5 years ago |
mindspore-ci-bot
|
952996c3b2
|
!4025 Split c_api_test.cc into multiple files
Merge pull request !4025 from tony_liu2/alt
|
5 years ago |
pengyongrong
|
6c401ff6f2
|
submitted concat-imgae2d to mindspore
|
5 years ago |
wangdongxu
|
2541bf2b83
|
add opencl convolution testcase and support image2d
|
5 years ago |
tony_liu2
|
3a020fe877
|
split c_api_test
split into datasets
review fix
fix merge issues
fixed minddata lite build issues
|
5 years ago |
peixu_ren
|
517fed55a5
|
Added LGamma op
|
5 years ago |
Eric
|
966438b367
|
Added dependency packaging
Fixed issues
|
5 years ago |
mindspore-ci-bot
|
72e1743043
|
!4078 [LITE] Fix minddata lite build issues
Merge pull request !4078 from 章一智/minddata-lite-build-fix
|
5 years ago |
Corleone
|
71dbdddbfe
|
change buffer to image2d for arithmetic
|
5 years ago |
mindspore-ci-bot
|
1694c88231
|
!4135 [MS][LITE][Develop]opencl: image2d for pooling
Merge pull request !4135 from chenzhongming/new_master
|
5 years ago |
zhanyuan
|
b99d8590a1
|
Fix matmul asm bugs
|
5 years ago |
chenzomi
|
8ab8d030bc
|
opencl: image2d for pooling
|
5 years ago |
ervinzhang
|
af19dae19f
|
fixed minddata lite build issues
|
5 years ago |
andy
|
813378514c
|
modify benchmark script for different versions
|
5 years ago |
mindspore-ci-bot
|
c1426e58e3
|
!3695 [MD] - Pybind Restructuring
Merge pull request !3695 from nhussain/pybind_inheritance
|
5 years ago |
mindspore-ci-bot
|
0ce990227e
|
!4132 add opencl transpose(NHWC2HCHW)
Merge pull request !4132 from chenzupeng/master-lite
|
5 years ago |
mindspore-ci-bot
|
e19d382473
|
!3346 Maintain epoch/repeat count for ops
Merge pull request !3346 from lixiachen/repeat_rework
|
5 years ago |
chenzupeng
|
6a6d538e72
|
add opencl transpose(NHWC2HCHW)
|
5 years ago |
mindspore-ci-bot
|
2b5b35ea85
|
!4125 anf fusion
Merge pull request !4125 from zhengjun10/master
|
5 years ago |
kai00
|
cb95589f0d
|
fix bias add
|
5 years ago |
zhengjun10
|
e5e014558c
|
anf fusion bugfix
|
5 years ago |
mindspore-ci-bot
|
7ec1cb4e3d
|
!4107 fix output at anf_export
Merge pull request !4107 from yankai10/new_merge1
|
5 years ago |
mindspore-ci-bot
|
64721fa57e
|
!4104 fix a bug with using dynamic memory
Merge pull request !4104 from lvchangquan/transdata
|
5 years ago |
mindspore-ci-bot
|
b535b6427b
|
!4122 fix bug in bert script
Merge pull request !4122 from yoonlee666/master_bug
|
5 years ago |
mindspore-ci-bot
|
f08ce3124c
|
!4127 add new nets for benchmark
Merge pull request !4127 from andy_wangrui/master
|
5 years ago |
lyvette
|
3b94bef00c
|
supplement some parser ut and modify tflite parser
supplement some tflite parser ut.
format tflite parsers and ut
|
5 years ago |
andy
|
dd91ba2eef
|
add new nets
|
5 years ago |
mindspore-ci-bot
|
8d4df847e5
|
!4094 [MS][LITE] add arm fp32 op: conv depthwise 3x3, add testcase for conv depthwise
Merge pull request !4094 from yangruoqi713/conv_dw_3x3
|
5 years ago |
simson
|
dec2e4a819
|
Third round of the enhancement of API comments
|
5 years ago |
mindspore-ci-bot
|
6d4d692fa1
|
!4033 add arm cpu op: embedding_lookup
Merge pull request !4033 from 陶云浩/lite
|
5 years ago |
mindspore-ci-bot
|
f8e4ab86a2
|
!4113 Add fused_activation function for Sub, Add, Mul and Div op
Merge pull request !4113 from wangminggui/master
|
5 years ago |
mindspore-ci-bot
|
a7185d7e3f
|
!4120 fix depth wise compilation bugs on arm32
Merge pull request !4120 from lixian/master
|
5 years ago |
mindspore-ci-bot
|
4b8d43916c
|
!4092 [bug]fix bert script parameter use `in` and quant export fix matmul atc convert error
Merge pull request !4092 from vlne-v1/quant-matmul-fix
|
5 years ago |
mindspore-ci-bot
|
7280d3170a
|
!3768 GPU debugger grpc implementation and smart kernel read
Merge pull request !3768 from lichen_101010/master_ms1_grpc
|
5 years ago |
mindspore-ci-bot
|
2b6ac46a03
|
!3869 remove redundant compilation of libtvm.so and mindspore/_akg directory
Merge pull request !3869 from looop5/remove_redundant_code_in_gpu
|
5 years ago |