Commit Graph

7828 Commits

Author SHA1 Message Date
lyvette a63ee29de8 fix bug when op is custom
fix deconv bug
2020-08-19 14:08:17 +08:00
He Wei 3521f9e622 Fix tensor print format
Avoid line feed when printing tensor with 0 or 1 dimension.
2020-08-19 11:53:49 +08:00
zhaodezan db1423f2c8 try to fix prelu secondly 2020-08-18 23:53:32 -04:00
chenzupeng 3bef0357f9 softmax support Buffer output 2020-08-19 11:52:53 +08:00
xuyongfei a948fe05ab serving: update build.sh to add minddata support for acl 2020-08-19 11:43:58 +08:00
askmiao 5a817d7444 add log and modify log level for gpu profiler 2020-08-19 11:41:50 +08:00
yangzhenzhang cda08f6a52 concat 3 tensors in auto parallel mode 2020-08-19 11:27:35 +08:00
baihuawei 772e14d00d add categorical 2020-08-19 11:21:15 +08:00
heleiwang 8ee4d8e92d Gnn data processing supports distributed scenarios 2020-08-19 11:09:01 +08:00
kai00 5ca7be576b anf exporter fixed 2020-08-19 11:01:53 +08:00
zhousiyi 7d86c86716 add or remove declaim in copyright 2020-08-19 02:56:44 +00:00
mindspore-ci-bot 3259dafa7e !4712 Fix bugs in random ops
Merge pull request !4712 from peixu_ren/custom_pp_ops
2020-08-19 10:54:52 +08:00
bingyaweng 82749d0a01 fix error in bnn_layers and transforms 2020-08-19 10:54:00 +08:00
mindspore-ci-bot 6868b9b6fa !4422 Minddata new dataset api ==> RandomData
Merge pull request !4422 from xiefangqi/xfq_c++api_randomdata
2020-08-19 10:48:53 +08:00
fangzehua 1109a37c71 fix avgpool2dgrad 2020-08-19 10:44:55 +08:00
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
zhaozhenlong 6bfc483b74 fix fp16 transpose mean 2020-08-19 10:34:04 +08:00
chenzomi 5bbfa67439 bug fix for ME 2020-08-19 10:33:50 +08:00
zhoufeng 17d60b2ccb fix open source ge backend compile
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2020-08-19 10:17:11 +08:00
wangzhe c89312b61b debug onnx model converter 2020-08-19 10:16:13 +08:00
guohongzilong 966f1f9fb0 fix quant param nullptr 2020-08-19 10:14:52 +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
caifubi 6eba89b1bc fix profiling log bug 2020-08-19 09:53:29 +08:00
peixu_ren 2830d7046b Fix duplicated checks for random ops. Add restrictions for seeds in doc. 2020-08-18 21:52:50 -04: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
root 6b4fefe0c5 add opencl prelu kernel 2020-08-18 18:25:58 -07:00
xiefangqi 8e0a7bfbd3 fix tfreader WaitPost register failed 2020-08-19 09:24:11 +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
xiefangqi b91e56375e add randomdataset and schema 2020-08-19 09:13:43 +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
caozhou 453d8763ac code optimization based on the last push. 2020-08-19 09:10:18 +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
Giancarlo Colmenares 06f43572fb Moved const multiply to ArithmeticSimplify2 to solve issue with auto-parallel failing because the shape is not yet set. Issue #67 2020-08-18 14:01:09 -04:00