Commit Graph

4811 Commits

Author SHA1 Message Date
lvyufeng 4724964e8a Revert "add value print for Parameter"
This reverts commit eff301e3e5.
2022-10-11 09:54:02 +08:00
zhf 9f73ebbfe6 add callback 2022-10-10 23:55:31 +08:00
pkuliuliu a4d144b8f6 Add nn.Softmax2d 2022-10-10 21:22:48 +08:00
wangyantao 48e09a7c5a [feat] [assistant] [I471CT] add new operator CropAndResizeGradImage 2022-10-10 21:19:36 +08:00
i-robot 5fc62f6f1e
!42893 Check if xs is iterable in for
Merge pull request !42893 from LiangZhibo/check
2022-10-10 06:19:08 +00:00
i-robot 23437868d4
!40359 [assistant][ops]Add Copysign
Merge pull request !40359 from zy26/Copysign
2022-10-10 03:44:35 +00:00
liangzhibo fd0a6ae956 Add len with check in for 2022-10-09 17:28:44 +08:00
Longji Huang 5ec604b335 LogNormalReverse
revise

revise

revise
2022-10-09 15:04:15 +08:00
i-robot 3347a36336
!42249 Support dynamic shape for ROIAlign&ROIAignGrad on GPU/CPU
Merge pull request !42249 from zhengzuohe/roialigngrad
2022-10-09 04:38:26 +00:00
i-robot b7a1aaf338
!43191 Fix Activation ERROR
Merge pull request !43191 from huangxinjing/fix_transformer_error_master
2022-10-09 01:45:41 +00:00
zhengzuohe af6a1bcfe4 roialign&roialigngrad: dynamic shape/rank (attr->input) on cpp infer, gpu and cpu kernel on the new perent class
specify the log error type in IsDynamic() and IsDynamicRank()
2022-10-09 04:02:59 +08:00
huangxinjing 0e575f178d Fix activation shard error
Fix hidden activation error
2022-10-08 20:39:55 +08:00
xiongkun b710580e64 add padlist check
tick

tick

tick

tick

remote &

fix con

fix con

modify test

remove conv ut
2022-10-08 17:22:48 +08:00
i-robot 9351979564
!43300 [MD] support Python MP transforms in failover reset
Merge pull request !43300 from Mohammad Motallebi/reset_repeatability_python
2022-10-07 20:33:34 +00:00
mohammad 8c5a1cd772 [MD] fix repeatability with python MP + support in failover reset 2022-10-06 17:00:09 -04:00
i-robot dfcd89f1bf
!42593 add value print for Parameter
Merge pull request !42593 from 吕昱峰(Nate.River)/master
2022-10-04 13:25:55 +00:00
i-robot 0b86281d0a
!42918 add conv3d parallel op
Merge pull request !42918 from yangzhenzhang/add-conv3d-parallel-op
2022-09-30 03:30:08 +00:00
i-robot 14bcab5f84
!41728 [assistant][ops]New operator implementation, include Bincount
Merge pull request !41728 from dan/bincount
2022-09-30 01:15:56 +00:00
i-robot 9b6efdd903
!42986 [MD] Serialize Python UDFs - log a warning
Merge pull request !42986 from cathwong/ckw_serdes_pyfunc_warn
2022-09-29 20:31:41 +00:00
yangzhenzhang bfc02c9371 add conv3d parallel op 2022-09-29 17:33:40 +08:00
i-robot 556fc5a8d0
!42996 Implement MapParameter default value and clone().
Merge pull request !42996 from hewei/map_param
2022-09-29 07:45:41 +00:00
i-robot b137afdade
!30285 [assistant][ops] Add new video operator RandomResizedCrop
Merge pull request !30285 from 杨旭华/RandomResizedCrop
2022-09-29 03:49:29 +00:00
He Wei 9c03020659 Implement MapParameter default value and clone() 2022-09-29 08:50:30 +08:00
i-robot 96fe0518bd
!42210 [assistant][InstanceNormV2][InstanceNormV2Grad] Add InstanceNormV2 & InstanceNormV2Grad
Merge pull request !42210 from 李文轼/instance
2022-09-28 14:31:26 +00:00
danyouwei e760f0b969 [feat][assistant][I4DO3K] add new operator Bincount 2022-09-28 19:10:37 +08:00
i-robot c5a6844876
!42609 Added float64 support for IOU on CPU&GPU, and modify description of pynative shard interface.
Merge pull request !42609 from liuluobin/iou_ops
2022-09-28 01:11:23 +00:00
ccx f7c7da09cf RandomResizedCrop 2022-09-28 03:51:29 +08:00
i-robot 02ac3f2d49
!42862 Rectify Adam
Merge pull request !42862 from shaojunsong/new_adam
2022-09-27 11:38:52 +00:00
i-robot ae79bdcec9
!40293 [assistant][ops]New operator implementation, include CholeskyGrad without cpu impl
Merge pull request !40293 from Wangsong95/choleskygrad_nocpu
2022-09-27 09:28:06 +00:00
i-robot 8257e6c4f7
!41900 [MD] Support repeatability when failover reset occurs
Merge pull request !41900 from Mohammad Motallebi/failover_randomness
2022-09-27 09:08:34 +00:00
Cathy Wong b9ac3f7b18 [MD] Serialize Python UDFs - log a warning 2022-09-26 22:48:12 -04:00
i-robot 9d3ffd2dfc
!42873 Add Export/Update API for MapParameter
Merge pull request !42873 from hewei/map_param1
2022-09-27 01:23:21 +00:00
i-robot 8efcbb93ff
!42481 fix: md asan error
Merge pull request !42481 from guozhijian/fix_md_asan
2022-09-27 01:11:43 +00:00
yangfn777 feaa0907ba [feat] [assistant] [#I5EWHQ] add new video operator Rotate 2022-09-26 22:22:18 +08:00
shaojunsong 0cb0ff6659 Rectify Adam Optimizer 2022-09-26 22:17:19 +08:00
liuluobin a9b047bc61 Added float64 support for IOU on CPU&GPU, and modify description of pynative shard api 2022-09-26 14:52:20 +08:00
lvyufeng eff301e3e5 add value print for Parameter 2022-09-26 12:54:13 +08:00
liwenshi 4fa561eebe [feat][assistant][I4CRJV][I4CRJW] add new operators InstanceNormV2&InstanceNormV2Grad 2022-09-26 11:12:23 +08:00
WANG Xin ea367ad35a Add Copysign 2022-09-26 10:44:38 +08:00
He Wei d54a7e4075 Add Export/Update API for MapParameter 2022-09-26 08:44:03 +08:00
i-robot 1c5aee45bd
!42646 Support compile graph with MapParameter
Merge pull request !42646 from hewei/map_param
2022-09-24 14:50:14 +00:00
jonyguo 0ae4a27bd8 fix: md asan error 2022-09-24 17:32:48 +08:00
i-robot 8fd7952b4b
!40774 [assistant][ops] Add new video operator HorizontalFlip
Merge pull request !40774 from Maeyon-Z/horizontalFlip_op
2022-09-24 07:51:50 +00:00
i-robot 2d3797a21a
!41027 [assistant][ops] Add new video operator VerticalFlip
Merge pull request !41027 from Maeyon-Z/verticalFlip_op
2022-09-24 06:45:04 +00:00
i-robot 5dff519437
!40643 Improve the Transformer APIs
Merge pull request !40643 from huangxinjing/improve_transformer_apis
2022-09-24 03:10:37 +00:00
He Wei 1764db05b7 Support compile graph with MapParameter 2022-09-24 10:49:03 +08:00
i-robot a5b3a2dc46
!41712 add prim set device interface
Merge pull request !41712 from kisnwang/add-prim-set-device-interface
2022-09-24 01:23:38 +00:00
huangxinjing 908975d458 Impove the transforer apis
Support attention mask is None
Fix attention check
WIP in custom activation
Support attention
2022-09-23 21:57:58 +08:00
nefu-xiaobai 67b2034634 [feat] [assistant] [#I5EWHP] add new video operator VerticalFlip 2022-09-23 11:16:23 +08:00
fakeen c93c59cf6a commit choleskygrad without cpu impl 2022-09-23 11:12:34 +08:00
nefu-xiaobai 0e0dcbfb3b [misc] [assistant] [#I5EWHP] modify the operator horizontalFlip 2022-09-23 10:58:06 +08:00
kswang dc236c4753 add set device interface for prim 2022-09-23 10:58:01 +08:00
mhmotallebi 349126edd7 [MD] add repeatability for failover reset 2022-09-22 17:27:38 -04:00
changzherui 264dccfd0d clean code for python 0918 2022-09-22 19:58:36 +08:00
zhaoyisen 999ff30864 [assistant][ops]Add math operator CumulativeLogsumexp 2022-09-21 21:03:51 +08:00
i-robot d007a090ae
!42349 fix: generator dataset with multi-process use .skip error
Merge pull request !42349 from guozhijian/fix_generator_dataset_split
2022-09-20 10:58:23 +00:00
i-robot c62279db5e
!42298 Add experimental API for MapParameter
Merge pull request !42298 from hewei/map_param
2022-09-20 07:14:35 +00:00
i-robot 243356fc4b
!42108 [MD] Fix some serdes bugs for Py UDFs, Py ops (w enum Inter & Border parms, fill_value). AutoTune scenarios impacted.
Merge pull request !42108 from cathwong/ckw_serdes_py_json_enum
2022-09-20 06:26:51 +00:00
i-robot c1efb947ca
!42006 Add parse support for mutable api
Merge pull request !42006 from YuJianfeng/master
2022-09-20 05:46:31 +00:00
jonyguo 489635fc84 fix: generator dataset with multi-process skip error 2022-09-19 20:53:29 +08:00
He Wei 352571d7be Add experimental API for MapParameter 2022-09-19 19:04:25 +08:00
i-robot 3689955521
!42136 add vmap model ensembling doc and ut
Merge pull request !42136 from Erpim/master
2022-09-19 10:50:29 +00:00
Erpim 1d237ec6e1 add vmap model ensembling doc and ut 2022-09-19 11:27:45 +08:00
i-robot 6167c1dcd8
!39859 export ms function as mindir
Merge pull request !39859 from shaojunsong/feature/msfunc_export
2022-09-18 09:18:48 +00:00
lvyufeng 208147d55b move Metrics from mindspore.nn to mindspore.train 2022-09-18 13:50:28 +08:00
shaojunsong 2464dbb830 export ms function as mindir 2022-09-17 20:00:45 +08:00
i-robot b1a32c6c89
!41060 [assistant][ops]New operator implementation, include CombinedNonMaxSuppression
Merge pull request !41060 from Wangsong95/combinednonmaxsuppression
2022-09-17 03:57:09 +00:00
Cathy Wong 46d4608fe1 [MD] Fix some serdes bugs for Py UDFs, Py ops (w enum Inter & Border
parms, fill_value). AutoTune scenarios impacted.
2022-09-16 16:02:26 -04:00
yujianfeng af60c8833f Fix the loss of const_arg attr when using ms_function 2022-09-16 14:35:38 +08:00
i-robot 002054321a
!41862 fix Image, log_matrix_determinant, lp_norm kernel bugs
Merge pull request !41862 from zhuzhongrui/pub_master
2022-09-16 02:34:10 +00:00
i-robot 75a1f1e8d1
!35634 [feat][assistant][ops][I40FK8] Add MatrixPower operator
Merge pull request !35634 from 李定维/MatrixPower
2022-09-16 02:07:58 +00:00
i-robot 5c9bd1f6a5
!41752 add vmap model ensembling parallel training code
Merge pull request !41752 from Erpim/master
2022-09-16 01:12:41 +00:00
i-robot bcb90bd694
!38779 [assistant][ops][I40FJI] Add new LayerNormGradGrad
Merge pull request !38779 from 李定维/LayerNormGradGrad
2022-09-15 13:18:20 +00:00
i-robot 468c7dad59
!41164 [assistant][ops][I40FJE] Add Eig operator 2022.8
Merge pull request !41164 from 李定维/Eig
2022-09-15 13:12:29 +00:00
yujianfeng dccd938c56 Add parse support for mutable api 2022-09-15 20:29:49 +08:00
fakeen 1d40e969b8 combined 2022-09-15 20:08:47 +08:00
Erpim 2a2c5eb86d add vmap model ensembling parallel training code 2022-09-15 19:45:58 +08:00
i-robot 08ef276ac2
!41951 adapt code of shift operator for windows
Merge pull request !41951 from zhouxulin2/window_VS
2022-09-15 10:03:19 +00:00
i-robot e62cd4e6ce
!41983 Fix bprop bugs of Ops Range
Merge pull request !41983 from pkuliuliu/master
2022-09-15 09:08:09 +00:00
qqq 519e6f51e5 [assistant][ops][I40FK8] add operator MatrixPower 2022-09-15 14:51:14 +08:00
i-robot 397a0b6c76
!41791 Support dict clear,haskey,update,fromkeys Method.
Merge pull request !41791 from lambert/dict
2022-09-15 06:09:46 +00:00
hutianyi 920dfdae9c [feat][assistant] add new operator LayerNormGradGrad 2022-09-15 13:34:23 +08:00
liruoxuan 4cae11fc0d [feat][assistant][ops][I40FJE] add Eig operator 2022-09-15 13:16:08 +08:00
i-robot 9adfa8a9f3
!39287 [assistant] [ops] Add ConcatOffsetV1
Merge pull request !39287 from 杜瀚跃/ConcatOffsetV1
2022-09-15 02:47:11 +00:00
i-robot 242e5c819e
!40599 [feature] change vjp
Merge pull request !40599 from chenzhuo/master_vjp
2022-09-15 01:41:13 +00:00
i-robot feeaa435f5
!41811 auto_parallel_ckpt_transform
Merge pull request !41811 from yao_yf/auto_parallel_ckpt_transform_add_outter_interface_and_testcases
2022-09-15 01:11:48 +00:00
i-robot d70a1e03b1
!41854 modify gather manual split
Merge pull request !41854 from yangzhenzhang/modify-gather-manual-split
2022-09-15 01:11:47 +00:00
z00512249 e86ccc636a fix Image, log_matrix_determinant, lp_norm kernel bugs 2022-09-14 19:42:11 +08:00
pkuliuliu 98f709e6e6 Fix bprop bugs of Ops Range 2022-09-14 18:17:59 +08:00
zhouxulin2 653453169c adapt code of shift operator for windows 2022-09-14 15:23:37 +08:00
chenzhuo b742f8aa76 modify vjp 2022-09-14 15:08:16 +08:00
He Wei da53651629 Fix an issue in Tensor.asnumpy() 2022-09-14 12:44:40 +08:00
“achengyanfu 9d7fe55b7a Support dict clear,haskey,update,fromkeys Method. 2022-09-14 03:37:27 +00:00
yangzhenzhang b3c251208a modify gather manual split 2022-09-14 10:18:03 +08:00
yao_yf 0937a043b9 add checkpoints transform api 2022-09-14 09:25:39 +08:00
fakeen 624ec7db24 add trapz implemention 2022-09-13 14:24:48 +08:00
i-robot 20a79af53e
!41733 [MD] Add Check for Mismatched Type in BatchOp and Restore Config Properly in test_map.py
Merge pull request !41733 from davidanugraha/batch_inconsistent_typefix
2022-09-12 20:58:39 +00:00
Changri-Liuhen f6e0e858e8 [feat] [assistant] [I4CRK2] add new AICPU operator ConcatOffsetV1 2022-09-10 06:35:19 +08:00
David 5aa233878f Fixed batch type issue 2022-09-09 14:02:15 -04:00
i-robot b5938ec299
!33317 [assitant][ops] add SparseSoftmaxCrossEntropyWithLogits
Merge pull request !33317 from 孟权令/SparseSoftmaxCrossEntropyWithLogits
2022-09-09 09:05:06 +00:00
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