Sawyer
750ed63db2
[assistant][ops][I48O7Q] Add new sparse operator SparseSoftmaxCrossEntropyWithLogits
2022-09-09 08:20:38 +08:00
i-robot
ac209c4345
!41568 fix some validations and add some tips
...
Merge pull request !41568 from luoyang/fix_issue
2022-09-08 11:11:14 +00:00
i-robot
8e0f9c4e52
!41591 Fix static getter error message
...
Merge pull request !41591 from LiangZhibo/message
2022-09-08 07:19:42 +00:00
liangzhibo
2286ecc53d
Fix error message for static getter
2022-09-08 11:17:15 +08:00
i-robot
a8c30086ff
!41509 Support input of built-in function max is tuple tensor type.
...
Merge pull request !41509 from Margaret_wangrui/max_tuple
2022-09-08 03:00:03 +00:00
i-robot
b61e26287a
!41589 revert all(Tensor) and any(Tensor)
...
Merge pull request !41589 from huangbingjian/revert_all_any
2022-09-08 02:20:07 +00:00
i-robot
223e672401
!41270 Correct supported platforms for Op Median and Col2Im. Disable Op APIs for Bessel funciton. Disable all unsupported AICPU Ops.
...
Merge pull request !41270 from hedongdong/ISSUE20220831
2022-09-07 11:30:04 +00:00
luoyang
10a329d703
fix some validation and add some tips
2022-09-07 18:46:31 +08:00
Margaret_wangrui
4da5cc9f4b
Support built-in function max is tuple tensor.
2022-09-07 17:56:14 +08:00
huangbingjian
b80512a6c0
revert all/any
2022-09-07 14:11:33 +08:00
i-robot
ba01a82880
!41459 support built-in function sum when the type of input is Tensor
...
Merge pull request !41459 from zhouxulin2/sum
2022-09-07 03:25:24 +00:00
hedongdong
16513765e6
Correct supported platforms for Op Median and Col2Im. Disable Op APIs for Bessel funciton
2022-09-07 10:14:04 +08:00
i-robot
eabd34f3b7
!41541 fix bug for stridedslice op
...
Merge pull request !41541 from yangzhenzhang/fix-bug-for-striedslice
2022-09-07 01:13:34 +00:00
zhouxulin2
67609ab114
support built-in function sum when the type of input is Tensor
2022-09-06 16:58:35 +08:00
chenfei
8402dc3570
fix some ut cases mode set
2022-09-06 16:01:00 +08:00
yangzhenzhang
dba41c00da
fix bug for striedslice
2022-09-06 14:55:05 +08:00
i-robot
972d09bcfd
!41304 Adjust debug info.
...
Merge pull request !41304 from 张清华/debug
2022-09-06 01:06:40 +00:00
Zhang Qinghua
6ba39e822a
Adjust debug information.
2022-09-05 14:40:38 +08:00
i-robot
6fd2043884
!35430 [feat] [assistant] [I501QE] Add new operator Perspective
...
Merge pull request !35430 from EdisonLee/Perspective
2022-09-03 07:55:07 +00:00
i-robot
0b1de9daaf
!41334 Fix the bug of mixed call for mutable and set_const_arg of Tensor
...
Merge pull request !41334 from YuJianfeng/tensor_const
2022-09-02 07:56:22 +00:00
jinzi
0091511fbc
update operator Perspective
2022-09-02 15:12:55 +08:00
i-robot
a5982d452c
!32902 [feat][assistant][I48O8N] add new Ascend operator ScaleAndTranslate and ScaleAndTranslate
...
Merge pull request !32902 from Wangsong95/Scale
2022-09-02 02:11:27 +00:00
i-robot
08eb71fc68
!40846 Fix TFRecordDataset's coredump when loading large tfrecord files
...
Merge pull request !40846 from xiaotianci/fix_tf_record_coredump
2022-09-02 01:23:21 +00:00
yujianfeng
6aed61752b
Fix the bug of mixed call for mutable and set_const_arg of Tensor
2022-09-01 20:24:32 +08:00
i-robot
3daacb02f0
!40664 support operator bitwise_xor, left_shift and right_shift for graph mode
...
Merge pull request !40664 from zhouxulin2/bitwise_test
2022-09-01 11:11:39 +00:00
liang_xiubo
3a592e452e
[feat][assistant][I48O8N] add new Ascend operator ScaleAndTranslate and
...
ScaleAndTranslateGrad
2022-09-01 17:21:15 +08:00
Xiao Tianci
3bc4288a75
fix TFReader coredump
2022-09-01 16:16:30 +08:00
i-robot
18ff69be1e
!32901 [assistant][ops] Add sparse operator SparseSoftmax
...
Merge pull request !32901 from 孟权令/SparseSoftmax
2022-09-01 06:22:55 +00:00
zhouxulin2
04de449be0
support operator bitwise_xor, left_shift and right_shift for graph mode
2022-09-01 12:43:29 +08:00
i-robot
aa33769481
!30197 [assistant][ops] Add new image operator RandAugment
...
Merge pull request !30197 from 杨旭华/RandAugment
2022-08-31 11:09:02 +00:00
张瑜
e550d912a8
add SparseSoftmax
2022-08-31 15:44:23 +08:00
i-robot
e7b3205b82
!41218 add another matmul algorithm when both input strategies are (a, b).
...
Merge pull request !41218 from jinraol/modify-matmul-info2
2022-08-31 06:39:42 +00:00
i-robot
2790ce011b
!29371 [assistant][ops] Add new aicpu operator SparseReorder
...
Merge pull request !29371 from 杨旭华/SparseReorder
2022-08-31 06:17:30 +00:00
ding_chenjun
52f8785f02
[feat][assistant][I48O8P] add new aicpu operator SparseReorder
2022-08-31 10:30:55 +08:00
lizeting-pcl
59d790e7cc
add matmul op
2022-08-31 10:18:49 +08:00
lianlinghang
85de9687cb
[feat][assistant][I4S2FN] add new data operator RandAugment
2022-08-31 09:43:04 +08:00
fengyihang
cbf5dc39a2
fix ut error
2022-08-31 09:07:25 +08:00
i-robot
af4fba9d61
!40479 [feat] [assistant] [I501Q9] Add new operator Affine
...
Merge pull request !40479 from TBD1/Affine
2022-08-30 12:21:04 +00:00
i-robot
44317e86f1
!40572 [MD] Support processing bytes data in Dataset
...
Merge pull request !40572 from xiaotianci/support_bytes_data
2022-08-30 11:15:38 +00:00
i-robot
84d18c4650
!41123 [MD][UT] Fix test_map.py Insufficient Shared Memory
...
Merge pull request !41123 from davidanugraha/map_test_randomness_error
2022-08-30 08:42:25 +00:00
i-robot
8fac7fcf01
!41088 Support graph bool, str and extend int base input
...
Merge pull request !41088 from LiangZhibo/bool
2022-08-30 07:20:07 +00:00
jinzi
f268721dc5
affine
2022-08-30 14:09:42 +08:00
i-robot
5c7a2390c7
!30244 [feat] [assistant] [I40FJS I40FJP] Add MaxPool3DGradWithArgmax, MaxPool3DWithArgmax.
...
Merge pull request !30244 from 李定维/MaxPool3DWithArgmax
2022-08-30 03:38:55 +00:00
i-robot
96bb01a06e
!29460 [assistant][ops] Add new aicpu operator MinimumGradGrad
...
Merge pull request !29460 from 杨旭华/MinimumGradGrad
2022-08-30 03:10:58 +00:00
liangzhibo
9467cdd520
support bool str function
2022-08-30 10:30:05 +08:00
i-robot
85a8836dcc
!29467 [assistant][ops] Add new aicpu operator SetSize
...
Merge pull request !29467 from 杨旭华/SetSize
2022-08-30 01:43:45 +00:00
i-robot
4fcf785421
!39732 Support to set a tensor to be a const network argment
...
Merge pull request !39732 from YuJianfeng/tensor_const
2022-08-30 01:24:04 +00:00
David
a18988c76f
Fixed map test issue
2022-08-29 16:21:55 -04:00
wu-dongen
8cf73a5513
[feat][assistant][I4FM94] add new aicpu operator SetSize
2022-08-30 00:53:55 +08:00
yujianfeng
06510b0649
Allow tensor to be set const for network argument
2022-08-29 21:12:03 +08:00
i-robot
bfd2921c7e
!35270 [assistant][ops] Add new Geqrf
...
Merge pull request !35270 from 卢津/Geqrf
2022-08-29 09:52:32 +00:00
lianlinghang
71ed26711a
[feat][assistant][I48O7M] add new aicpu operator MinimumGradGrad
2022-08-29 15:25:56 +08:00
i-robot
d52b768711
!29458 [assistant][ops] Add new aicpu operator MaximumGradGrad
...
Merge pull request !29458 from 杨旭华/MaximumGradGrad
2022-08-29 07:10:48 +00:00
i-robot
3486731389
!40995 modify stridedslice parallel op
...
Merge pull request !40995 from yangzhenzhang/modify-stridedslice-parallel-op
2022-08-29 06:15:05 +00:00
liruoxuan
5b84eaaece
[feat] [assistant] [I40FJS I40FJP] Add MaxPool3DGradWithArgmax, MaxPool3DWithArgmax
2022-08-29 14:03:42 +08:00
i-robot
1edd58625f
!40834 Fix getattr, hasattr problem.
...
Merge pull request !40834 from LiangZhibo/null
2022-08-29 02:38:30 +00:00
lianlinghang
a493436720
[feat][assistant][I48O8W] add new aicpu operator MaximumGradGrad
2022-08-28 13:26:10 +08:00
YangLuo
87fd13c30d
skip repeatability ut temporary and wait for fix
2022-08-27 16:34:46 +08:00
i-robot
45f24512f8
!30257 [assistant][ops] Add new video operator Normalize
...
Merge pull request !30257 from 杨旭华/Normalize
2022-08-27 07:18:14 +00:00
yangzhenzhang
9489bc9ce6
modify stridedslice parallel op
2022-08-27 15:10:52 +08:00
liangzhibo
ee7e869106
fix hasattr problem
2022-08-27 14:17:54 +08:00
i-robot
451a39f9b4
!40847 [MD] Fixed Random Repeatability Issue (Cpp, Python MP)
...
Merge pull request !40847 from davidanugraha/map_batch_randomness
2022-08-27 00:56:46 +00:00
David
daf348a5d1
Fix map and batch randomness
2022-08-26 13:35:26 -04:00
WangWenZhong
12e231b186
[feat][assistant][I40GG1] add new AICPU operator Geqrf
2022-08-26 19:13:38 +08:00
lianlinghang
d443cee406
[feat][assistant][I4S2FM]expand the normalization operation of high dimension
2022-08-26 17:00:23 +08:00
i-robot
6f1566543d
!33896 [assistant][ops][I48O4L] Add new sparse operator SparseSparseMaximum
...
Merge pull request !33896 from liujinnan/SparseSparseMaximum_cpu
2022-08-26 07:25:33 +00:00
Xiao Tianci
6a8aaf7b11
support processing bytes data in Dataset
2022-08-26 14:33:42 +08:00
i-robot
9638fd701e
!40861 [MD] Fix Dither and FileWriter bugs on Python3.9
...
Merge pull request !40861 from xiaotianci/fix_bugs
2022-08-26 03:04:26 +00:00
i-robot
ae207a653d
!40423 Add dynamic shape support for Square and SoftPlusGrad.
...
Merge pull request !40423 from hezhenhao1/add_softplusgrad
2022-08-25 16:24:52 +00:00
i-robot
dd6e80e0ec
!33637 [assistant][ops] Add Pdist,PdistGrad
...
Merge pull request !33637 from 董雪堂/Pdist
2022-08-25 11:56:18 +00:00
lh735291378
2126a9435f
result error
...
success version
result error
命名大小写
result error
success version
result error
:wq
命名大小写
result error
增加cpu迁移部分
odd commit
fix commit
clang-format
fix ci error
add blank
cppcheck
aicpu_util.h format
add ,
fix error
fix error
fix ci
rebase error
window compile
window compile
windows compile
windows compile
头文件修改
use exception
fix clang
test_ops.py add Tensor
update cppcheck.txt
format fix
sparse_ops commit change
set output shape and type
fix ci
公共文件,添加放在中间
删除公共文件修改
c++ style type change
删除utils的改动
2022-08-25 15:56:00 +08:00
hezhenhao1
bc12b4ef87
Add function/tensor api for PReLU, Square, SoftplusGrad operators.
2022-08-25 14:28:31 +08:00
Xiao Tianci
b04ac43701
fix validation of Dither and code examples of mindrecord
2022-08-25 11:52:15 +08:00
i-robot
6806bf42cd
!36993 [feat][assistant][I48O4X, I48O7H]Add SparseSegmentMeanWithNumSegments, SparseSegmentMeanGrad
...
Merge pull request !36993 from 桂宁馨/SparseSegmentMeanWithNumSegments
2022-08-24 09:01:25 +00:00
liangzhibo
371fb631cf
Fix message typo
2022-08-24 10:13:20 +08:00
i-robot
c0c7e955b9
!40651 Support int(), float() function in graph mode.
...
Merge pull request !40651 from LiangZhibo/int
2022-08-24 01:53:27 +00:00
peiing
357cd94129
[feat][assistant][I48O4X]Add SparseSegmentMeanWithNumSegments
2022-08-24 03:44:24 +08:00
liangzhibo
a89dd30704
support int, float in graph mode
2022-08-23 14:55:03 +08:00
i-robot
f7b51767cb
!40717 Fix the round() problem when the digits of round() is None
...
Merge pull request !40717 from huangbingjian/round_none
2022-08-23 06:47:45 +00:00
i-robot
6c2ebf4c16
!32776 [assitant][ops] add kldivloss and kldivlossgrad
...
Merge pull request !32776 from 孟权令/KLDiv
2022-08-23 04:18:29 +00:00
i-robot
0375539c6a
!36999 [feat] [assistant] [I501QC] Add new operator ResizedCrop
...
Merge pull request !36999 from 赵东婕/ResizedCrop
2022-08-23 02:52:29 +00:00
i-robot
63afae594e
!40370 [feat][assistant][I4S2FK] Add new video operator Resize
...
Merge pull request !40370 from 王天浩/Resize
2022-08-23 02:52:24 +00:00
huangbingjian
0add9e623e
Fix round with digits is None
2022-08-22 19:38:20 +08:00
Sawyer Zheng
69501433f2
[feat][assistant][I4CRKQ][I4CRKR] add new nn operators kldivloss and kldivlossgrad
2022-08-22 16:28:28 +08:00
赵东婕
e82e8287c6
Add new operator ResizedCrop
...
t push -f origin ResizedCrop:
Signed-off-by: gengu6585 <2352462017@qq.com>
2022-08-22 13:21:48 +08:00
i-robot
b57e1543be
!39415 [assistant][ops]New operator implementation, include MatrixExp
...
Merge pull request !39415 from Wangsong95/MatrixExp
2022-08-20 06:16:40 +00:00
i-robot
4bf3ab00b8
!40461 Enable graph list and tuple function
...
Merge pull request !40461 from LiangZhibo/list
2022-08-19 08:13:29 +00:00
i-robot
5b82546458
!40265 Support string operation in graph mode.
...
Merge pull request !40265 from huangbingjian/support_str
2022-08-19 03:06:35 +00:00
i-robot
cac1150345
!39010 [assistant] [ScatterAddWithAxis] Add new AICPU operator ScatterAddWithAxis
...
Merge pull request !39010 from 谭青林/ScatterAddWithAxis
2022-08-19 02:17:42 +00:00
i-robot
d222d7393c
!40455 [AutoParallel]optimizer Pipeline parallel
...
Merge pull request !40455 from lichen/opt_pipeline_parallel
2022-08-19 01:15:31 +00:00
Feve1986
33472c58cf
[feat][assistant][I4XJFU]New operator implementation, include MatrixExp
2022-08-18 23:51:58 +08:00
cai-zhaoyuan
69f87faf1d
[feat] [assistant] [I48O7T] add new AICPU operator ScatterAddWithAxis
2022-08-18 15:08:35 +08:00
liangzhibo
f75ff85f91
Support list tuple in graph
2022-08-18 11:14:23 +08:00
huangbingjian
57d58163a8
Support string operation in graph mode.
2022-08-18 09:57:30 +08:00
i-robot
491f97c43f
!34370 [assistant][ops] Add NuclearNorm
...
Merge pull request !34370 from yfyang112358/NuclearNorm
2022-08-17 10:28:35 +00:00
tian-hao-wang
d3cc255909
[feat][assistant][I4S2FK] Add new video operator Resize
2022-08-17 18:25:53 +08:00
lichen
23a3d65995
optimizer_pipeline_parallel
2022-08-17 17:40:26 +08:00
i-robot
92b7ab952a
!40323 Let ms_len enable interpret object.
...
Merge pull request !40323 from LiangZhibo/len
2022-08-17 06:32:41 +00:00
i-robot
b1737d0ed4
!30863 [assistant][ Im2Col][Col2Im] Add Im2Col and Col2Im
...
Merge pull request !30863 from 李文轼/Im2Col
2022-08-17 06:23:05 +00:00
i-robot
4a1ccb1851
!38258 Optimize parameter random initializer
...
Merge pull request !38258 from hewei/opt_perf
2022-08-17 03:25:02 +00:00
He Wei
d7ca9b9942
Optimize parameter random initializer
2022-08-16 19:49:03 +08:00
i-robot
9700b04c42
!39573 support operator "&" and "|" for scalar and tensor
...
Merge pull request !39573 from zhouxulin2/bitwise
2022-08-16 11:48:03 +00:00
i-robot
2fcc176ae9
!39616 auto_parallel_dataset_process_in_cpp
...
Merge pull request !39616 from yao_yf/auto_parallel_dataset_process_in_cpp
2022-08-16 11:20:13 +00:00
yfyang112358
739e7e3ac6
[feat] [assistant] [I48O5E] add new aicpu operator NuclearNorm
2022-08-16 17:48:12 +08:00
liyuanshuo123@yeah.net
d836ab25f2
[feat][assistant][I4CRJY][I4CRJX] add new ascend operator Im2Col & Col2Im
2022-08-16 17:37:30 +08:00
i-robot
db26ba56e6
!35632 [assistant][ops][I48O6C] Add new sparse operator SparseConcat
...
Merge pull request !35632 from 李航/SparseConcat
2022-08-16 03:26:53 +00:00
liangzhibo
1d5cbad45f
Enable graph len
2022-08-16 10:36:05 +08:00
i-robot
dd5047718e
!40106 Enable graph hasattr, getattr
...
Merge pull request !40106 from LiangZhibo/ms_attr
2022-08-16 02:03:48 +00:00
i-robot
a315a183ff
!40012 [feat] [assistant] [I501PV] Add new operator AdjustContrast
...
Merge pull request !40012 from 刘赫喃/AdjustContrast
2022-08-16 01:52:08 +00:00
i-robot
2b11578573
!39700 [feature] support grad and value_and_grad with weight as well as aux
...
Merge pull request !39700 from chenzhuo/master
2022-08-15 08:41:08 +00:00
钟长朔
1434627581
[feat] [assistant] [I40GI2,I40MMP] add new operator Pdist,PdistGrad
2022-08-15 16:27:49 +08:00
yao_yf
854b7839e5
auto parallel dataset handle in feed mode
2022-08-15 14:41:16 +08:00
zhouxulin2
8912516885
support operator & and |
2022-08-15 11:47:49 +08:00
Ferry
67ab0b4fa8
feat assistant I48O6C add sparseconcat
2022-08-12 19:21:11 +08:00
jinzi
8da20d9706
“add1”
2022-08-12 18:44:09 +08:00
liangzhibo
88bc967cdd
support graph hasattr and getattr
2022-08-12 17:48:51 +08:00
chenzhuo
5f39ebd788
support grad and value_and_grad with has_aux
2022-08-12 16:43:03 +08:00
i-robot
fc48d90022
!39770 Support with as statement.
...
Merge pull request !39770 from Margaret_wangrui/with_as_2
2022-08-12 07:36:36 +00:00
i-robot
3c0f2e7b8a
!34500 [feat] [assistant] [I501PW] Add new operator AdjustHue
...
Merge pull request !34500 from 邹天宇/AdjustHue
2022-08-12 06:29:12 +00:00
zou-tianyu
4210160b84
[feat] [assistant] [I501PW] Add new operator AdjustHue
2022-08-12 11:02:31 +08:00
i-robot
91cc57c315
!40260 support create tensor using np.array which is not c contiguous
...
Merge pull request !40260 from lianliguang/master
2022-08-12 01:58:14 +00:00
i-robot
98700af68c
!40107 Support parameter as input for Pynative ms_function
...
Merge pull request !40107 from JoyLvliang/refactor_pynative_ms_function
2022-08-11 12:15:57 +00:00
i-robot
b78043c1f6
!33978 [assistant][UpsampleTrilinear3d ][UpsampleTrilinear3dGrad] add new ascend operator UpsampleTrilinear3d & UpsampleTrilinear3dGrad
...
Merge pull request !33978 from 李文轼/Trilinear3d
2022-08-11 08:58:10 +00:00
Margaret_wangrui
ff0de42ea4
Support with as statement.
2022-08-11 14:10:12 +08:00
i-robot
e66abaaa03
!30875 [feat][assistant][I48O7V, I48O4S I48O7I] add SparseDenseCwiseMul SparseDenseCwiseAdd SparseDenseCwiseDiv
...
Merge pull request !30875 from 桂宁馨/SparseDenseCwiseOp
2022-08-11 03:48:47 +00:00
lianliguang
27bdd4e3b9
support load numpy array which is not c contiguous to create a tensor
2022-08-11 11:43:30 +08:00
i-robot
7143a5dbc5
!40045 Support the type of the input of built-in function max and min is tensor.
...
Merge pull request !40045 from Margaret_wangrui/max_min_tensor
2022-08-11 03:14:50 +00:00
i-robot
90314fb6d2
!32045 [assistant][ops] Add new Addr
...
Merge pull request !32045 from wxy220/Addr
2022-08-11 01:54:07 +00:00
i-robot
ee7f21f867
!30278 [assistant][ops] Add new video operator RandomHorizontalFlip
...
Merge pull request !30278 from 杨旭华/RandomHorizontalFlip
2022-08-11 01:50:20 +00:00
7347157+joylvliang@user.noreply.gitee.com
98fb4a5c78
support_parameter_as_input_of_ms_function
2022-08-11 09:30:01 +08:00
i-robot
afb16cbba4
!40054 Enable dict in dict setitem
...
Merge pull request !40054 from LiangZhibo/dict
2022-08-11 01:12:10 +00:00
Zichun Ye
a4ec479a8f
[feat][assistant][I4CRJS][I4CRJT] add new ascend operator UpsampleTrilinear3d & UpsampleTrilinear3dGrad
2022-08-10 22:15:55 +08:00
ztt
de58d53e4d
添加SparseDenseCwiseAdd/SparseDenseCwiseDiv/SparseDenseCwiseMul算子
2022-08-10 20:18:08 +08:00
Arielxyx
322382cdae
[feat][assistant][I4XJG1] add new function Addr
2022-08-10 16:42:14 +08:00
Margaret_wangrui
c07e385996
Support the type of the input of built-in function max and min is tensor.
2022-08-10 13:01:52 +08:00
luqilin
d60d08247e
[feat] [assistant] [I4S2FJ] Add new video operator RandomHorizontalFlip
2022-08-10 12:36:04 +08:00
liangzhibo
33d8220d93
Enable tuple in tuple setitem
2022-08-10 09:54:17 +08:00
jinzi
56756c84bb
update operator Posterize
...
update operator Posterize
update operator Posterize
2022-08-09 16:41:18 +08:00
i-robot
ccadb83cbd
!35423 [feat] [assistant] [I501PX] Add new operator AdjustSaturation
...
Merge pull request !35423 from EdisonLee/AdjustSaturation
2022-08-09 08:24:23 +00:00
i-robot
429dbefd12
!29462 [assistant][ops] Add new aicpu operator SparseReshape
...
Merge pull request !29462 from 杨旭华/SparseReshape
2022-08-09 03:28:05 +00:00
lizhiheng
a36d8491ed
Update new operator AdjustSaturation
2022-08-09 10:24:05 +08:00
fyxz
0e407386f2
[feat][assistant][I4FM8Z]add new aicpu operator SparseReshape
2022-08-08 22:18:38 +08:00
lizhiheng
e83dd1f222
update new operator AdjustSharpness
...
Update new operator AdjustSharpness
Update new operator AdjustSharpness
2022-08-08 15:22:10 +08:00
i-robot
23835793b3
!39748 Add Warning Clear
...
Merge pull request !39748 from huangxinjing/fix_warning
2022-08-08 01:08:43 +00:00
i-robot
d437e8879c
!36444 [assistant] [I501QF] Add new operator TrivialAugmentWide
...
Merge pull request !36444 from HKO/TrivialAugmentWide
2022-08-06 15:42:03 +00:00
i-robot
08085e7d6a
!31984 [assistant][ops] Add new Addmv
...
Merge pull request !31984 from wxy220/Addmv
2022-08-06 02:26:12 +00:00
huangxinjing
7bd91c0351
Fix warnning clear
2022-08-05 22:34:13 +08:00
jinzi
ef99a3bba8
newhko
2022-08-05 21:47:28 +08:00
i-robot
28bc6f9e21
!35984 [feat] [assistant] [I501PU] Add new operator AdjustBrightness
...
Merge pull request !35984 from 刘赫喃/Adjust_Brightness
2022-08-05 09:56:14 +00:00
i-robot
50d97b9911
!33751 [assistant][ops] Add sparse operator SparseToDenseV2
...
Merge pull request !33751 from 孟权令/SparseToDense
2022-08-05 07:19:01 +00:00
i-robot
b52059af71
!35271 linear_fbanks
...
Merge pull request !35271 from zhangxiangjinzi/linear_fbanks
2022-08-05 03:31:57 +00:00
i-robot
caf1a306e8
!39691 change output of output_shapes from -1 to None
...
Merge pull request !39691 from luoyang/output_shapes
2022-08-05 02:56:46 +00:00
jinzi
01508d4cda
“add1”
2022-08-04 19:17:19 +08:00
YangLuo
8e22678d4b
change output of output_shapes from -1 to None
2022-08-04 17:37:53 +08:00
yangzhenzhang
b83c99ce71
add flag for broadcast net
2022-08-04 17:07:49 +08:00
jinzi
afeb7733cb
This is a combination of nine
2022-08-04 13:15:33 +08:00
i-robot
f8a9b0b3ab
!35695 Erase
...
Merge pull request !35695 from zhangxiangjinzi/Erase
2022-08-04 02:49:41 +00:00
i-robot
7bbec5a519
!36899 [assistant][ops]New operator implementation, include CompareAndBitpack
...
Merge pull request !36899 from hzyb1/compareAndBitpack1
2022-08-04 02:24:34 +00:00
Sawyer Zheng
050809c9b5
[feat][assistant][I48O8S] add new sparse operator SparseToDenseV2
2022-08-04 10:19:37 +08:00
i-robot
0f42edaf10
!34029 [assistant][ops] Add sparse operator SparseAddmm
...
Merge pull request !34029 from 孟权令/SparseAddmm
2022-08-04 01:53:07 +00:00
i-robot
5f83f47a60
!36608 [feat] [assistant] [I4XJI4] add math operator Heaviside
...
Merge pull request !36608 from Seeker98/TMP
2022-08-04 01:15:19 +00:00
i-robot
8bbef27d8b
!39187 [MD] UniformAugment op fix with pyfuncs
...
Merge pull request !39187 from cathwong/ckw_uniform_augment_op_fix
2022-08-03 16:06:13 +00:00
luobingchun
7e5b4d69dd
[assistant][ops] Add sparse operator SparseAddmm
2022-08-03 18:34:58 +08:00
yball
e69d0b6c06
[feat][assistant][I48O8H]New operator implementation, include CompareAndBitpack
2022-08-03 16:58:52 +08:00
i-robot
eb799489ad
!33936 [assistant][ops] Add FractionalMaxPoolWithFixedKsize and FractionalMaxPoolGradWithFixedKsize
...
Merge pull request !33936 from 董雪堂/FractionalMaxPoolWithFixedKsize
2022-08-03 06:23:25 +00:00
i-robot
0d50b090b2
!33233 [feat][assistant][I48O6V,I48O66,I48O72]add SparseSegmentSqrtN, SparseSegmentSqrtNGrad, SparseSegmentSqrtNWithNumSegments
...
Merge pull request !33233 from 桂宁馨/SparseSegmentSqrtN
2022-08-03 06:20:28 +00:00
jinzi
4f4c30736a
erase
2022-08-03 13:14:14 +08:00
i-robot
19e7613df1
!38616 Add image dtype validation for RandomCropWithBbox
...
Merge pull request !38616 from xiaotianci/fix_random_crop_with_bbox
2022-08-02 12:49:50 +00:00
liruoxuan
b4d4db7e45
[feat][assistant][I48O6V, I48O66]add SparseSegmentSqrtN, SparseSegmentSqrtNGrad
2022-08-02 16:53:27 +08:00
董雪堂
8f484f1f60
[feat] [assistant] [I40GHB] add new data operator FractionalMaxPoolWithFixedKsize and FractionalMaxPoolGradWithFixedKsize
2022-08-02 16:17:52 +08:00
wxy220
744438f88a
[feat][assistant][I4XJG7] modify new function Remainder
2022-08-02 11:34:26 +08:00
Xiao Tianci
f180e1f9d2
add dtype validation for RandomCropWithBbox
2022-08-01 23:16:04 +08:00
i-robot
322c45c1d2
!39221 Fix auto monad to support high order cnode
...
Merge pull request !39221 from hewei/fix_auto_monad
2022-08-01 10:53:31 +00:00
i-robot
ea460a8dcb
!38920 delete auto parallel flag from cell
...
Merge pull request !38920 from yangzhenzhang/delete-auto-parallel-flag
2022-08-01 09:14:46 +00:00
i-robot
205585015c
!37119 [assistant][ops]New operator implementation, include Sinc
...
Merge pull request !37119 from 张璇/Sinc
2022-08-01 07:47:52 +00:00
i-robot
8cd32b3764
!33426 [assistant][ops] Add new Unflatten
...
Merge pull request !33426 from wxy220/Unflatten
2022-08-01 07:45:44 +00:00
liang_xiubo
0c8f62defa
[feat][assistant][I4XJFS]New operator implementation, include Sinc
2022-07-31 23:59:17 +08:00
Arielxyx
d58869e94b
[feat][assistant][I4XJG0] add new function Addmv
2022-07-31 15:59:18 +08:00
He Wei
10d866e953
Fix auto monad to support high order cnode
2022-07-30 20:15:00 +08:00
Elvira0902
004206d0c2
Add operator Heaviside
2022-07-30 18:37:53 +08:00
i-robot
8c341f7a7e
!33803 [assistant][UpsampleNearest3d ][UpsampleNearest3dGrad] Add new operator UpsampleNearest3d & UpsampleNearest3dGrad
...
Merge pull request !33803 from 李文轼/Nearest3d
2022-07-30 08:26:07 +00:00
yangzhenzhang
5fa63f8e46
delete auto parallel flag
2022-07-30 15:19:56 +08:00
i-robot
4c31056f35
!39084 Add func_graph in CellList to manager
...
Merge pull request !39084 from huangbingjian/celllist_funcgraph
2022-07-30 07:00:19 +00:00
i-robot
0364b852ac
!35406 [assistant] [I501QD] Add new operator Solarize
...
Merge pull request !35406 from HKO/Solarize
2022-07-30 06:58:50 +00:00
i-robot
11207a17b2
!35321 [assistant][ops] Add LuUnpack
...
Merge pull request !35321 from LHP-learning/LuUnpack
2022-07-30 06:03:21 +00:00
huangbingjian
f8d7ed29e0
Associate func_graph in CellList to manager
2022-07-30 09:59:36 +08:00
Cathy Wong
088057631f
[MD] UniformAugment op fix
2022-07-29 16:20:31 -04:00
i-robot
782a1a0e7f
!39020 [MD] Temporal Solution for AssertionError due to Different PIL Versions in Python UTs
...
Merge pull request !39020 from davidanugraha/add_pil_to_python_test
2022-07-29 20:17:36 +00:00
David
3bb2255a03
Temporal solution md5
2022-07-29 11:11:31 -04:00
LHP-learning
c8c1974e9b
add operator LuUnpack
2022-07-29 15:15:06 +08:00
i-robot
cc7a1636be
!38791 Support all(Tensor),any(Tensor),round(Tensor) in graph mode.
...
Merge pull request !38791 from huangbingjian/fallback_builtin
2022-07-29 07:05:26 +00:00
jinzi
f4835f6df1
ns
2022-07-28 23:02:30 +08:00
huangbingjian
1686142679
Support all(Tensor),any(Tensor),round(Tensor) in graph mode.
2022-07-28 21:06:20 +08:00
i-robot
14edf4051d
!33866 [assistant][ops] Add Median, MedianGrad
...
Merge pull request !33866 from 董雪堂/Median
2022-07-28 13:05:02 +00:00
liyuanshuo123@yeah.net
336d03d196
[feat][assistant][I4CRJQ][I4CRJR] add new ascend operator UpsampleNearest3d & UpsampleNearest3dGrad
2022-07-28 17:13:02 +08:00
i-robot
89e3a499b1
!31212 [feat] [assistant] [I48O5B] Add SparseSparseMinimum
...
Merge pull request !31212 from 李定维/SparseSparseMinimum
2022-07-28 03:38:26 +00:00
i-robot
5f0486e0e4
!36361 [assistant][ops] Add new RGBToHSV
...
Merge pull request !36361 from kangzige/RGBToHSV
2022-07-28 02:41:52 +00:00
i-robot
a6170c9665
!38220 [assistant][ops] Add TridiagonalMatMul
...
Merge pull request !38220 from wupeiyuan/TridiagonalMatMul
2022-07-27 16:46:04 +00:00
董世菲
f74983f6fd
[feat][assistant][I40GH5] add new data operator Median and MedianGrad
2022-07-27 22:22:23 +08:00
peiing
a61f9e5c19
[feat] [assistant] [I48O5B] Add SparseSparseMinimum
2022-07-27 21:43:40 +08:00
i-robot
6c6ecab91e
!36399 [feat][assistant][I4XJGR] Add Orgqr
...
Merge pull request !36399 from 桂宁馨/Orgqr
2022-07-27 13:23:24 +00:00
wupeiyuan1
7ecea39358
[feat] [assistant] [I471D6] add new Ascend operator TridiagonalMatMul
2022-07-27 15:51:52 +08:00
liruoxuan
6b8b6254ae
[feat][assistant][I4XJGR] Orgqr
2022-07-27 13:27:36 +08:00
kangzige
c13b277199
[feat] [assistant] [I471D5] add new data operator RGBToHSV
2022-07-27 13:04:50 +08:00
Zhang Qinghua
f90dcc963d
Support isolated side-effect nodes in constant returned func graph.
2022-07-27 10:12:24 +08:00
i-robot
409343a61a
!36354 [feat] [assistant] [I501QH] Add new operator Filtfilt
...
Merge pull request !36354 from 赵东婕/Filtfilt
2022-07-26 11:09:40 +00:00
i-robot
efc85e972a
!36401 [assistant][ops] Add new Ascend operator NextAfter
...
Merge pull request !36401 from 徐强/NextAfter
2022-07-26 06:54:11 +00:00
i-robot
6c4c7d8db5
!32409 [assistant][ops] Add new Rot90
...
Merge pull request !32409 from wxy220/Rot90
2022-07-26 02:24:10 +00:00
i-robot
a7b13cd4dd
!38594 [MD] TFRecord - fix call_once for large file warning
...
Merge pull request !38594 from cathwong/ckw_tf_call_once
2022-07-25 20:30:51 +00:00
Cathy Wong
f85af6ca22
[MD] TFRecord - fix call_once for large file warning
2022-07-25 09:39:18 -04:00
i-robot
c887725149
!35983 [assistant][ops] Add ResizeArea
...
Merge pull request !35983 from hmy0123/ResizeArea
2022-07-25 13:24:41 +00:00
yejingyu
dcf6c137d9
[feat] [assistant] [I471DG] add new operator NextAfter
2022-07-25 18:53:56 +08:00
Carry955
7b6df5a563
[feat][assistant][I48O81] add new aicpu operator SparseApplyMomentum
2022-07-25 14:56:05 +08:00
i-robot
acd873e378
!38638 Support abs(Tensor) in graph mode
...
Merge pull request !38638 from huangbingjian/fallback_builtin
2022-07-25 06:21:52 +00:00
hmy0123
a687def4a9
[feat] [assistant] [I471CX] add new Ascend operator ResizeArea
2022-07-25 12:00:25 +08:00
huangbingjian
57b21747a0
Support abs(Tensor) in graph mode
2022-07-25 10:06:34 +08:00
Carry955
8e1848621d
[feat][assistant][I48O5R] add new aicpu operator SparseApplyProximalGradientDescent
2022-07-22 18:36:59 +08:00
harshvardhangupta
5c20e2a0e3
change rank id to 0
2022-07-21 11:16:52 -04:00
i-robot
66f2b81976
!38535 [AutoParallel]Clean_code_auto_parallel_master
...
Merge pull request !38535 from lichen/clean_code_auto_parallel_master
2022-07-21 13:34:15 +00:00
i-robot
73d68e2c8f
!36440 [assistant][ops]New operator implementation, include betainc
...
Merge pull request !36440 from 张璇/Betainc
2022-07-21 12:42:47 +00:00
liang_xiubo
8b16a95b14
[feat][assistant][I48O6T]New operator implementation, include betainc
2022-07-21 15:24:41 +08:00
wangshengnan12@huawei.com
937e65e81a
clean_code_auto_parallel
2022-07-21 15:06:05 +08:00
i-robot
ad233058d9
!38214 fix: read multi mindrecord files which contains one empty
...
Merge pull request !38214 from guozhijian/fix_with_empty_mindrecord
2022-07-20 12:42:54 +00:00
i-robot
c6f4e1217c
!38425 fix concat batch
...
Merge pull request !38425 from jiangshuqiang/fix_concat_batch
2022-07-20 11:05:10 +00:00
i-robot
29e5cf864f
!38299 Fix graph list comprehension problem and add test cases
...
Merge pull request !38299 from LiangZhibo/master
2022-07-20 09:44:08 +00:00
i-robot
b70815b7fe
!36001 [feat][assistant][I48O7P, I48O6J] Add SparseTensorToCSRSparseMatrix, CSRSparseMatrixToSparseTensor
...
Merge pull request !36001 from 李若轩/CSRCOO
2022-07-20 09:02:57 +00:00
i-robot
81b4868cd9
!38296 support lamb and clipbynorm for ge
...
Merge pull request !38296 from zhangyinxia/master
2022-07-20 06:29:23 +00:00
jiangshuqiang
0457d018ef
fix batch ops
2022-07-20 11:43:16 +08:00
zhangyinxia
3e1320b246
add lamb and clipbynorm pass for ge
2022-07-20 10:54:06 +08:00
wupeiying
5da7f5ff00
[feat][assistant][I48O7P] Add SparseTensorToCSRSparseMatrix
2022-07-20 10:11:48 +08:00
liangzhibo
f8f2caffa1
Enable list comprehension in graph mode
2022-07-20 09:45:28 +08:00
i-robot
bd82adc603
!32175 [feat][assistant][I48O92]Add SparseMatrixTranspose
...
Merge pull request !32175 from 李定维/SparseMatrixTranspose
2022-07-20 01:44:31 +00:00
i-robot
126c52d04f
!36141 [assistant][ops][I4XJI5][I4XJI6] Add new nn operator CTCLossV2 and CTCLossV2Grad
...
Merge pull request !36141 from GP/CTCLossV2
2022-07-20 01:24:52 +00:00
jonyguo
4d1db74ff3
fix: read multi mindrecord files which contains one empty
2022-07-20 09:21:39 +08:00
lh735291378
af3fc6f284
feat assistant #I4XJI5 #I4XJI6 add ctclossv2&grad
2022-07-20 00:15:01 +08:00
Arielxyx
7acf02918b
[feat][assistant][I4XJGD] add new Ascend operator Rot90.
2022-07-19 21:18:27 +08:00
luoyuchen
4f340532be
[feat][assistant][I48O92]Add SparseMatrixTranspose
2022-07-19 14:25:19 +08:00
i-robot
deb170eada
!37819 Support dict get method.
...
Merge pull request !37819 from Margaret_wangrui/dict_attr
2022-07-19 02:22:57 +00:00
i-robot
91e909a24f
!31633 [assistant][ops][I48O5I] Add CSRSparseMatrixToDense Operator
...
Merge pull request !31633 from 李定维/CSRSparseMatrixToDense
2022-07-19 01:56:51 +00:00
i-robot
4c686602aa
!38106 fix buf of mindir parameter counter
...
Merge pull request !38106 from lianliguang/master
2022-07-19 01:42:09 +00:00
Margaret_wangrui
919fd9a92f
Support dict get method.
2022-07-18 17:43:44 +08:00
liruoxuan
e7ffa50b3e
[assistant][ops][I48O5I] add CSRSparseMatrixToDense operator
2022-07-18 16:56:26 +08:00
i-robot
f100de717b
!32275 [assistant][ops] Add HammingWindow
...
Merge pull request !32275 from 董雪堂/HammingWindow
2022-07-16 06:20:26 +00:00
i-robot
03a3e9ae2a
!32759 [feat] [assistant] [I48O7G] Add new aicpu operator ParameterizedTruncatedNormal
...
Merge pull request !32759 from lyl116/ParameterizedTruncatedNormal
2022-07-16 06:15:46 +00:00
i-robot
2d2ca4ddb7
!38122 [MD][UT] Trans Unified ops - Enhance interpolation mode test coverage
...
Merge pull request !38122 from cathwong/ckw_xtranuni_ut_interp
2022-07-15 18:46:17 +00:00
Cathy Wong
5637862059
[MD][UT] Trans Unified ops - Enhance interpolation mode test coverage
2022-07-15 10:47:45 -04:00
lianliguang
b5a09933a2
fix bug of mindir parameter counter and check if all parameter has been inited in mindir
2022-07-15 17:38:06 +08:00
钟长朔
dde95391d8
[feat] [assistant] [I40GHT] add new operator HammingWindow
2022-07-15 16:41:02 +08:00
i-robot
600a7b14dc
!35425 [assistant][SparseTensorDenseAdd] Add new sparse operator SparseTensorDenseAdd
...
Merge pull request !35425 from 靳铎/SparseTensorDenseAdd
2022-07-15 07:48:33 +00:00
cai-zhaoyuan
36825732c2
[fix] [assistant] [I48O8Q] add new sparse operator SparseTensorDenseAdd
2022-07-15 13:07:23 +08:00
zhou-yunfeier
f1aae3648c
[feat][assistant][I48O7G] add new math operator ParameterizedTruncatedNormal
2022-07-15 12:45:29 +08:00
i-robot
6b42609608
!36337 Add Graph and InMemoryGraphDataset for loading graph
...
Merge pull request !36337 from ms_yan/graph
2022-07-14 11:27:42 +00:00
ms_yan
f53b67ed78
add Graph and InMemoryGraphDataset
2022-07-13 22:33:33 +08:00
Qltan
094a057804
[feat] [assistant] [I4CRJZ] add new array operator IndexFill
2022-07-13 20:22:13 +08:00
i-robot
fd16733445
!37825 [MD] CutOut: image_utils.cc's Erase - replace SetItemAt to fix performance issue
...
Merge pull request !37825 from cathwong/ckw_xtranuni_cutout_perf
2022-07-12 07:39:58 +00:00
i-robot
fbe865e0de
!37782 change error info when doing cast for parameter in dosignature
...
Merge pull request !37782 from lianliguang/change-do-signature-error
2022-07-12 03:06:06 +00:00
Cathy Wong
2e3ea52a22
[MD] CutOut: image_utils.cc's Erase - replace SetItemAt to fix performance issue
2022-07-11 20:59:48 -04:00
FelliYang
610272e3d3
add SparseMatrixNNZ
2022-07-11 16:49:23 +08:00
lianliguang
e2c46f3621
change the eroor information in do signature cast when need to cast a parameter type
2022-07-11 16:43:16 +08:00
hedongdong
4de4eb1a43
Refactor Ops MaxUnpool2D, MaxUnpool3D, MultiMarginLoss, MultilabelMarginLoss, TripletMarginLoss, BartlettWindow
2022-07-10 16:58:09 +08:00
lvxinyu
0914ecf339
[feat][assistant][I4OFJL] Add new aicpu operator BartlettWindow
2022-07-10 12:27:00 +08:00
zhou ruikang
4c1ed474af
[feat][assistant][I4OFKB] Add new aicpu operator TripletMarginLoss
2022-07-10 12:26:59 +08:00
zsalliance
9afcffa05e
[feat][assistant][I40FKS, I4CRKS]Add MultilabelMarginLoss and MultilabelMarginLossGrad
2022-07-10 12:26:59 +08:00
桂宁馨
144457f51d
[feat] [assistant] [I40FKL, I40FKN] Add MultiMarginLoss, MultiMarginLossGrad
2022-07-10 12:26:59 +08:00
fateld
bedfb1ab5c
[feat][assistant][I4OFJT, I4OFJX, I4OFJY, I4OFJZ] Add new aicpu operator MaxUnpool2D, MaxUnpool2DGrad, MaxUnpool3D and MaxUnpool3DGrad
2022-07-10 12:26:58 +08:00
Huang-Jingg
fea9347a38
[feat][assistant][I4OFKG, I4OFKI] Add new aicpu operator Mvlgamma and MvlgammaGrad
2022-07-10 12:26:55 +08:00
i-robot
3638e7fb88
!35858 add concat batch function
...
Merge pull request !35858 from jiangshuqiang/add_concat_batch
2022-07-09 09:20:09 +00:00
i-robot
99bf262b1c
!37640 Fix an ownership bug in Tensor.asnumpy()
...
Merge pull request !37640 from hewei/fix_master
2022-07-08 13:05:45 +00:00
i-robot
9b50df63df
!35847 [FIX] [BUG] [MD] [FUNC] RandomEqualize
...
Merge pull request !35847 from yangwm/randomequalize
2022-07-08 09:46:31 +00:00
He Wei
f753bb6b34
Fix an ownership bug in Tensor.asnumpy()
...
Ownership should be handled correctly in Tensor.asnumpy(),
otherwise there are potential risks for 'use after free' problem.
2022-07-08 11:52:54 +08:00
i-robot
d82e31e029
!37556 Fix several bugs in vision processing
...
Merge pull request !37556 from xiaotianci/fix_bugs
2022-07-08 03:43:19 +00:00
i-robot
389dc9ac27
!37493 Support to use methods/attributes of Cell object in graph compiler.
...
Merge pull request !37493 from 张清华/opt0
2022-07-08 02:03:45 +00:00
Xiao Tianci
fb474f0f1e
fix several bugs
2022-07-07 20:19:33 +08:00
Zhang Qinghua
8d9962d2f7
Support to use methods/attributes of Cell object in graph compiler.
2022-07-07 16:18:25 +08:00
yangzhenzhang
25009f9051
modify gather op
2022-07-07 14:59:50 +08:00
i-robot
08c0bc583f
!37390 [MD][UT] Transforms Unification - Verify selected op implementation
...
Merge pull request !37390 from cathwong/ckw_xtranuni_ut_validate
2022-07-06 18:50:29 +00:00
i-robot
2980e73b2d
!37203 fix pipeline.cc log
...
Merge pull request !37203 from huanghui/fix-log
2022-07-06 06:56:27 +00:00
shenyu
2c9cebab70
fix bug function
2022-07-06 14:53:47 +08:00
i-robot
266e25216d
!37241 [OP] add maxpool grad grad with argmax cpu and gpu backend
...
Merge pull request !37241 from yangruoqi713/argmax
2022-07-06 06:27:27 +00:00
赵东婕
8c68998d19
update scripts/fl_restful_tool.py.
2022-07-06 12:21:04 +08:00
i-robot
ebd0fe1d7a
!33307 [assistant][ops] Add SparseTensorDenseMatMul
...
Merge pull request !33307 from 余彦松/SparseTensorDenseMatMulv3
2022-07-06 04:00:42 +00:00
i-robot
ff86996b45
!37309 fix implicitly converted error log for master
...
Merge pull request !37309 from chujinjin/fix_error_log_for_master
2022-07-06 01:48:43 +00:00
yangruoqi713
d4f97e8aaf
[OP] add maxpool grad grad with argmax cpu and gpu backend
2022-07-06 09:26:20 +08:00
Cathy Wong
8e045ba83d
[MD][UT] Transforms Unification - Verify selected op implementation
2022-07-05 20:53:07 -04:00
余彦松
5a26611fe8
Add SparseTensorDenseMatMul
2022-07-05 21:07:19 +08:00
huanghui
c293362075
fix outermost network inputs check log
2022-07-05 20:12:19 +08:00
chujinjin
456092b3b0
fix implicityly converted log error
2022-07-05 16:49:47 +08:00
i-robot
7e7cbe55a4
!37117 [assistant][ops] Add SegmentMean, SegmentProd
...
Merge pull request !37117 from 王乐/SegmentMean
2022-07-05 08:32:35 +00:00
i-robot
6fb3345288
!32257 add linspace pass
...
Merge pull request !32257 from jiangzhenguang/add_linspace_pass
2022-07-05 07:48:48 +00:00
jiangshuqiang
90e58867ec
add concat batch function
2022-07-05 15:18:02 +08:00
Bronyale
ae87c7dd6b
Add SegmentMean and SegmentProd
2022-07-05 01:45:27 +08:00
i-robot
8b71af74c9
!36561 Support ms_function for user defined class methods, not only for cell methods.
...
Merge pull request !36561 from 张清华/opt0
2022-07-04 11:08:45 +00:00
Zhang Qinghua
8d48c81857
Optimize the error log description for CreateInstance.
...
Support ms_function for user defined class methods, not only for cell methods.
2022-07-04 14:53:08 +08:00
jiangzhenguang
c4b670c6c5
add linspace pass
2022-07-04 13:43:20 +08:00
i-robot
55da1a87d5
!35287 Add tensor&functional interface for TensorScatterMax ops.
...
Merge pull request !35287 from wuweikang/tensor-scatter-max
2022-07-04 03:11:11 +00:00
wuweikang
1ca9c8984b
Add tensor&functional interface for TensorScatterMax
2022-07-02 18:22:37 +08:00
i-robot
edd4744c18
!36977 order error log
...
Merge pull request !36977 from lianliguang/master
2022-07-01 11:36:16 +00:00
i-robot
d7c72b6482
!37033 Support dict type data in noop mode
...
Merge pull request !37033 from ZPaC/support-noop-dict-data
2022-07-01 10:01:10 +00:00
i-robot
34cdaa03d9
!37001 Fixed the error reported when expanding the ExpandDims operator when the scatter operator nested vmap errors
...
Merge pull request !37001 from 刘勇琪/master
2022-07-01 07:03:49 +00:00
ZPaC
75f11f8e6f
Support dict type data in noop mode
2022-07-01 14:40:21 +08:00
i-robot
914ebfeb1b
!32047 [assistant][ops] Add new Kron
...
Merge pull request !32047 from wxy220/Kron
2022-07-01 02:31:14 +00:00
zj
c7c8718272
[feat][assistant][I4XJG2] add new Ascend operator Unflatten
2022-07-01 10:16:09 +08:00
i-robot
26f00d7edd
!36986 delete extra check master
...
Merge pull request !36986 from 冯一航/delete_extra_check_master
2022-07-01 02:06:57 +00:00
liu-yongqi-63
0519f45bbe
Fixed the error reported when expanding the ExpandDims operator when the scatter operator nested vmap errors
2022-07-01 09:30:26 +08:00
i-robot
f9c4f425c1
!36853 Support non-numpy return in MP pyfunc
...
Merge pull request !36853 from h.farahat/mp_to_numpy
2022-06-30 12:41:24 +00:00
lianliguang
59d9ecf81e
ordered exception info when ops infer dtype error
2022-06-30 18:51:09 +08:00
fengyihang
1ed27daee3
delete extra check
2022-06-30 18:29:37 +08:00
Arielxyx
e7593c4d96
[feat][assistant][I4XJGC] add new Ascend operator Kron.
2022-06-30 16:00:13 +08:00
Yu-Qi-hang
e0b517ff70
[assistant][ops] Add new Frac
2022-06-29 23:12:09 +08:00
hesham
9ccd72b646
Make MP support non-numpy return
2022-06-29 10:07:44 -04:00
i-robot
b6d4a45d1c
!36852 [MD] ResizeOp - Tests MD5 update
...
Merge pull request !36852 from danishfarid/md5_resize_fix
2022-06-29 13:07:11 +00:00
i-robot
2a9a8dde64
!36652 [FIX][BUG][MD][FUNC]RandomAutoContrast
...
Merge pull request !36652 from yangwm/auto
2022-06-29 06:22:53 +00:00
i-robot
61423da29c
!36734 [MD] Unified UniformAugment op: allow Pyfunc in transforms list
...
Merge pull request !36734 from cathwong/ckw_xtranuni_code13_uniformaug
2022-06-29 03:14:14 +00:00
i-robot
58c901923a
!36767 modify the generated strategy for conv2d
...
Merge pull request !36767 from yangzhenzhang/modify-conv2d-gen-strategy-func
2022-06-29 01:39:29 +00:00
i-robot
eff0e12841
!36740 Fix error log for fallback evaluate
...
Merge pull request !36740 from LiangZhibo/master
2022-06-29 01:24:11 +00:00
danishfarid
83dc3faed3
md5_fix
...
fix path
2022-06-28 20:48:58 +00:00
Cathy Wong
a61c709d00
[MD] Unified UniformAugment op: allow Pyfunc in transforms list
2022-06-28 14:07:32 -04:00
i-robot
69a39ecfb7
!36725 [MD][AT] File already exists Warn Message
...
Merge pull request !36725 from harshvardhangupta/at_file_exist
2022-06-28 17:24:55 +00:00
i-robot
1aea416e5f
!36446 [MD] Multi-Channel NormalizePad Op
...
Merge pull request !36446 from harshvardhangupta/multi_ch_normalize_pad
2022-06-28 17:10:12 +00:00
wzw
d309dfd41e
add transformer testcase
2022-06-28 20:01:29 +08:00
liangzhibo
d752505ff8
Fix log for fallback evaluate
2022-06-28 16:48:33 +08:00
shenyu
a5b3abab44
[FIX][BUG][FUNC] randomautocontrast
2022-06-28 16:35:01 +08:00
yangzhenzhang
9b50d2cfee
modify conv2d gen strategy func
2022-06-28 16:32:15 +08:00
i-robot
cdcb7bb26f
!36658 [AutoParallel]Remove Monad op in pipeline parallel
...
Merge pull request !36658 from lichen/add_pipeline_init_func
2022-06-28 06:31:40 +00:00
i-robot
2128d28dc8
!32174 [assistant][ops] Add new Log10
...
Merge pull request !32174 from wxy220/log10
2022-06-28 02:36:27 +00:00
wangshengnan12@huawei.com
bdf2004ca4
fix_pipeline_compile_error
2022-06-28 09:55:31 +08:00
i-robot
4931cb7d34
!36373 Enable global python function in fallback syntax
...
Merge pull request !36373 from LiangZhibo/master
2022-06-28 01:31:03 +00:00
i-robot
0031151d0b
!36657 [Fallback] Provides errors for built-in functions that are not supported in graph mode and are not suitable for using JIT Fallback.
...
Merge pull request !36657 from Margaret_wangrui/builtin_type_fallback
2022-06-28 01:29:37 +00:00
harshvardhangupta
c96df0b9ad
support multi-channel
2022-06-27 14:27:44 -04:00
harshvardhangupta
2b6a726c53
init
2022-06-27 10:27:20 -04:00
i-robot
4c9252c21b
!32640 [assistant][ops] Add ResizeBicubic
...
Merge pull request !32640 from du-minjie/ResizeBicubic
2022-06-27 14:16:09 +00:00
i-robot
da57ea10ef
!32747 [assistant][ops] Add ExtractGlimpse
...
Merge pull request !32747 from 李旭豪/ExtractGlimpse
2022-06-27 14:11:53 +00:00
i-robot
c9e2dda3d4
!35848 [BUG][MD][FUNC] RandomAdjustSharpness
...
Merge pull request !35848 from yangwm/randomsharpness
2022-06-27 11:30:33 +00:00
wxy220
342062adc5
[feat][assistant][I4XJGF] modify new function Log10
2022-06-27 18:38:00 +08:00
Margaret_wangrui
fa8f360570
[Fallback] Provides errors for built-in functions that are not supported in graph mode and are not suitable for using JIT Fallback.
2022-06-27 11:46:19 +08:00
i-robot
e64b82ec12
!34603 [assistant][ops] Add ComplexAbs
...
Merge pull request !34603 from 李航/complexabs2
2022-06-27 01:37:25 +00:00
liangzhibo
4993d10b17
Enable function in interpret node
2022-06-27 09:13:31 +08:00
“kangzige”
0cb08be6b1
ResizeBicubic
2022-06-26 09:52:33 +08:00
lh735291378
bb502cb587
合入修改
...
合入修改
合入修改
合入修改
合入修改
修改gradops
pr前修改
pr前修改
pr前修改
修改代码格式
add bprop
add aicpu complex
add aicpu complex
add bprop
modify api
Anomalous backslash in string: '\s'. String constant might be missing an r prefix.
修改api
修改api
修改格式
修改格式
modify ut test
add ut test
修改格式
修改格式
修改缩进
add complex_abs
修改格式
修改complex.h /* * */
修改test_ops.py: [Tensor(np.array([1, 1, 1]).astype(np.complex64))],
2022-06-25 17:02:14 +08:00
xianduanpingsheiting
3de1d13236
Add ExtractGlimpse
2022-06-25 16:19:28 +08:00
i-robot
b88e6bbbbe
!35484 [ops] [assistant] [I54KIL] Add array op ArgMaxWithValue
...
Merge pull request !35484 from Maeyon-Z/op_argmaxwv
2022-06-25 07:07:51 +00:00
i-robot
6f739eb4bc
!36398 Fix Repeat Loss Error
...
Merge pull request !36398 from huangxinjing/fix_repeat_error
2022-06-25 06:09:50 +00:00
i-robot
84df2a166e
!33759 [assistant][ops] Add LeftShift
...
Merge pull request !33759 from 董雪堂/LeftShift
2022-06-25 04:03:37 +00:00
i-robot
01dcfe719e
!36410 Support ops.make_tuple in PyNative mode, and create instance for GradOperation.
...
Merge pull request !36410 from 张清华/opt0
2022-06-25 01:07:29 +00:00
huangxinjing
055ab431db
[AutoParallel]Add virtual mul
...
Fix OneHot Error
Add onehot test cast
2022-06-25 09:06:40 +08:00
i-robot
7f8acb2f25
!36447 [MD] ResizeOp c++ aspect ratio calc fix
...
Merge pull request !36447 from danishfarid/resize_c++_fix
2022-06-24 17:29:46 +00:00
maeyon-z
e312b9adcc
Add op ArgMaxWithValue
2022-06-24 23:03:59 +08:00
i-robot
9d13aec96b
!36445 [MD] fix: add input type check in eager mode
...
Merge pull request !36445 from Mohammad Motallebi/fix_eager_type_check
2022-06-24 13:20:58 +00:00
13355308989
c21cac7688
[feat] [assistant] [I40GHH] add LeftShift
2022-06-24 16:50:34 +08:00
Zhang Qinghua
9723d29e57
Support ops.make_tuple in PyNative mode.
...
Support create instance for GradOperation.
2022-06-24 16:20:06 +08:00