Commit Graph

4811 Commits

Author SHA1 Message Date
i-robot 0245490acb
!43657 remove usage of ScalarToArray
Merge pull request !43657 from zhujingxuan/replace
2022-10-19 01:23:45 +00:00
jonyguo 911cbd7f6a del: column_order in map 2022-10-18 21:07:38 +08:00
shaojunsong 0961e395a7 Add nn.GaussianNLLLoss 2022-10-18 20:07:06 +08:00
yuzhenhua fd717c51e4 rewrite: for create functional node 2022-10-18 19:54:58 +08:00
i-robot a60615e409
!43911 Support MarginRankingLoss
Merge pull request !43911 from 冯一航/support_MarginRankingLoss
2022-10-18 11:45:56 +00:00
i-robot aabf61a238
!44012 [MD] Fix adding user defined sampler with `add_sampler`
Merge pull request !44012 from xiaotianci/fix_add_sampler
2022-10-18 11:21:59 +00:00
shenwei41 a626dc1b90 Change the parameter of padding 2022-10-18 17:15:31 +08:00
i-robot 160fb0c8c3
!34100 [assistant][ops] Add Qr
Merge pull request !34100 from 张渝/Qr
2022-10-18 07:38:44 +00:00
i-robot 1ed689f087
!43432 fractional_max_pool_2d_3d
Merge pull request !43432 from yide12/fractionalmaxpool
2022-10-18 07:18:49 +00:00
i-robot 4253d35dc0
!44030 Implement backward graph for MapParameter
Merge pull request !44030 from hewei/map_param
2022-10-18 06:50:25 +00:00
i-robot ee7f194a58
!44013 del close_pool and to_device operation
Merge pull request !44013 from 刘勇琪/master
2022-10-18 06:39:46 +00:00
i-robot a1a612c0ea
!42652 del batch operation param column_order & pad_info
Merge pull request !42652 from guozhijian/del_batch_parameter
2022-10-18 06:34:26 +00:00
ligan 367548697b bug0 2022-10-18 11:56:08 +08:00
fengyihang f56f8e936f support MarginRankingLoss 2022-10-18 10:34:04 +08:00
liu-yongqi-63 fa8891c68d Delete close_pool and to_device interface 2022-10-18 09:30:58 +08:00
fangzhibin 6c8eccf25d [feat][assistant][I48OF9]add new Ascend calculate operator Qr 2022-10-18 09:11:29 +08:00
i-robot 45144a05b7
!39981 [assistant][ops]Add AtLeast2D
Merge pull request !39981 from zy26/AtLeast2D
2022-10-17 12:47:43 +00:00
i-robot 1b82179635
!43651 报错不合理整改,增加测试用例
Merge pull request !43651 from ligan/cell
2022-10-17 10:01:06 +00:00
Xiao Tianci fb910c4b12 fix adding user defined sampler with add_sampler 2022-10-17 17:37:57 +08:00
He Wei 2768432afc Implement backward graph for MapParameter 2022-10-17 17:37:01 +08:00
i-robot d57236a794
!43038 change default mode to PyNative
Merge pull request !43038 from chujinjin/change_default_mode_to_pynative_for_master
2022-10-17 09:18:34 +00:00
i-robot 7fab747289
!42506 mv ge pass from frontend to backend
Merge pull request !42506 from zhangyinxia/master
2022-10-17 07:57:50 +00:00
i-robot 23c9eea9fb
!42929 [AutoParallel]Remove parallel related in model
Merge pull request !42929 from lichen/remove_parallel_related_in_model
2022-10-17 07:29:10 +00:00
i-robot 1978155d98
!35879 [assistant][ops] Add CropAndResizeGradImage
Merge pull request !35879 from wangyantao/CropAndResizeGradImage
2022-10-17 07:27:29 +00:00
yide12 2aaf625725 fractionalmaxpool 2022-10-17 15:20:54 +08:00
lichen 41af052460 remove_parallel_related_in_model 2022-10-17 10:01:17 +08:00
ligan 29b9607d23 cell 2022-10-17 09:48:24 +08:00
jonyguo 0571532873 del batch param: column_order & pad_info 2022-10-17 09:35:41 +08:00
fengyihang b713c9966e modify avg and max3d 2022-10-16 17:29:51 +08:00
i-robot 10773a7968
!43295 add backupandrestore callback
Merge pull request !43295 from 溺水小潜艇/backupandrestore
2022-10-14 10:10:08 +00:00
FENG Baokuo bbf88bd9fd Add AtLeast2D 2022-10-14 07:54:25 +08:00
zhangyinxia e3814181ed mv ge pass from frontend to backend 2022-10-13 22:01:51 +08:00
chujinjin 3711a83f76 change default mode to pynative 2022-10-13 19:48:38 +08:00
i-robot 11b21eacf4
!39184 [assistant][ops]Add Vstack
Merge pull request !39184 from zy26/Vstack
2022-10-13 10:04:53 +00:00
i-robot 63416f83c7
!42768 fix moe issue
Merge pull request !42768 from bichaoyang/master
2022-10-13 08:47:55 +00:00
i-robot 6a6eea12c0
!43347 support max and avg pool3d
Merge pull request !43347 from 冯一航/support_max_and_avg_pool3d
2022-10-13 06:43:42 +00:00
zhujingxuan 1fd6d59f90 remove usage of ScalarToArray 2022-10-13 14:34:06 +08:00
i-robot 0966115408
!43459 Add nn.Softmax2d
Merge pull request !43459 from pkuliuliu/master
2022-10-13 03:24:12 +00:00
i-robot dbc9bddf35
!43406 Adjust the location of syntax testcases
Merge pull request !43406 from huangbingjian/adjust_syntax_testcases
2022-10-13 02:51:52 +00:00
i-robot bf1f4ddce2
!42226 Add the check of the return value of Assign, AssignAdd, AssignSub.
Merge pull request !42226 from Margaret_wangrui/check_assign_assignsub_assignadd
2022-10-13 02:33:02 +00:00
i-robot e4c41701b0
!43570 Avoid subgraphs returning parameter Ref type data by inserting Load, preventing the performance of the bert network from deteriorating.
Merge pull request !43570 from Margaret_wangrui/master
2022-10-13 01:11:50 +00:00
LI Lu a94e803eb7 Add Vstack 2022-10-13 08:58:30 +08:00
bichaoyang 92b30828b7 fix issue of insert mirror;optimaze sharding propagation 2022-10-12 16:11:26 +08:00
fengyihang 672f72cb4c support_max_and_avg_pool3d 2022-10-12 14:53:56 +08:00
i-robot e1af6c2643
!43617 Revert "add value print for Parameter"
Merge pull request !43617 from 吕昱峰(Nate.River)/master
2022-10-11 17:39:20 +00:00
Margaret_wangrui de0f7f23b9 Avoid subgraphs returning parameter Ref type data by inserting Load, preventing run graph mode with kernelbykernel. 2022-10-11 18:56:16 +08:00
Margaret_wangrui dd2c45a829 Add the check of the return value of Assign, AssignAdd, AssignSub. 2022-10-11 15:50:47 +08:00
huangxinjing 35cdc8f495 [AutoParallel]Fix batch infer error 2022-10-11 11:59:53 +08:00
huangbingjian 780900ae5f Adjust the location of syntax testcases 2022-10-11 11:27:01 +08:00
i-robot 7ae1ee9966
!33172 [assistant][LogNormalReverse] Add LogNormalReverse
Merge pull request !33172 from longjihuang/LogNormalReverse
2022-10-11 01:59:04 +00:00
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