Commit Graph

3789 Commits

Author SHA1 Message Date
mindspore-ci-bot dabb82ec7a !8846 host cpu support dynamic shape
From: @liubuyu
Reviewed-by: @jjfeing
Signed-off-by:
2020-11-26 21:21:34 +08:00
mindspore-ci-bot 32aa790f43 !9071 add testcase for ps
From: @chopin_syp
Reviewed-by: @cristoval,@limingqi107
Signed-off-by: @limingqi107
2020-11-26 20:34:47 +08:00
mindspore-ci-bot ebef1df00b !8994 split dropout op and expand dropout
From: @zengzitao
Reviewed-by: 
Signed-off-by:
2020-11-26 20:31:51 +08:00
mindspore-ci-bot 9130660a2f !9055 add yolov3 export file and fix bert exprt bug
From: @yuzhenhua666
Reviewed-by: @liangchenghui
Signed-off-by:
2020-11-26 20:27:20 +08:00
yao_yf 9cda064716 auto parallel predict 2020-11-26 20:13:15 +08:00
jjfeing 8fb7d11ecb fix topk help 4096 2020-11-26 19:16:37 +08:00
shenyeping c191deff1d ps 2020-11-26 18:17:40 +08:00
yuzhenhua a1db640211 fix bert bug and add export file for yolov3 and add test file for maskrcnn 2020-11-26 18:04:47 +08:00
liubuyu 9f5ab8f76f host cpu support dynamic shape 2020-11-26 17:50:17 +08:00
yanzhenxiang2020 082cb4e7fd add Randperm/GatherDGrad and fix GatherD for aicpu 2020-11-26 16:58:20 +08:00
mindspore-ci-bot d6f6269ff1 !8310 fix example of categorical and rnntloss
From: @yanzhenxiang2020
Reviewed-by: @c_34
Signed-off-by: @c_34
2020-11-26 16:28:15 +08:00
mindspore-ci-bot 5d0a4f3995 !9005 add st testcase for heterogeneous_excutor
From: @mindspore_boy
Reviewed-by: @c_34,@guoqi1024
Signed-off-by: @guoqi1024
2020-11-26 16:09:26 +08:00
danishnxt a17f76dd1d Initial Commit - GPU LinSpace
comment fix

docString fix

added asserts in test file atop np checks

lint

lint-2

lint3
2020-11-26 02:33:55 -05:00
shibeiji cd850bd210 register activation operator fast_gelu 2020-11-26 14:55:39 +08:00
Xun Deng a058881b90 fix minor bug in catgorical distribution 2020-11-25 23:08:41 -05:00
zengzitao 3ef0e9f053 substitute dropout by cudnnuniformreal and dropout 2020-11-26 10:36:02 +08:00
mindspore-ci-bot 421cad24ef !8715 Add Gamma distribution
From: @peixu_ren
Reviewed-by: 
Signed-off-by:
2020-11-26 09:57:31 +08:00
danishnxt 241c8f3d96 GatherUpdate
test file finishing pending

Update to GatherV2_Bug_Fix

lint fix

lint fix - 2

lint fix

Update to GatherV2 - fixed default inferImpl func + CudeStreamSync

lint fix

SyncDevice

added dynamic shape init_size input

lint
2020-11-25 17:49:27 -05:00
mindspore-ci-bot adc8e3e707 !8594 [MD] Pybind Pushdown Support for dataset
From: @cathwong
Reviewed-by: 
Signed-off-by:
2020-11-26 05:55:49 +08:00
Eric Zhang 809e1d5086 added python api based on cpp api
1st draft of python iterator

Added Cifar10 and Cifar100 pybind port

Change pybind to use IR for Skip and Manifest

Signed-off-by: alex-yuyue <yue.yu1@huawei.com>

DatasetNode as a base for all IR nodes

namespace change

Fix the namespace issue and make ut tests work

Signed-off-by: alex-yuyue <yue.yu1@huawei.com>

Add VOCDataset

!63 Added RandomDataset
* Added RandomDataset

add imagefolder ir

Pybind switch: CelebA and UT

!61 CLUE example with class definition
* Merge branch 'python-api' of gitee.com:ezphlow/mindspore into clue_class_pybind
* Passing testcases
* Added CLUE, not working

add ManifestDataset IR

Signed-off-by: alex-yuyue <yue.yu1@huawei.com>

Update Coco & VOC & TFReader, Update clang-format, Reorder
datasets_binding

!69 Add Generator and move c_dataset.Iterator to dataset.Iterator
* Add GeneratorDataset to c_dataset
* Add GeneratorDataset to c_dataset

!67 Moving c_datasets and adding sampler wrapper
* Need to add create() method in datasets.py
* migration from c_dataset to dataset part 1

!71 Fix indent error
* Fix indentation error

!72 Fix c_api tests cases
* Fix c_api tests cases

!73 Added CSV Dataset
* Added CSVDataset

pybind switch: Take and CelebA fixes

!75 move c_dataset functionality to datasets
* Fixed existing testcases
* Added working clue and imagefolder
* Added sampler conversion from pybind
* Added sampler creation

!77 Add Python API tree
* Python API tree

add minddataset

TextFileDataset pybind

Rename to skip test_concat.py and test_minddataset_exception.py

!80 Add batch IR to python-api branch, most test cases work
* staging III
* staging, add pybind

Enable more c_api take and CelebA tests; delete util_c_api

!84 Schema changes in datasets.py
* Schema changes

!85 Remove input_indexes from sub-classes
* remove input_index from each subclass

!83 Remove C datasets
* Removed c_dataset package
* Remove c_datasets

!82  pybind switch: shuffle
* pybind switch: shuffle

!86 Add build_vocab
* Add build_vocab

Rebase with upstream/master
_shuffle conflict
BatchNode error

!88 Fix rebase problem
* fix rebase problem

Enable more unit tests; code typo/nit fixes

!91 Fix python vocag hang
* Fix python vocab hang

!89 Added BucketBatchByLength Pybind switch
* Added BucketBatchByLength

Update and enable more tet_c_api_*.py tests

!95 Add BuildSentencePeiceVocab
* - Add BuildSentencePeiceVocab

!96 Fix more tests
* - Fix some tests

- Enable more test_c_api_*
- Add syncwait

!99 pybind switch for device op
* pybind switch for device op

!93 Add getters to python API
* Add getters to python API

!101 Validate tree, error if graph
* - Add sync wait

!103 TFrecord/Random Datasets schema problem
* - TfRecord/Random schem aproblem

!102 Added filter pybind switch
* Added Filter pybind switch

!104 Fix num_samples
* - TfRecord/Random schem aproblem

!105 Fix to_device hang
* Fix to_device hang

!94 Adds Cache support for CLUE dataset
* Added cache for all dataset ops
* format change
* Added CLUE cache support
* Added Cache conversion

Add save pybind

fix compile err

init modify concat_node

!107 Fix some tests cases
* Fix tests cases

Enable and fix more tests

!109 pybind switch for get dataset size
* pybind_get_dataset_size

some check-code fixes for pylint, cpplint and clang-format

!113 Add callback
* revert
* dataset_sz 1 line
* fix typo
* get callback to work

!114 Make Android compile clean
* Make Android Compile Clean

Fix build issues due to rebase

!115 Fix more tests
* Fix tests cases
* !93 Add getters to python API

fix test_profiling.py

!116 fix get dataset size
* fix get dataset size

!117 GetColumnNames pybind switch
* Added GetColumnNames pybind switch

code-check fixes: clangformat, cppcheck, cpplint, pylint

Delete duplicate test_c_api_*.py files; more lint fixes

!121 Fix cpp tests
* Remove extra call to getNext in cpp tests

!122 Fix Schema with Generator
* Fix Schema with Generator

fix some cases of csv & mindrecord

!124 fix tfrecord get_dataset_size and add some UTs
* fix tfrecord get dataset size and add some ut for get_dataset_size

!125 getter separation
* Getter separation

!126 Fix sampler.GetNumSamples
* Fix sampler.GetNumSampler

!127 Assign runtime getter to each get function
* Assign runtime getter to each get function

Fix compile issues

!128 Match master code
* Match master code

!129 Cleanup DeviceOp/save code
* Cleanup ToDevice/Save code

!130 Add cache fix
* Added cache fix for map and image folder

!132 Fix testing team issues
* Pass queue_name from python to C++
* Add Schema.from_json

!131 Fix Cache op issues and delete de_pipeline
* Roll back C++ change
* Removed de_pipeline and passing all cache tests.
* fixed cache tests

!134 Cleanup datasets.py part1
* Cleanup dataset.py part1

!133 Updated validation for SentencePieceVocab.from_dataset
* Added type_check for column names in SentencePieceVocab.from_dataset

Rebase on master 181120 10:20

fix profiling

temporary solution of catching stauts from Node.Build()

!141 ToDevice Termination
* ToDevice termination

pylint fixes

!137 Fix test team issues and add some corresponding tests
* Fix test team issues and add some corresponding tests

!138 TreeGetter changes to use OptPass
* Getter changes to use OptPass (Zirui)

Rebase fix

!143 Fix cpplint issue
* Fix cpplint issue

pylint fixes in updated testcases

!145 Reset exceptions testcase
* reset exception test to master

!146 Fix Check_Pylint Error
* Fix Check_Pylint Error

!147 fix android
* fix android

!148 ToDevice changes
* Add ToDevice to the iterator List for cleanup at exit

!149 Pylint issue
* Add ToDevice to the iterator List for cleanup at exit

!150 Pylint 2
* Add ToDevice to the iterator List for cleanup at exit

!152 ExecutionTree error
* ET destructor error

!153 in getter_pass, only remove callback, without deleting map op
* getter pass no longer removes map

!156 early __del__ of iterator/to_device
* early __del__ of iterator

!155 Address review comments Eric 1
* Added one liner fix to validators.py
* roll back signature fix
* lint fix
* Eric Address comments 2
* C++ lint fix
* Address comments Eric 1

!158 Review rework for dataset bindings - part 1
* Reorder nodes repeat and rename
* Review rework for dataset bindings - part 1

!154 Fixing minor problems in the comments (datasets.py, python_tree_consumer.cc, iterators_bindings.cc, and iterators.py)
* Fixing minor problems in the comments (datasets.py, python_tree_consum…

!157 add replace none
* Add replace_none to datasets.py, address comments in tests

Trying to resolve copy

Override the deepcopy method of deviceop

Create_ir_tree method

Create_ir_tree method 2

Create_ir_tree method 2

del to_device if already exists

del to_device if already exists

cache getters shapes and types

Added yolov3 relaxation, to be rolled back

Get shapes and types together

bypass yolo

NumWorkers for MapOp

revert Yolo

revert Thor

Print more info

Debug code: Update LOG INFO to LOG ERROR

do not remove epochctrl for getter pass

Remove repeat(1)

pritn batch size

add log to tree_consumer and device_queue op

Revert PR 8744

Signed-off-by: alex-yuyue <yue.yu1@huawei.com>

__del__ toDEvice

__del__ toDevice2

!165 add ifndef ENABLE_ANDROID to device queue print
* Add ifndef ENABLE_ANDROID to device queue print

revert some changes

!166 getter: get_data_info
* getter: get_data_info

!168 add back tree print
* revert info to warnning in one log
* add back the missed print tree log

Release GIL in GetDataInfo
2020-11-25 15:46:59 -05:00
mindspore-ci-bot 979bb26cba !9031 Fix DatasetCache parameter check
From: @lixiachen
Reviewed-by: @nsyca,@mikef
Signed-off-by: @nsyca
2020-11-26 03:55:02 +08:00
Lixia Chen ab7427f1a9 Minor fix for DatasetCache param validation 2020-11-25 13:20:30 -05:00
peixu_ren 93d4ef428f Add Gamma distribution 2020-11-25 09:40:46 -05:00
mindspore-ci-bot a0e4db6aae !9016 delete input_mask_from_dataset option in transformer's config
From: @yuchaojie
Reviewed-by: @liangchenghui,@linqingke
Signed-off-by: @linqingke
2020-11-25 20:52:55 +08:00
mindspore-ci-bot 7aaca7d721 !8970 add control flow st testcase
From: @zhiyuan_mei
Reviewed-by: @chenfei52,@youui
Signed-off-by: @youui
2020-11-25 20:26:28 +08:00
yanzhenxiang2020 dca109c9a5 fix example of categorical and rnntloss 2020-11-25 20:25:20 +08:00
yuchaojie f13388ee6b delete input_mask_from_dataset option in transformer's config 2020-11-25 17:52:30 +08:00
yinwei b5e289333e add st testcase 2020-11-25 15:46:56 +08:00
mindspore-ci-bot 22d683a805 !8920 Adapt ops LinSpace for Ascend.
From: @liu_xiao_93
Reviewed-by: @liangchenghui,@linqingke,@liangchenghui
Signed-off-by: @liangchenghui,@liangchenghui
2020-11-25 12:03:56 +08:00
mindspore-ci-bot d9b4b5c750 !8954 Add SequenceMask operator.
From: @liangzhibo
Reviewed-by: @chenfei52,@zh_qh
Signed-off-by: @zh_qh
2020-11-25 11:41:59 +08:00
mindspore-ci-bot 21b501bb94 !8752 Add Poisson distribution
From: @peixu_ren
Reviewed-by: 
Signed-off-by:
2020-11-25 10:03:47 +08:00
liuxiao93 584e241e29 Adapt ops LinSpace for Ascend. 2020-11-25 09:50:03 +08:00
peixu_ren 01f5da0a14 Add Poisson distribution 2020-11-24 11:55:39 -05:00
jonwe 9a6ced3cc7 DinNoNan gpu kernel supports int8/uint8 2020-11-24 11:38:03 -05:00
meizhiyuan b80c289caa control_flow case 2020-11-24 21:17:28 +08:00
anancds 7c73bc50f4 fixed codex 2020-11-24 21:04:04 +08:00
mindspore-ci-bot 5353cd196b !8935 remove quantization_aware option in Mobilenetv2-quant config
From: @yuchaojie
Reviewed-by: @chenfei52
Signed-off-by:
2020-11-24 20:18:21 +08:00
l00591931 17c0810f9e add SequenceMask operator 2020-11-24 19:47:28 +08:00
zhoufeng d532af3a9a new hccl interface
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2020-11-24 17:34:35 +08:00
yuchaojie 9051c56436 remove quantization_aware option in Mobilenetv2-quant config 2020-11-24 16:03:21 +08:00
mindspore-ci-bot 0ad2c31b56 !8453 Add GPU p2p kernels
From: @zpac
Reviewed-by: @stsuteng
Signed-off-by: @stsuteng
2020-11-24 15:24:03 +08:00
mindspore-ci-bot fd9cd7afcd !8744 [MD] support ascend dynamic shape in sink mode
From: @liyong126
Reviewed-by: 
Signed-off-by:
2020-11-24 15:13:49 +08:00
mindspore-ci-bot c60f413ee2 !8933 modify Resnet50-quant data_load_mode value
From: @yuchaojie
Reviewed-by: @sanjaychan,@chenfei52
Signed-off-by: @sanjaychan
2020-11-24 15:09:52 +08:00
ZPaC db3a2d60cb GPU supports p2p nccl interfaces 2020-11-24 14:17:53 +08:00
mindspore-ci-bot d8b26d9425 !8874 add st testcases
From: @zsj_mind
Reviewed-by: 
Signed-off-by:
2020-11-24 14:12:01 +08:00
liyong 48e688c166 add dynamic shape support 2020-11-24 12:13:18 +08:00
zhushujing 2bd37b79c8 add new testcase for access control
Signed-off-by: zhushujing <zhushujing@huawei.com>
2020-11-24 11:22:30 +08:00
mindspore-ci-bot 0d49650bd5 !8888 Add PyNative Device Profiling
From: @jojobugfree
Reviewed-by: @kisnwang,@jjfeing
Signed-off-by: @jjfeing
2020-11-24 10:50:43 +08:00
mindspore-ci-bot 0793198891 !8917 Add grad definition for sigmoidGrad.
From: @david-he91
Reviewed-by: @liangchenghui,@linqingke
Signed-off-by: @liangchenghui
2020-11-24 10:39:36 +08:00
yuchaojie c32139f3fa modify Resnet50-quant data_load_mode value 2020-11-24 10:10:35 +08:00
mindspore-ci-bot 3d6d820612 !8154 Add nn.MultiFieldEmbedding for the embedding lookup opearations
From: @huangxinjing
Reviewed-by: 
Signed-off-by:
2020-11-24 09:49:39 +08:00
mindspore-ci-bot 6a04c21456 !8875 Fix some bug about GatherD and GatherDGrad op on gpu
From: @yuan_shen_zhou
Reviewed-by: 
Signed-off-by:
2020-11-24 09:46:50 +08:00
mindspore-ci-bot d915fd9b96 !8592 change repeat_elements to a composite op
From: @tom__chen
Reviewed-by: 
Signed-off-by:
2020-11-23 23:15:23 +08:00
huangxinjing b0deb7a289 Add dense embedding 2020-11-23 20:21:58 +08:00
hedongodng 0279323b99 add grad definition for sigmoidGrad operation 2020-11-23 20:08:46 +08:00
mindspore-ci-bot ab26dd71dc !8789 Enable value inference in Concat; Support const input in graph_ir convertor.
From: @c_34
Reviewed-by: @liangchenghui,@guoqi1024
Signed-off-by: @liangchenghui
2020-11-23 19:54:32 +08:00
caifubi 12643a33dd Add profiling reporter 2020-11-23 16:53:11 +08:00
zhouyuanshen e1026961f7 fix some bug in gather and gathergrad op 2020-11-23 16:24:45 +08:00
mindspore-ci-bot 2eee1c06f0 !8842 Change Ones/Zeros operator
From: @liangzhibo
Reviewed-by: @chenfei52
Signed-off-by:
2020-11-23 12:37:19 +08:00
mindspore-ci-bot 7f725b93a3 !8234 Remove expm1_generic and log1p_generic from PP utils
From: @peixu_ren
Reviewed-by: 
Signed-off-by:
2020-11-23 09:56:07 +08:00
l00591931 f1e92d0ea7 Change Ones/zeros 2020-11-23 09:33:38 +08:00
mindspore-ci-bot e3371a01d5 !8751 Fix minor bugs in bijector and distribution
From: @shallydeng
Reviewed-by: @zichun_ye,@sunnybeike
Signed-off-by:
2020-11-23 08:50:57 +08:00
shenwei41 4132228c10 Add c++ api of randomresizecropwithbbox 2020-11-21 17:06:56 +08:00
mindspore-ci-bot 82456e3f2b !8749 batchnorm2d test case for use_batch_statistics is false
From: @jonwe
Reviewed-by: @robingrosman
Signed-off-by:
2020-11-21 00:54:57 +08:00
mindspore-ci-bot f6d7fc7eeb !8746 fixed get post message return type
From: @anancds
Reviewed-by: 
Signed-off-by:
2020-11-20 14:59:09 +08:00
mindspore-ci-bot cfb9fb40d0 !8794 Add nn.Interpolate() function.
From: @liangzhibo
Reviewed-by: @chenfei52,@zh_qh
Signed-off-by: @zh_qh
2020-11-20 14:55:21 +08:00
mindspore-ci-bot 7689062c7d !8727 Clean code for gnmt_v2 network
From: @gaojing22
Reviewed-by: @yingjy,@guoqi1024
Signed-off-by: @yingjy
2020-11-20 11:16:33 +08:00
mindspore-ci-bot 044c7d183c !8803 Validate SampledSoftmaxLoss Args
From: @jonwe
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
2020-11-20 10:58:39 +08:00
gaojing a23ddaf409 clean_code 2020-11-19 21:07:47 -05:00
l00591931 05e26f4739 Add nn.interpolate() 2020-11-20 10:00:47 +08:00
anancds 69338af0f5 fixed get post message return type 2020-11-20 09:27:56 +08:00
mindspore-ci-bot 81dfd70ece !8785 Add Parallel Operator UnsortedSegmentMax
From: @huangxinjing
Reviewed-by: @yangzhenzhang,@stsuteng,@kisnwang
Signed-off-by: @stsuteng
2020-11-20 09:23:30 +08:00
jonwe 036e28bb96 batchnorm2d use_batch_statistics false test case 2020-11-19 16:23:23 -05:00
mindspore-ci-bot 2e0981faec !8801 gpu op for testing dynamic shape
From: @peilin-wang
Reviewed-by: @robingrosman
Signed-off-by:
2020-11-20 05:15:52 +08:00
tom__chen a52cd685fc change repeat_element op to a composite op 2020-11-19 15:42:22 -05:00
mindspore-ci-bot 812095de8f !8753 Adds execute testcase and fix get_dataset_size
From: @ezphlow
Reviewed-by: 
Signed-off-by:
2020-11-20 02:06:55 +08:00
Jonathan Yan 22cb2814e8 validate SampledSoftmaxLoss args 2020-11-19 12:43:58 -05:00
Peilin Wang 3d4d5ec77f initial commit for gpu dynamic shape testing op
fix ci

fix ci
2020-11-19 11:22:39 -05:00
chenhaozhe b3add83bf0 support const input in graph_ir convertor, add value inference in Concat 2020-11-19 20:34:49 +08:00
mindspore-ci-bot 8980bc3de7 !8675 support allreduce prod
From: @yao_yf
Reviewed-by: @stsuteng,@kisnwang
Signed-off-by: @stsuteng
2020-11-19 20:21:27 +08:00
mindspore-ci-bot 39352ca658 !8580 Add Operation AllSwap Primitive
From: @huangxinjing
Reviewed-by: 
Signed-off-by:
2020-11-19 19:41:06 +08:00
huangxinjing 89e7778497 Add UnsortedSegmentMax Operation 2020-11-19 17:41:54 +08:00
mindspore-ci-bot fa2185b8ef !8661 Add nn.Tril() and nn.Triu()
From: @liangzhibo
Reviewed-by: 
Signed-off-by:
2020-11-19 16:34:32 +08:00
wanyiming dad47cf2dd mod_comments 2020-11-19 16:03:40 +08:00
mindspore-ci-bot f827c18f1d !8289 Add Parallel Implements of Slice Op
From: @huangxinjing
Reviewed-by: 
Signed-off-by:
2020-11-19 15:54:20 +08:00
mindspore-ci-bot 99fc0a4e64 !8526 Add 'in_channel' and 'out_channel' to cell_attr_register
From: @wanyiming
Reviewed-by: @kingxian
Signed-off-by: @kingxian
2020-11-19 15:41:53 +08:00
Eric 45292abdfd Added execute test case
Added execute tests for server
2020-11-18 23:44:46 -05:00
mindspore-ci-bot a3ae3b9794 !8695 add AdamOffload optimizer
From: @wangnan39
Reviewed-by: @stsuteng,@stsuteng,@kingxian
Signed-off-by: @kingxian
2020-11-19 10:42:14 +08:00
l00591931 e1dba1337c Add nn.Tril function 2020-11-19 10:31:30 +08:00
Xun Deng b5e05472ce fix minor bugs in bijector and distribution utils, fix docs issues 2020-11-18 21:13:47 -05:00
mindspore-ci-bot c8047a35ab !8632 [MD] Add Multiply op for Lite Dataset
From: @jiangzhiwen8
Reviewed-by: @liucunwei,@heleiwang
Signed-off-by: @liucunwei
2020-11-19 09:58:43 +08:00
mindspore-ci-bot 215fce192e !8737 [MD] Fix the Pad function return false if bottom value is 0
From: @jiangzhiwen8
Reviewed-by: @xulei2020,@liucunwei,@heleiwang
Signed-off-by: @liucunwei
2020-11-19 09:07:25 +08:00
mindspore-ci-bot b07f6383cb !8674 Fix doc example for ScatterUpdate and support int8/uint8
From: @TFbunny
Reviewed-by: @robingrosman,@tom__chen,@robingrosman
Signed-off-by: @robingrosman
2020-11-19 07:34:36 +08:00
mindspore-ci-bot f1ef84e1a6 !8714 dataset Python UT: Add Sampler Chain Tests, with get_dataset_size
From: @cathwong
Reviewed-by: @nsyca,@mikef
Signed-off-by: @nsyca
2020-11-19 03:26:44 +08:00
mindspore-ci-bot f352f9a54a !8511 [MD] Decouple more Transform Ops
From: @luoyang42
Reviewed-by: 
Signed-off-by:
2020-11-18 23:19:36 +08:00
mindspore-ci-bot 8e1ce841b4 !8688 dataset: modify the error log msg in python layer to be more acceptable
From: @ms_yan
Reviewed-by: 
Signed-off-by:
2020-11-18 21:43:48 +08:00
huangxinjing 8129806475 Add slice parallel op 2020-11-18 20:20:33 +08:00
mindspore-ci-bot ee72de1db2 !8441 Add Parallel Implements of UniformCandidateSampler
From: @huangxinjing
Reviewed-by: 
Signed-off-by:
2020-11-18 18:59:31 +08:00
mindspore-ci-bot cd6236c0a0 !8712 update pipeline parallel interface
From: @yangzhenzhang
Reviewed-by: @kisnwang
Signed-off-by:
2020-11-18 18:59:04 +08:00
mindspore-ci-bot fb0e866ad1 !8269 forward unique dynamic shape
From: @yao_yf
Reviewed-by: 
Signed-off-by:
2020-11-18 18:53:46 +08:00
huangxinjing 23284f0b35 Add AllSwap Op 2020-11-18 18:35:28 +08:00
ms_yan 0cb5c47856 add err modify 2020-11-18 16:30:24 +08:00
jiangzhiwen bc91f7b3ac fix pad zero 2020-11-18 16:14:37 +08:00
wangnan39@huawei.com ab811fca8f add AdamOffload optimizer 2020-11-18 16:13:47 +08:00
yao_yf 31819bb4a7 support forward unique 2020-11-18 15:22:14 +08:00
luoyang d43155b5b0 [MD] Decouple more Transform Ops 2020-11-18 14:50:59 +08:00
mindspore-ci-bot 3b946d4eb2 !8678 expand logsoftmax and grad, delete cast in softmax and fix layernorm compute dsl
From: @zengzitao
Reviewed-by: @gaoxiong1,@ryanww
Signed-off-by: @ryanww
2020-11-18 14:27:37 +08:00
yangzhenzhang 278e82a849 update pipeline parallel 2020-11-18 13:55:34 +08:00
yao_yf 1529d544b9 add allreduce prod 2020-11-18 11:08:56 +08:00
mindspore-ci-bot f40a4781e4 !8656 Adapt DynamicGRUV2Grad for Ascend new backend.
From: @liu_xiao_93
Reviewed-by: @jjfeing,@liangchenghui
Signed-off-by: @liangchenghui
2020-11-18 09:54:05 +08:00
huangxinjing 2730cef047 Uniform Sampler Base Update 2020-11-18 09:39:32 +08:00
mindspore-ci-bot 7fd2db437b !8484 Add Digamma op
From: @peixu_ren
Reviewed-by: @zh_qh,@liangchenghui,@zh_qh
Signed-off-by: @liangchenghui
2020-11-18 09:15:51 +08:00
mindspore-ci-bot e3b1814401 !8713 Fix for GetDatasetSize issue in TextFile
From: @mahdirahmanihanzaki
Reviewed-by: @nsyca,@robingrosman
Signed-off-by: @nsyca
2020-11-18 05:39:51 +08:00
Cathy Wong e5f62013f4 dataset Python UT: Add Sampler Chain Tests, with get_dataset_size 2020-11-17 15:24:44 -05:00
Mahdi 449e1526dc Fixed GetDatasetSize for TextFile 2020-11-17 15:22:58 -05:00
TFbunny fb1a65c469 add int8 and uint8 support to scatteradd and fix doc example 2020-11-17 14:41:50 -05:00
peixu_ren 4aa836dae1 Add Digamma op 2020-11-17 11:49:20 -05:00
Zirui Wu ff5999fc2f add removal pass for getters
fix CI round I

fix ci round II

address review cmts

fix ci round II
2020-11-17 10:49:23 -05:00
liuxiao93 2aaf5e2e1b Adapt DynamicGRUV2Grad for Ascend new backend. 2020-11-17 20:27:18 +08:00
mindspore-ci-bot 1bd0ed450c !8630 fix mul broadcast and tanhgrad bug
From: @zhao_ting_v
Reviewed-by: @kisnwang,@wuxuejian
Signed-off-by: @liangchenghui
2020-11-17 14:42:08 +08:00
mindspore-ci-bot 88c91f4618 !8482 Add IGamma operator
From: @peixu_ren
Reviewed-by: @zh_qh
Signed-off-by:
2020-11-17 10:46:04 +08:00
zengzitao 266bfa50bf expand logsoftmax and logsoftmax_grad, delete softmax's cast and fix layernorm op 2020-11-17 09:57:58 +08:00
peixu_ren 65d50861ec Remove expm1_generic and log1p_generic from PP utils 2020-11-16 16:12:13 -05:00
Mahdi ecde0f03a2 Updated GetNumSamples logic 2020-11-16 16:03:14 -05:00
peixu_ren 5e9178c5b6 Add IGamma operator 2020-11-16 15:40:09 -05:00
mindspore-ci-bot 52eb2d3401 !8477 Add Cauchy distribution
From: @shallydeng
Reviewed-by: @zichun_ye
Signed-off-by:
2020-11-16 23:24:00 +08:00
mindspore-ci-bot 0d00f6c14e !7039 Add equal op for cpu
From: @xcnick
Reviewed-by: 
Signed-off-by:
2020-11-16 21:08:41 +08:00
zhaoting 6d8fb56ea8 fix mul broadcast and tanhgrad bug 2020-11-16 19:55:05 +08:00
mindspore-ci-bot b411c05de0 !8495 Adapt DynamicGRUV2 forward for Ascend new backend.
From: @liu_xiao_93
Reviewed-by: 
Signed-off-by:
2020-11-16 19:13:16 +08:00
mindspore-ci-bot 20ee16daf9 !8625 Add Ascend st testcases for graph kernel
From: @looop5
Reviewed-by: @ckey_dou,@gaoxiong1
Signed-off-by: @gaoxiong1
2020-11-16 19:04:31 +08:00
looop5 f5f66abd06 Add testcases in Ascend back-end for graph kernel 2020-11-16 16:40:12 +08:00
jiangzhiwen b30c1045e1 add lite_mat multiply 2020-11-16 15:05:31 +08:00
mindspore-ci-bot a321f402c8 !8579 Add view function for tensor
From: @liangzhibo
Reviewed-by: @zh_qh,@chenfei52
Signed-off-by: @zh_qh
2020-11-16 14:37:21 +08:00
mindspore-ci-bot efd3e6a168 !8566 add dynamic for cache ops
From: @fangzehua
Reviewed-by: 
Signed-off-by:
2020-11-16 14:30:58 +08:00
mindspore-ci-bot 9c957072e2 !8097 Remove redundant phi nodes
From: @ginfung
Reviewed-by: 
Signed-off-by:
2020-11-16 14:06:52 +08:00
fangzehua b7d8e87647 add dynamic ops 2020-11-16 11:07:40 +08:00
mindspore-ci-bot f885f6636f !8564 expand layernorm_grad
From: @zengzitao
Reviewed-by: 
Signed-off-by:
2020-11-16 10:55:02 +08:00
l00591931 7a192973ff Add view function for tensor 2020-11-16 10:49:19 +08:00
mindspore-ci-bot 929d31653d !8535 add export air test
From: @changzherui
Reviewed-by: @kingxian
Signed-off-by: @kingxian
2020-11-16 10:11:54 +08:00
mindspore-ci-bot 2bf165c0b4 !8557 run cast before allgather in parallel optimzier
From: @gong_zi_yan
Reviewed-by: 
Signed-off-by:
2020-11-16 09:55:44 +08:00
mindspore-ci-bot 5efacd8896 !8556 add rank_index_in_stage for parallel ops
From: @yangzhenzhang
Reviewed-by: 
Signed-off-by:
2020-11-16 09:55:08 +08:00
yujianfeng 3176d377e6 Remove redundant phi nodes 2020-11-16 09:36:55 +08:00
zengzitao 326540cbbd expand layernorm_grad op 2020-11-16 09:03:13 +08:00
changzherui ffeacf13e4 add exoirt air test 2020-11-13 22:18:45 +08:00
mindspore-ci-bot 9e387e3b56 !8514 dataset_attr_name
From: @bai-yangfan
Reviewed-by: 
Signed-off-by:
2020-11-13 16:44:19 +08:00
yangzhenzhang 0c2c76d037 update get rank in parallel ops 2020-11-13 16:43:44 +08:00
mindspore-ci-bot edcb0cd86b !8370 [MD] Use neon instruction set to accelerate the Substract and Divide ops
From: @jiangzhiwen8
Reviewed-by: @xulei2020
Signed-off-by:
2020-11-13 16:14:00 +08:00
mindspore-ci-bot c11c79170e !8554 Add expand_as function to tensor
From: @liangzhibo
Reviewed-by: @zh_qh,@chenfei52
Signed-off-by: @zh_qh
2020-11-13 15:19:01 +08:00
liuxiao93 d471ac491e Adapt DynamicGRUV2 forward for Ascend new backend. 2020-11-13 14:54:40 +08:00
Ziyan 0ddb754edb run cast before parallel optimizer 2020-11-13 14:04:04 +08:00
l00591931 ba7ee2aa13 add expand_as function 2020-11-13 11:42:54 +08:00
bai-yangfan b4e020d081 dataset_attr_name 2020-11-13 11:28:33 +08:00
mindspore-ci-bot 9a8d4da5dc !8376 PS mode supports negative index looking up.
From: @zpac
Reviewed-by: @limingqi107
Signed-off-by:
2020-11-13 11:05:19 +08:00
ZPaC 5df0350b67 PS mode supports negative index looking up. 2020-11-13 09:33:55 +08:00
mindspore-ci-bot c54a4a4494 !8540 Added GetColumnNames to C++
From: @mahdirahmanihanzaki
Reviewed-by: @nsyca,@jonyguo
Signed-off-by: @nsyca
2020-11-13 09:33:37 +08:00
mindspore-ci-bot 3fdd75dd5e !8450 add supports to op randomcategorical on gpu
From: @yuan_shen_zhou
Reviewed-by: @c_34,@liangchenghui
Signed-off-by: @c_34,@liangchenghui
2020-11-13 09:28:28 +08:00
mindspore-ci-bot dbe5229c56 !8492 expand maxmium_grad minimum_grad and dropout_grad
From: @zengzitao
Reviewed-by: @gaoxiong1,@ckey_dou
Signed-off-by: @ckey_dou
2020-11-13 09:16:33 +08:00
Mahdi 5a7515e48f Added GetColumnNames to C++ 2020-11-12 16:36:59 -05:00
mindspore-ci-bot 71af3bf1ac !8283 Minimum Op and Mul Op support dynamic shape
From: @jonwe
Reviewed-by: 
Signed-off-by:
2020-11-13 05:24:00 +08:00
mindspore-ci-bot d2427b6e89 !8538 fix get_num_class in imagefolder
From: @ziruiwu
Reviewed-by: @robingrosman,@nsyca
Signed-off-by: @nsyca
2020-11-13 05:07:11 +08:00
Zirui Wu 3555d19b07 fix get num_class in imagefolder
address cmt

review cmts
2020-11-12 14:26:54 -05:00
Jonathan Yan 5a8238a09c mul v1 2020-11-12 13:45:10 -05:00
mindspore-ci-bot ffc5209c09 !8476 Merge CacheOp_dev fixes for HQ system test.
From: @jkl_lee
Reviewed-by: 
Signed-off-by:
2020-11-13 01:30:41 +08:00
Jesse Lee c795879313 CacheOp delivery for HQ tester 2020-11-12 08:48:29 -05:00
mindspore-ci-bot a442024604 !8510 Add Ones and Zeros operators
From: @liangzhibo
Reviewed-by: @zh_qh,@chenfei52
Signed-off-by: @zh_qh
2020-11-12 20:45:52 +08:00
wanyiming 237bcfd36b add_channel_to_attr 2020-11-12 20:18:26 +08:00
mindspore-ci-bot 7aa7ece5ce !8497 add stage id for pipeline parallel
From: @yangzhenzhang
Reviewed-by: @stsuteng,@kisnwang
Signed-off-by: @stsuteng
2020-11-12 17:23:39 +08:00
jiangzhiwen 03bbe5f2a8 neon acceleration for subtract 2020-11-12 16:30:40 +08:00
l00591931 886ef520d7 Add Ones and Zeros operators 2020-11-12 16:26:28 +08:00
mindspore-ci-bot f16509388c !8409 Multi-dimensional list value assignment
From: @liangzhibo
Reviewed-by: @chenfei52
Signed-off-by:
2020-11-12 14:36:20 +08:00
Xun Deng 1a68ccb40b added Cauchy distribution 2020-11-11 22:36:34 -05:00
yangzhenzhang 41d925b68a set stage id 2020-11-12 11:14:31 +08:00
zengzitao 28f1db74dd expand maximum_grad minimum_grad dropout_grad op 2020-11-12 10:31:03 +08:00
mindspore-ci-bot f60ae8925d !8480 Add RandomNode fix
From: @ezphlow
Reviewed-by: @pandoublefeng,@heleiwang
Signed-off-by:
2020-11-12 10:00:03 +08:00
mindspore-ci-bot 510a0399fc !8335 added cluster config and message handler unit test,change namespace from comm to core
From: @anancds
Reviewed-by: 
Signed-off-by:
2020-11-12 09:33:29 +08:00
Eric a21eb2d527 Added random node fix 2020-11-11 17:24:48 -05:00
mindspore-ci-bot 7d6039d384 !7858 [MS][GPU] Add Unique Op
From: @tom__chen
Reviewed-by: 
Signed-off-by:
2020-11-12 04:08:07 +08:00
mindspore-ci-bot a511e32cf8 !8386 [MS] Changing TensorDot from P Operations op to Composite op
From: @danishnxt
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
2020-11-12 02:12:25 +08:00
zhouyuanshen 048fc49aed add support to op RandomCategorical 2020-11-11 19:13:13 +08:00
mindspore-ci-bot 0de9d3e5b7 !6989 split sort for parallel run
From: @kisnwang
Reviewed-by: 
Signed-off-by:
2020-11-11 18:54:56 +08:00
mindspore-ci-bot fed8702a29 !8457 update test_resnet50_quant loss threshold to 2.6
From: @yuchaojie
Reviewed-by: @c_34,@xsmq
Signed-off-by: @c_34
2020-11-11 17:36:01 +08:00
mindspore-ci-bot 156980778b !8416 Fix RealDiv Type Error when insert an VirtualDiv Operation
From: @huangxinjing
Reviewed-by: @stsuteng
Signed-off-by: @stsuteng
2020-11-11 17:24:19 +08:00
mindspore-ci-bot 8e3bf54fd2 !7032 add CTCGreedyDecoder ops for aicpu
From: @yanzhenxiang2020
Reviewed-by: 
Signed-off-by:
2020-11-11 17:23:05 +08:00
yuchaojie 733a37be13 update test_resnet50_quant loss threshold to 2.6 2020-11-11 16:06:17 +08:00
mindspore-ci-bot 222a0bccf4 !8431 Add more check in unsorted_segment_sum_fission pass to avoid doing wrong optimize which cause runtime error
From: @irmo
Reviewed-by: 
Signed-off-by:
2020-11-11 15:44:51 +08:00
anancds 96d8c411e7 added message handler unit test 2020-11-11 14:50:18 +08:00
mindspore-ci-bot 623df51e06 !8420 mode_train_file
From: @bai-yangfan
Reviewed-by: @chenfei52,@zh_qh
Signed-off-by: @zh_qh
2020-11-11 13:09:52 +08:00
huanghui 1c6c280da7 fix unsorted_segment_sum_fission pass 2020-11-11 11:25:55 +08:00
bai-yangfan a9cba56191 mode_train 2020-11-11 10:58:44 +08:00
huangxinjing 12e9107162 Fix VirtualDiv Int32 error 2020-11-11 09:32:57 +08:00
l00591931 c5b5a6719c Enable multi-dimensional list value assignment 2020-11-11 09:25:12 +08:00
mindspore-ci-bot eb5ae1a0fc !8423 nn.Dense support ND*2D
From: @wanyiming
Reviewed-by: 
Signed-off-by:
2020-11-11 09:07:02 +08:00
mindspore-ci-bot 70f5775711 !8387 Add support for GetClassIndexing in C++ API
From: @alex-yuyue
Reviewed-by: 
Signed-off-by:
2020-11-11 03:02:22 +08:00
tom__chen 9263145990 gpu unique op kernel and st test 2020-11-10 13:45:25 -05:00
alex-yuyue d7c3a9ba00 Add GetClassIndexing
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
2020-11-10 11:02:02 -05:00
TFbunny 7f769568a6 Register SparseGatherV2 and add dynamic shape support 2020-11-10 10:49:49 -05:00
wanyiming 2e6db43ec5 modify_dense 2020-11-10 23:06:30 +08:00
kswang b88e722e12 add graph partition 2020-11-10 22:01:10 +08:00
mindspore-ci-bot e62285e8e7 !8396 Adapt UnsortedSegmentMax for Ascend.
From: @liu_xiao_93
Reviewed-by: @liangchenghui,@c_34
Signed-off-by: @liangchenghui
2020-11-10 19:09:35 +08:00
mindspore-ci-bot bc12c647a5 !8380 [MD]remove opencv api with lite_cv in lite train
From: @xulei2020
Reviewed-by: @heleiwang
Signed-off-by:
2020-11-10 14:41:36 +08:00
mindspore-ci-bot f059859909 !8367 expand tanh_grad and reduce mean , add some graph kernel test case, fix kernel info bug
From: @zengzitao
Reviewed-by: @gaoxiong1
Signed-off-by:
2020-11-10 14:20:56 +08:00
liuxiao93 92ba9d94df Adapt UnsortedSegmentMax for Ascend. 2020-11-10 14:12:00 +08:00
zengzitao db27783d54 expand tanh_grad and reduce_mean, fix bug and add test_case in ci 2020-11-10 10:37:38 +08:00
mindspore-ci-bot 4e07f43dff !8323 [Auto parallel] Supporting for-loop in strategy-searching
From: @xiaoda_zh
Reviewed-by: 
Signed-off-by:
2020-11-10 10:33:25 +08:00
xulei2020 f8d1b20873 init litemat from memory 2020-11-10 10:12:39 +08:00
mindspore-ci-bot f8f2d127cd !7999 optimize cpu unique
From: @kisnwang
Reviewed-by: 
Signed-off-by:
2020-11-10 09:42:01 +08:00
mindspore-ci-bot 5a4af56c15 !8322 add parallel op for Range
From: @yangzhenzhang
Reviewed-by: @xiaoda_zh,@cristoval
Signed-off-by:
2020-11-10 09:18:56 +08:00
danishnxt 9dba65c424 TensorDot Conv: P -> C 2020-11-09 17:25:10 -05:00
mindspore-ci-bot 35dd47711d !7798 ROIAlign GPU kernel height/width plus1
From: @jonwe
Reviewed-by: @robingrosman,@robingrosman,@tom__chen
Signed-off-by: @tom__chen
2020-11-09 21:14:03 +08:00
mindspore-ci-bot b6ff3537be !8372 mode_export_example
From: @bai-yangfan
Reviewed-by: @sanjaychan,@kingxian
Signed-off-by: @sanjaychan
2020-11-09 21:08:48 +08:00
mindspore-ci-bot 7622b44c21 !8170 Support Nd*2d for nn.Dense
From: @wanyiming
Reviewed-by: 
Signed-off-by:
2020-11-09 21:01:51 +08:00
bai-yangfan a0a4f77524 mode_export_example 2020-11-09 18:40:25 +08:00
Xiaoda Zhang aa13d6b1cd support for-loop in auto-parallel 2020-11-09 17:18:30 +08:00
kswang 618c05d454 optimize cpu unique 2020-11-09 17:05:42 +08:00
yanzhenxiang2020 0162587ebc add CTCGreedyDecoder ops 2020-11-09 16:05:47 +08:00
yangzhenzhang 9747bde861 add range op 2020-11-09 15:14:07 +08:00
HuangBingjian 265a6d61b6 reverse fix shape=0 2020-11-09 15:06:37 +08:00
mindspore-ci-bot 908a494add !8299 [MD] Skip returning IR when meet nullptr in ConcatDataset
From: @luoyang42
Reviewed-by: @nsyca,@pandoublefeng,@jonyguo
Signed-off-by: @jonyguo
2020-11-09 11:49:48 +08:00
mindspore-ci-bot 470027a3a2 !8318 Fix some bugs about API.
From: @liu_xiao_93
Reviewed-by: @liangchenghui
Signed-off-by: @liangchenghui
2020-11-09 11:26:32 +08:00
mindspore-ci-bot c76e7107a5 !8220 Add supports to op unpack on gpu
From: @yuan_shen_zhou
Reviewed-by: @liangchenghui
Signed-off-by: @liangchenghui
2020-11-09 09:50:52 +08:00
mindspore-ci-bot ec5c86c1bb !8191 redesigned bijector broadcast shape and bijector's dtype logic
From: @shallydeng
Reviewed-by: @zichun_ye,@sunnybeike
Signed-off-by: @sunnybeike
2020-11-09 09:47:08 +08:00
mindspore-ci-bot 370e7ab95f !8204 add supports to op pack on gpu
From: @yuan_shen_zhou
Reviewed-by: @liangchenghui
Signed-off-by:
2020-11-09 09:32:09 +08:00
mindspore-ci-bot 36e69f6ef9 !8162 gpu support dynamic shape
From: @wilfchen
Reviewed-by: @limingqi107,@cristoval
Signed-off-by: @cristoval
2020-11-09 09:28:45 +08:00
mindspore-ci-bot 027916cb5f !8315 Cache server stability
From: @jkl_lee
Reviewed-by: @mikef,@nsyca
Signed-off-by: @nsyca
2020-11-08 20:03:23 +08:00
liuxiao93 0a1155f938 Fix some bugs about API. 2020-11-07 17:06:25 +08:00
Lixia Chen f24a788eed Rebase up to 5792d50ca7 2020-11-06 18:39:05 -05:00
Zirui Wu 7538f82da9 add callback to map's c api
fix test err

fix ci round 1

fix ci round 2

add col_order to batch_node

minor fix
2020-11-06 16:36:47 -05:00
mindspore-ci-bot a9a9c45662 !8232 C++ api add Filter
From: @tiancixiao
Reviewed-by: 
Signed-off-by:
2020-11-07 00:32:15 +08:00
mindspore-ci-bot 97e1f6f438 !8248 Add macro and fix album testcase
Merge pull request !8248 from EricZ/helper_dep_removal
2020-11-06 20:33:20 +08:00
mindspore-ci-bot 073d991de4 !8106 add cpu adam delta
Merge pull request !8106 from kisnwang/add-cpu-adam-delta
2020-11-06 17:30:24 +08:00
mindspore-ci-bot 8c2ed3bb80 !8138 Throw an exception when a tensor with 0 shape is constructed.
Merge pull request !8138 from huangbingjian/fix_shape
2020-11-06 16:26:58 +08:00
Xiao Tianci 4a5e287b92 add filter c api and ut 2020-11-06 15:49:23 +08:00
wanyiming 3c7a3b6693 modify_dense 2020-11-06 15:45:43 +08:00
luoyang dcb758bc77 [MD] Skip returning IR when meet nullptr in ConcatDataset 2020-11-06 15:08:11 +08:00
mindspore-ci-bot c919f3d0ad !8230 add parallel ops for repeat_element and tensor dot
Merge pull request !8230 from yangzhenzhang/add-repeat-element-op
2020-11-06 14:47:42 +08:00
mindspore-ci-bot 51edcd30e2 !8270 expand fused_adam and fused_adam_weight_decay and fix some bug
Merge pull request !8270 from ZengZitao/expand_fused_adam
2020-11-06 14:27:18 +08:00
zhouyuanshen 5c4885821f add supports to op unpack on gpu 2020-11-06 14:23:54 +08:00
zhouyuanshen 00f1c0c7f3 add supports to op pack on gpu 2020-11-06 14:19:30 +08:00
wilfChen e4e9362bd0 gpu suppor dynamic shape 2020-11-06 14:16:27 +08:00
kswang cbece74a23 add cpu adam delta 2020-11-06 13:52:54 +08:00
HuangBingjian 4477fcfe19 fix shape bug. 2020-11-06 12:59:03 +08:00
xcnick d647fa8107 add cpu op equal 2020-11-06 12:15:03 +08:00
yangzhenzhang 0a79ab82ae add parallel ops 2020-11-06 12:09:19 +08:00
mindspore-ci-bot c253d874e0 !8280 add export lenet grad example
Merge pull request !8280 from changzherui/add_export_grad_example
2020-11-06 10:14:54 +08:00
Eric 394dbf50e1 Added testing macro and fix album_op test 2020-11-05 13:22:51 -05:00
changzherui 6b823282aa add export mindir lenet grad 2020-11-05 23:01:43 +08:00
mindspore-ci-bot 523c3f07e3 !8194 Optimizer on IR #2 - Call ValidateParams in PrePass
Merge pull request !8194 from nsyca/opt3
2020-11-05 22:52:37 +08:00
mindspore-ci-bot 099765bbb7 !8135 [MD] Transform api decouple
Merge pull request !8135 from luoyang/c-api-pyfunc
2020-11-05 22:41:44 +08:00
Yi Huaijie d7faa77b5e support int64 shape 2020-11-05 21:15:49 +08:00
zengzitao 53043ae18f support expand fused_adam and fused_adam_weight_decay op 2020-11-05 20:56:49 +08:00