i-robot
191c82573f
!21208 Ascend support non-task sink mode
Merge pull request !21208 from baihuawei/graph_mode_nonsink_part2
4 years ago
chenx2ovo
4191dde45f
[feat][assistant][I3CEGM] add op adjust gamma
4 years ago
baihuawei
41de02a58c
ascend support nontask sink
4 years ago
tongyue
08469e113a
[feat][assistant][I3J6TV]add new audio operator BandrejectBiquad
4 years ago
i-robot
2c7b8e73df
!16452 [assistant][BandpassBiquadOp]
Merge pull request !16452 from StyleHang/BandpassBiquadOp
4 years ago
i-robot
69c5021bb5
!20995 pyfunc cpu kernel
Merge pull request !20995 from chenweifeng/cpu-dynamic-input
4 years ago
administrator
29d57a89fb
[feat][assistant][I3TDRD]add new audio operator BandpassBiquad
4 years ago
wilfChen
d6fffdad6e
support dynamic inputs & outputs
4 years ago
hwjiaorui
e498c96a20
tbe json creator UT
4 years ago
i-robot
a81fee280c
!16458 [assistant][AllpassBiquadOp]
Merge pull request !16458 from StyleHang/AllpassBiquadOp
4 years ago
i-robot
00e8645902
!21036 Upgrade Ascend packages 28 Jul 21
Merge pull request !21036 from yanghaoran/upgrade_ascend_0728
4 years ago
zhoufeng
2143241092
change neighbor exchange to all to all
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
yanghaoran
0364650eae
Upgrade Ascend packages 28 Jul 21, with testcases removed
4 years ago
Isaac
b49e1acc3e
[feat] [assistant] [I3J6TM] add new audio operator AllpassBiquad
4 years ago
i-robot
6e84bf0f0f
!16449 [assistant][ops] Add new audio operator BandBiquad
Merge pull request !16449 from StyleHang/BandBiquadOp
4 years ago
liannai
5a341e7e27
[feat] [assistant] [I3J6TS] add new audio operator BandBiquad
4 years ago
yao_yf
dc7dc7d3fa
dataset strategy set
4 years ago
i-robot
34e2581dfc
!20812 Add code for cross-silo with real data femnist and coco
Merge pull request !20812 from ZPaC/cross-silo
4 years ago
i-robot
fd7c0c1514
!20672 add dump ir for python and add dump more info when dynamic shape
Merge pull request !20672 from lianliguang/add_dump_func
4 years ago
ZPaC
dc068cb172
Add code for cross-silo with real data femnist and coco
4 years ago
i-robot
21e090062e
!18674 deserializer 1st part - vision operations
Merge pull request !18674 from zetongzhao/deserialize
4 years ago
lianliguang
dd57fcf8d7
add funcgraph py dump and dump more info for dynamic shape
4 years ago
zetongzhao
8693fd730a
deserialize and tests
4 years ago
dayschan
137608b518
Add LiteGraph for graphkernel
Add a subdirectory "model" in the "backend/optimizer/graph_kernel" for litegraph.
Implement two interfaces "AnfGraph2LiteGraph" and "LiteGraph2AnfGraph".
The litegraph will be the base data structure when we migrate the GraphKernel code
from python("mindspore/_extends/graph_kernel") to c++.
4 years ago
i-robot
fd72de08d9
!20174 Send compilation attrs to akg
Merge pull request !20174 from DeshiChen/0708_compilewithjson
4 years ago
chendongsheng
dc3d6dc915
added cert
4 years ago
dayschan
3ab53dd26d
Send compilation attrs to akg
1. Add a new message type "AKG/ATTR" in AkgKernelBuilder.
the attrs was sent before the kernel infos.
2. Send "online_tuning" attribute when the flag is not zero,
but error occurs in the latest akg submodule.
3. Send "repository_path" attribute when the flag is not empty.
4. Add a new value "compute_capability" into kernel info when the processor is GPU.
4 years ago
i-robot
3d022c9db8
!20246 Print ascend warning&error message using ErrorManager
Merge pull request !20246 from tanghuikang/error_manager
4 years ago
tanghuikang
21c4bf1f27
Print ascend warning and error message using ErrorManager
4 years ago
i-robot
fd8eda24c4
!19904 fix fusion type
Merge pull request !19904 from laiyongqiang/fusionType
4 years ago
i-robot
77cc850c1a
!19882 change kMaliGPU to kGPU
Merge pull request !19882 from yeyunpeng2020/new_api
4 years ago
LaiYongqiang
898a48d6ea
fix fusion type
4 years ago
i-robot
884f5ae1de
!19764 [MD] Remove Builder class phase 3
Merge pull request !19764 from harshvardhangupta/rem-build-2
4 years ago
i-robot
e81aaf5043
!19936 Optimize signal util for ctrl+c
Merge pull request !19936 from VectorSL/signal
4 years ago
vector
ee057e57ec
update signal
4 years ago
yeyunpeng2020
f545bcd9b0
new api use gpu
4 years ago
i-robot
53633ebfd8
!19748 Fix param check and default value of center in Rotate and RandomRotation Ops
Merge pull request !19748 from xiaotianci/fix_rotate_center
4 years ago
i-robot
d6be7c17af
!19771 [MS][LITE][TOD] Add ToD to unified MS API
Merge pull request !19771 from ehaleva/API2
4 years ago
Emir Haleva
fc6d150485
Add Train API to CXX_API
4 years ago
Zhang Qinghua
f7ffc03249
Dump func graph where to call the node.
4 years ago
Xiao Tianci
a77ed2a5c0
fix the param check of center in Rotate, and change the default value of center from {-1, -1} to {}
4 years ago
harshvardhangupta
52d1212239
remove builder
4 years ago
i-robot
a5118ae5f2
!19507 Remove builder from CacheOp, CacheLookupOp, CacheMergeOp
Merge pull request !19507 from lixiachen/remove_cacheop_builders
4 years ago
i-robot
81dbc13611
!19563 Optimize armour directory
Merge pull request !19563 from yyuse/fl_op_armour_dir
4 years ago
i-robot
0e6c4071f5
!18987 use transdata to improve performance in print process
Merge pull request !18987 from lvchangquan/transdata_formal
4 years ago
i-robot
a482cf7dc2
!19458 [AutoParallel]fix pipeline split bug
Merge pull request !19458 from lichen/fix_pipeline_split_bug
4 years ago
yangyuan
818f608f13
Optimize armour directory
4 years ago
Lixia Chen
946693e860
Remove builder from cache ops
4 years ago
i-robot
0a6732f6dc
!19047 [MD] Remove Builder
Merge pull request !19047 from harshvardhangupta/remove_builder
4 years ago
i-robot
1876a359f1
!19457 Optimize federated learning directory
Merge pull request !19457 from ZPaC/change-fl-dir
4 years ago