i-robot
|
58efca88db
|
!35394 add get_mindir_input api
Merge pull request !35394 from changzherui/add_get_mindir_input
|
2022-06-10 08:28:35 +00:00 |
i-robot
|
2aa818f6b1
|
!34264 [feat] [assistant] [I4XJI1] add math operator Gcd
Merge pull request !34264 from Seeker98/op_gcd
|
2022-06-10 07:19:11 +00:00 |
i-robot
|
7659a6ff14
|
!35303 modify generate strategy for matmul parallel operators
Merge pull request !35303 from yangzhenzhang/modify-gen-strategy-for-matmul-op
|
2022-06-10 07:07:12 +00:00 |
i-robot
|
5b57829f11
|
!35595 per_batch_map input column optimization
Merge pull request !35595 from 刘勇琪/master-decrypt-column
|
2022-06-10 06:57:41 +00:00 |
Seeker
|
4f711cfb70
|
Add math op Gcd
|
2022-06-10 10:14:20 +08:00 |
i-robot
|
81ba610b7f
|
!33341 [assistant][ops][I40FK0] Add Cholesky
Merge pull request !33341 from 李定维/Cholesky
|
2022-06-10 01:59:35 +00:00 |
i-robot
|
d124bc732e
|
!35518 Fix print all eval by fallback
Merge pull request !35518 from huanghui/fallback-st
|
2022-06-10 01:21:57 +00:00 |
i-robot
|
01642da438
|
!35426 Refactor Python Multiprocessing code of Map
Merge pull request !35426 from h.farahat/new_work
|
2022-06-09 19:27:27 +00:00 |
changzherui
|
9649556315
|
add get_mindir_input api
|
2022-06-09 22:18:16 +08:00 |
yangzhenzhang
|
e5b62b2714
|
modify gen strategy for matmul op
|
2022-06-09 19:50:31 +08:00 |
i-robot
|
2d43f55bd6
|
!35181 [feat] [assistant] [I4XJI2] add math operator Lcm
Merge pull request !35181 from Seeker98/op_lcm
|
2022-06-09 09:13:58 +00:00 |
i-robot
|
8a90d74860
|
!35639 modify ckpt file chmod
Merge pull request !35639 from changzherui/mod_chmod_file
|
2022-06-09 07:37:52 +00:00 |
i-robot
|
d87f0bea2d
|
!35623 Import the error for syntax "for x in xs"
Merge pull request !35623 from LiangZhibo/syntax
|
2022-06-09 06:30:17 +00:00 |
liu-yongqi-63
|
0dfd42153f
|
per_batch_map input column optimization
|
2022-06-09 13:17:02 +08:00 |
liruoxuan
|
830cca9c53
|
[assistant][ops][I40FK0] add Cholesky operator
|
2022-06-09 12:39:36 +08:00 |
Seeker
|
c908ac8cc3
|
Add aicpu op Lcm
|
2022-06-09 10:43:08 +08:00 |
i-robot
|
3e11eded32
|
!33594 [assistant][Resample]
Merge pull request !33594 from chenchen/Resample
|
2022-06-09 02:08:54 +00:00 |
huanghui
|
f9c502d4ca
|
fix print all to fallback
|
2022-06-09 09:54:56 +08:00 |
i-robot
|
ef555956f2
|
!35454 Change the logic of inherit local python parameter between block.
Merge pull request !35454 from LiangZhibo/master
|
2022-06-09 01:34:52 +00:00 |
i-robot
|
2a0bcb581e
|
!35599 Fix several bugs of Pad
Merge pull request !35599 from xiaotianci/fix_pad
|
2022-06-09 01:26:03 +00:00 |
liangzhibo
|
59df5656b3
|
Improve the error for fallback control flow
|
2022-06-09 09:08:52 +08:00 |
changzherui
|
9de853b393
|
modify file chmod
|
2022-06-08 23:26:15 +08:00 |
hesham
|
13ce3b6fd4
|
python MP new
|
2022-06-08 10:52:44 -04:00 |
i-robot
|
37561dc40d
|
!35326 Extend export/load with customized encryption functions
Merge pull request !35326 from 张澍坤/master
|
2022-06-08 09:04:59 +00:00 |
Xiao Tianci
|
2df7c5a193
|
fix bugs of Pad
|
2022-06-08 15:57:28 +08:00 |
i-robot
|
539be854ba
|
!35371 fix rewrite bug
Merge pull request !35371 from 于振华/rewrite_r1.8_fix
|
2022-06-08 04:54:59 +00:00 |
liangzhibo
|
458a3d65a3
|
Change fallback control flow local param logic
|
2022-06-08 11:55:19 +08:00 |
chenx2ovo
|
6e62ed181e
|
[feat][assistant[I3CEG6] add op resample
|
2022-06-08 11:46:12 +08:00 |
Shukun Zhang
|
8d92f989ab
|
Add Customized Export With Encryption
|
2022-06-08 10:50:42 +08:00 |
i-robot
|
77489c3d3e
|
!34387 [assistant][ListDiff] add new operator ListDiff
Merge pull request !34387 from 李文轼/ListDiff
|
2022-06-08 02:43:58 +00:00 |
i-robot
|
275ee3c637
|
!35459 Fix GradOperation descripition and support tuple/list for 'get_by_list'.
Merge pull request !35459 from 张清华/opt
|
2022-06-08 01:46:39 +00:00 |
i-robot
|
1617f280d3
|
!33752 Add the GPU version of GridSampler2D/GridSampler2DGrad and GridSampler3D/GridSampler3DGad operators
Merge pull request !33752 from dessyang/grid_sampler_gpu_ops_dev
|
2022-06-07 10:54:50 +00:00 |
i-robot
|
8f51b50547
|
!35393 Add tensor and functional interface for ScatterNdMul and ScatterNdMax operator.
Merge pull request !35393 from hezhenhao1/add_scatter_max
|
2022-06-07 09:49:34 +00:00 |
yuzhenhua
|
fa60ab7c84
|
fix rewrite bug
|
2022-06-07 15:45:16 +08:00 |
i-robot
|
d9ff3dd395
|
!35375 fix handle builtin func in loop body
Merge pull request !35375 from huanghui/fix-fallback
|
2022-06-07 07:06:27 +00:00 |
Zhang Qinghua
|
ce39353421
|
Fix GradOperation descripition and support tuple/list for 'get_by_list'.
|
2022-06-07 14:21:58 +08:00 |
i-robot
|
8d84471f89
|
!35413 [MD] Transforms Unification - Phase 4: Add deprecation warning for c_transforms and py_transforms.py
Merge pull request !35413 from cathwong/ckw_xtranuni_code5_depr_warn
|
2022-06-07 02:17:09 +00:00 |
huanghui
|
b0daae6137
|
fix handle builtin func in while body
|
2022-06-07 09:14:15 +08:00 |
Cathy Wong
|
780da6e141
|
[MD] Transform Unification - Phase 4: Add deprecation warning for
c_transforms.py and py_transforms.py
|
2022-06-06 13:54:13 -04:00 |
dessyang
|
801763172a
|
Add GPU version of GridSampler2D/GridSampler3D and GridSampler2DGrad/GridSampler3DGrad operators
adapt to new NativeGpuKernelMod interface
|
2022-06-06 09:54:16 -04:00 |
i-robot
|
17d2e1e1dd
|
!32411 [assistant][ops] Add BlackmanWindow
Merge pull request !32411 from 张渝/blankman_window
|
2022-06-06 13:33:06 +00:00 |
hezhenhao1
|
bf6340504d
|
Add functional doc and interface for ScatterNdMul and ScatterNdMax operator.
|
2022-06-06 20:39:02 +08:00 |
i-robot
|
dfd7daabd4
|
!31638 [assistant][ops] Add new Ldexp
Merge pull request !31638 from wxy220/Ldexp
|
2022-06-06 08:39:22 +00:00 |
i-robot
|
8026412d84
|
!35305 Fix some remaining problems of Pad
Merge pull request !35305 from xiaotianci/fix_pad
|
2022-06-06 07:28:21 +00:00 |
liyuanshuo123@yeah.net
|
fd0a70042b
|
[feat][assistant][I48O8I] add new ascend operator ListDiff
|
2022-06-06 13:39:21 +08:00 |
i-robot
|
9e06255cef
|
!31784 [assistant][ops] Add new Outer
Merge pull request !31784 from wxy220/outer
|
2022-06-05 15:27:19 +00:00 |
gyuer
|
0ae2540d9a
|
[feat][assistant][I4XJG4] add new functional Ldexp
|
2022-06-05 21:12:31 +08:00 |
i-robot
|
e29229320e
|
!35284 [MD] Adding docstrings for minddata UT Python Part 4
Merge pull request !35284 from davidanugraha/add_dataset_test_comment_part4
|
2022-06-04 17:46:20 +00:00 |
i-robot
|
f058997021
|
!35071 Add feature ReflectionPad1d & ReflecitonPad2d
Merge pull request !35071 from shaojunsong/feature/reflectionPad
|
2022-06-04 13:00:45 +00:00 |
shaojunsong
|
c0b9d74987
|
added reflectionpad1d and 2d
|
2022-06-04 17:43:49 +08:00 |