Commit Graph

3953 Commits

Author SHA1 Message Date
i-robot 68b3a906dc
!31584 [feat][assistant][I48O63] add checknumerics
Merge pull request !31584 from 郑鹏飞/checknumerics
2022-05-30 13:00:29 +00:00
i-robot f2df6b621c
!34834 Add PadToSize transform
Merge pull request !34834 from xiaotianci/add_pad_to_size
2022-05-30 11:42:45 +00:00
i-robot 509fb1e776
!34550 add model.fit and refactor callbacks
Merge pull request !34550 from liutongtong9/add_fit
2022-05-30 11:32:20 +00:00
i-robot 1d787766bd
!31985 [assistant][ops] Add new Mv
Merge pull request !31985 from wxy220/Mv
2022-05-30 10:58:14 +00:00
i-robot 2b4b921d83
!34957 fix bug of slice calculate error
Merge pull request !34957 from lianliguang/master
2022-05-30 06:54:52 +00:00
i-robot 852f89b757
!34710 fix bug of list convert
Merge pull request !34710 from lianliguang/supported-list-slice-assign
2022-05-30 06:43:55 +00:00
i-robot 51dceddec1
!33241 [feat][assistant][I48O73] add new operator log1p
Merge pull request !33241 from 郑鹏飞/log1p_new
2022-05-30 06:34:48 +00:00
zheng_pengfei ffda33b732 [feat][assistant][I48O63] add checknumerics 2022-05-30 12:02:46 +08:00
i-robot d85bc1a608
!33986 [assistant] [ops] Add new array operator Relu and ReluGrad
Merge pull request !33986 from 叶哲/relugrad
2022-05-30 02:44:28 +00:00
i-robot 0da7893589
!33363 [assistant][ops] Add new Isreal
Merge pull request !33363 from 毕水秀/Isreal
2022-05-30 01:43:16 +00:00
i-robot 57f66960ae
!35081 fix-output_shape_doc
Merge pull request !35081 from luoyang/fix-output_shape_doc
2022-05-30 01:22:29 +00:00
i-robot 607ba8581c
!35110 Add Parameter input test cases, remove side effect propagate for Identity op, and fix compile performance problem.
Merge pull request !35110 from 张清华/opt_parameter
2022-05-30 01:12:00 +00:00
zheng_pengfei 1c7707eb4c [feat][assistant][I48O73] add new operator log1p 2022-05-29 23:05:07 +08:00
Zhang Qinghua 31ab2accae Add Parameter input test cases, remove side effect propagate for Identity op, and fix compile performance problem. 2022-05-28 21:03:42 +08:00
i-robot d70fe9e7da
!34805 support const iterator For
Merge pull request !34805 from 于振华/rewrite_for_unfold_0518
2022-05-28 08:45:22 +00:00
NBUFabio 6c9f39c47e [feat] [assistant] [I54KH8] [I54KHA] add new operator Relu and ReluGrad 2022-05-28 15:06:21 +08:00
i-robot 6658de4ed6
!33765 [assistant][ops] Add NonZero
Merge pull request !33765 from 张渝/NonZero
2022-05-28 06:31:14 +00:00
lianliguang 7819fab99c fix bug of calculate slice size 2022-05-28 14:10:59 +08:00
lianliguang ca7bbe7828 fix bug of tuple value is not convert all tuple 2022-05-28 12:32:13 +08:00
Xiao Tianci f34f053aea add PadToSize transform 2022-05-28 11:07:51 +08:00
Arielxyx db3fa41c30 [feat][assistant][I4XJFZ] add new function Mv 2022-05-28 11:04:54 +08:00
liutongtong f6c8053c2b add model.fit and refactor callbacks 2022-05-28 10:33:39 +08:00
YangLuo 4e31675447 fix-output_shape_doc 2022-05-28 10:03:46 +08:00
bsx 5f855ed8ea [feat][assistant][I4XJG6] add new Ascend operator Isreal 2022-05-28 08:57:29 +08:00
i-robot 8f57454372
!35028 [MD] Fix hanging problem in offload
Merge pull request !35028 from h.farahat/offload_hang
2022-05-27 17:25:06 +00:00
David 5f1849fd1c Added docs to ut part 2 2022-05-27 09:05:14 -04:00
i-robot 3aea6a2e0b
!35030 Allow the Parameter object as a construct/ms_function parameter type.
Merge pull request !35030 from 张清华/opt3
2022-05-27 12:35:07 +00:00
i-robot 43b5ad6f12
!34901 Add flatten for flat_map
Merge pull request !34901 from xiaotianci/fix_flat_map
2022-05-27 03:37:01 +00:00
hesham 23e85ff083 avoid hangs when offload is true with pyfuncs and dict iterator 2022-05-26 23:16:16 -04:00
wulizzya eff3df5289 [feat] [assistant] [I48OF3] Add AICPU operator NonZero 2022-05-27 11:01:34 +08:00
i-robot 64b0c6444d
!34863 KLDivLoss for NPU
Merge pull request !34863 from xulei/kldiv
2022-05-27 02:33:17 +00:00
i-robot b0ccca4e1e
!32826 add new Ascend operator ScatterNdMax
Merge pull request !32826 from 袁忠蜜/ScatterNdMax
2022-05-27 02:31:31 +00:00
i-robot c61835ffa0
!34953 [MD] Update import transforms statements in dataset UT
Merge pull request !34953 from cathwong/ckw_xtranuni_ut_import_dataset
2022-05-26 17:54:44 +00:00
yuzhenhua ec1e152e17 for const iterator For 2022-05-26 19:23:46 +08:00
xulei c85bb89088 KLDivLoss for NPU 2022-05-26 16:55:16 +08:00
i-robot e65fe8fabe
!32163 [assistant][ops] Add new Deg2Rad
Merge pull request !32163 from wxy220/Deg2Rad
2022-05-26 08:21:18 +00:00
Zhang Qinghua 9e1d8627e5 Allow the Parameter object as a construct/ms_function parameter type. 2022-05-26 14:41:00 +08:00
Xiao Tianci c564e840fb add flatten in flat_map 2022-05-26 11:17:32 +08:00
Cathy Wong b9396a32b7 [MD] Update import transforms statements in dataset UT 2022-05-25 19:51:26 -04:00
i-robot 797c21ec6c
!34539 [MD] Transform Unification: Phase 1C - Minor Code and UT Updates
Merge pull request !34539 from cathwong/ckw_xtranuni_code3_typecast
2022-05-25 18:05:40 +00:00
i-robot f3148dbe6e
!34842 add nn.Threshold
Merge pull request !34842 from 吕昱峰(Nate.River)/threshold
2022-05-25 09:35:33 +00:00
i-robot f1513a6580
!34684 fix bug of mutiple slice net report error when the length is not equal
Merge pull request !34684 from lianliguang/master
2022-05-25 06:11:32 +00:00
i-robot 1ecc6538d1
!34537 output_shape add param estimate
Merge pull request !34537 from luoyang/dynamic_outputshape
2022-05-25 02:37:32 +00:00
Cathy Wong b8e7c2acaf [MD] Transform Unification: Phase 1C - Minor Code Fixes and UT Updates 2022-05-24 22:24:38 -04:00
i-robot 7676d9958b
!34608 [MD] Adding docstrings for minddata UT Python
Merge pull request !34608 from davidanugraha/add_dataset_test_comment
2022-05-25 02:10:32 +00:00
i-robot 291b5faa98
!33925 parallel_initializer_seed
Merge pull request !33925 from yao_yf/auto_parallel_initializer_seed
2022-05-25 02:03:16 +00:00
David ee0a815990 Added docs for ut files 2022-05-24 17:43:53 -04:00
“yzm” af9a3f23d5 [feat] [assistant] [I471DO] add new Ascend operator ScatterNdMax 2022-05-24 21:50:29 +08:00
i-robot 1ade2e9f25
!34235 [assistant][MelScale]
Merge pull request !34235 from QingfengLi/MelScale
2022-05-24 12:08:00 +00:00
lianliguang db6be8d1c8 fix bug of eliminate slice node 2022-05-24 17:40:54 +08:00