Skip to content

Commit 156ab33

Browse files
zhwesky20zhwesky2010claude
authored
[API Compatibility] nn.Module.to_empty/linalg.det/nn.functional.gumbel_softmax/vstack/nn.functional.batch_norm/set_default_device/autograd.grad_mode.set_grad_enabled/Tensor.new_tensor/nn.modules.loss._Loss/nn.modules.utils._pair/hstack/Tensor.true_divide_/linalg.eigh/Tensor.H/nn.ELU/clamp_max/qr/logdet/linalg.cholesky/nn.functional.elu/nn.functional.prelu/expand_copy/linalg.qr/clamp_ Edit By AI Agent (#898)
* [API Compatibility] nn.Module.to_empty/linalg.det/nn.functional.gumbel_softmax/vstack/Tensor.gt_/Tensor.addcdiv/nn.functional.batch_norm/set_default_device/autograd.grad_mode.set_grad_enabled/Tensor.new_tensor/cuda.amp.GradScaler/nn.modules.loss._Loss/nn.modules.utils._pair Edit By AI Agent Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * [API Compatibility] skip test_linalg_qr mode=r cases due to Paddle single Tensor return Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * [API Compatibility] add 0-D test cases for Tensor.H and Tensor.mH Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix CI --------- Co-authored-by: zhouwei25 <zhouwei25@baidu.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e2e4735 commit 156ab33

59 files changed

Lines changed: 4621 additions & 434 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

paconvert/api_alias_mapping.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@
123123
"torch.nn.modules.rnn.RNNCellBase": "torch.nn.RNNCellBase",
124124
"torch.nn.modules.sparse.Embedding": "torch.nn.Embedding",
125125
"torch.nn.parallel.DataParallel": "torch.nn.DataParallel",
126-
"torch.nn.parallel.data_parallel.DataParallel": "torch.nn.DataParallel",
127126
"torch.nn.parallel.distributed.DistributedDataParallel": "torch.nn.parallel.DistributedDataParallel",
128127
"torch.nn.utils.clip_grad_norm": "torch.nn.utils.clip_grad_norm_",
129128
"torch.orgqr": "torch.linalg.householder_product",

0 commit comments

Comments
 (0)