Commit Graph

7047 Commits

Author SHA1 Message Date
WilliamLian 6760d9976d add reshape type to tensor 2020-08-17 09:34:38 +08:00
mindspore-ci-bot 0ff1000b24 !4416 fixed weight tensor format bug and gather parser bug
Merge pull request !4416 from lyvette/master
2020-08-14 09:24:20 +08:00
mindspore-ci-bot 96bcd27a7b !4394 Fix fc op's bug
Merge pull request !4394 from zhanyuan/dev
2020-08-14 09:23:42 +08:00
mindspore-ci-bot eea10fac98 !4410 [MS][LITE] fix bug of arm cpu fp32 op: conv depthwise; rewrite member variables of some ops
Merge pull request !4410 from yangruoqi713/lite
2020-08-14 09:16:29 +08:00
mindspore-ci-bot 1002ee4887 !4414 THOR optimizer for GPU training
Merge pull request !4414 from wangmin0104/master
2020-08-14 09:13:50 +08:00
mindspore-ci-bot bf976c44e3 !4343 Remove useless function declaration in backend.
Merge pull request !4343 from ZhangQinghua/master
2020-08-14 09:12:28 +08:00
mindspore-ci-bot cfae4096d2 !4058 modify parameter input
Merge pull request !4058 from lijiaqi/cell_inputs
2020-08-14 09:11:38 +08:00
mindspore-ci-bot 4585509f55 !4374 add java build_aar.sh
Merge pull request !4374 from hangq/master
2020-08-14 09:02:01 +08:00
mindspore-ci-bot 1c57b84150 !4376 add anf constant folding fusion
Merge pull request !4376 from zhengjun10/master
2020-08-14 09:01:39 +08:00
mindspore-ci-bot 04056cf8bc !4427 C++ API Support: Provide AddShuffleOp
Merge pull request !4427 from cathwong/ckw_c_api_textfile_followup
2020-08-14 04:34:36 +08:00
Cathy Wong b575b913e2 C++ API: Provide AddShuffleOp
Shuffle: shuffle_size -> buffer_size
2020-08-13 15:42:17 -04:00
mindspore-ci-bot 2953720169 !4322 Adding RGBA color conversion
Merge pull request !4322 from EricZ/bitmap_support
2020-08-14 01:58:33 +08:00
mindspore-ci-bot 7a10e07fc6 !4383 Add distributedSampler to concatOP
Merge pull request !4383 from genglishuai/genglshOK
2020-08-14 00:06:06 +08:00
eric 6a41b44724 Added wrapper around color change function 2020-08-13 11:39:56 -04:00
mindspore-ci-bot a420a79410 !4420 [MS][LITE][Develop]remove the operation of free the tmp buffer when run over
Merge pull request !4420 from chenjianping/lite_dev
2020-08-13 22:57:41 +08:00
hangq 8d87da4d9f add java build_aar.sh 2020-08-13 22:52:11 +08:00
genglishuai 4d4df68d1e add DistributedSampler for Concat op 2020-08-13 22:52:02 +08:00
mindspore-ci-bot d3ef9f77c5 !4401 add pad int8 multi thread
Merge pull request !4401 from zhaozhenlong/lite/op/pad_int8_threads
2020-08-13 22:26:38 +08:00
mindspore-ci-bot b4b6e5c8ed !4370 support kw and kwargs for cell in Pynative
Merge pull request !4370 from zhangbuxue/support_kw_and_kwargs_for_cell_in_pynative
2020-08-13 22:19:41 +08:00
mindspore-ci-bot d9a052a001 !4313 Add interfaces to check input value range and check the value of seed in random ops
Merge pull request !4313 from peixu_ren/custom_pp_ops
2020-08-13 22:07:21 +08:00
mindspore-ci-bot ed1244558c !4366 Fixing param type in c++ api and fixing python validator for Repeat Op
Merge pull request !4366 from TinaMengtingZhang/cpp-api-repeat-count
2020-08-13 22:03:39 +08:00
chenjianping 55336214b6 Can not free tmp buffer when running over. 2020-08-13 21:52:59 +08:00
mindspore-ci-bot 054f2b3bbb !3918 modify initialization mode for random normal
Merge pull request !3918 from lilei/random_normal_0724
2020-08-13 21:52:59 +08:00
mindspore-ci-bot 2cc6230f81 !4405 Add job_id parameter description
Merge pull request !4405 from 张毅辉/zyh_profier_4
2020-08-13 21:16:00 +08:00
wangmin 87612bfcf2 THOR optimizer for GPU 2020-08-13 21:11:42 +08:00
lyvette 3d0039b153 finxed weight tensor format bug and gather parser bug. 2020-08-13 21:10:41 +08:00
mindspore-ci-bot ab84b2f18a !4293 add infer function of primitive c
Merge pull request !4293 from lianliguang/add-infer-to-primitive-c
2020-08-13 20:49:02 +08:00
mindspore-ci-bot 19e7be3104 !4408 fix anf_parser bug
Merge pull request !4408 from yankai10/merge_fix_lenet
2020-08-13 20:45:47 +08:00
mindspore-ci-bot e13f7149b6 !4393 fix bug of conv sliding window
Merge pull request !4393 from fuzhiye/tmp
2020-08-13 20:34:24 +08:00
李嘉琪 881f3f735f modify cell inputs 2020-08-13 20:31:54 +08:00
buxue 0be4114240 support kw and kwargs for cell in Pynative 2020-08-13 20:29:47 +08:00
mindspore-ci-bot c9bef85de3 !4398 fix ssim precision error in PyNative mode
Merge pull request !4398 from chujinjin/fix_ssim_precision_error_in_pynative_mode
2020-08-13 20:27:51 +08:00
yankai 3dc3b8153e fix bug 2020-08-13 20:17:55 +08:00
yangruoqi713 f0eef67923 [MS][LITE] fix bug of arm cpu fp32 op: conv depthwise; rewrite member variables of some ops 2020-08-13 20:17:13 +08:00
mindspore-ci-bot 8c377fd159 !4384 modiy quant DenseBnAct api
Merge pull request !4384 from chengxb7532/master
2020-08-13 19:37:27 +08:00
zhangyihui 4c82915fc6 Add job_id parameter description 2020-08-13 19:25:28 +08:00
zhaozhenlong 2b895074ce pad int8 add multi thread 2020-08-13 19:23:58 +08:00
mindspore-ci-bot fb2f888ec8 !4335 Add arm op Div for int8 and testcases
Merge pull request !4335 from wangminggui/master
2020-08-13 19:19:16 +08:00
chujinjin a6027ff7af fix ssim precision error in pynative mode 2020-08-13 18:53:29 +08:00
fuzhiye bcd773edcc fix bug of conv sw 2020-08-13 17:33:33 +08:00
mindspore-ci-bot 1b63c76c61 !4194 Add infer and dpn to nn/probability
Merge pull request !4194 from zhangxinfeng3/master
2020-08-13 17:32:50 +08:00
zhengjun10 69c2ea82b3 add anf const fold fusion 2020-08-13 16:53:42 +08:00
mindspore-ci-bot 3e215aaac2 !4326 add kaiming normal init
Merge pull request !4326 from baihuawei/kaiming
2020-08-13 16:52:45 +08:00
mindspore-ci-bot 2db0290c49 !4356 Add validation for field split
Merge pull request !4356 from yangzhenzhang/update-field-split
2020-08-13 16:43:44 +08:00
mindspore-ci-bot 9cc1ca1a19 !3753 CSV dataset reading a file that begins with a blank line will crash
Merge pull request !3753 from jiangzhiwen/dataset/csv_fix_blank_line_header
2020-08-13 16:41:16 +08:00
王明贵 a277280373 Add arm op Div for int8 and testcases 2020-08-13 16:33:53 +08:00
lilei 4a1641bfd2 init random normal 2020-08-13 16:01:31 +08:00
mindspore-ci-bot 6cfded9d78 !4341 add leaky_relu ops for Opencl
Merge pull request !4341 from liuzhongkai/leaky_relu
2020-08-13 15:50:35 +08:00
mindspore-ci-bot a9c2f87ab1 !4379 add new nets and run benchmark on x86
Merge pull request !4379 from andy_wangrui/master
2020-08-13 15:42:27 +08:00
mindspore-ci-bot 400fd90e96 !4385 modify cmakefile
Merge pull request !4385 from songhonglei413/roi
2020-08-13 15:42:16 +08:00