Skip to content
Merged
1 change: 0 additions & 1 deletion paconvert/api_alias_mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@
"torch.nn.modules.rnn.RNNCellBase": "torch.nn.RNNCellBase",
"torch.nn.modules.sparse.Embedding": "torch.nn.Embedding",
"torch.nn.parallel.DataParallel": "torch.nn.DataParallel",
"torch.nn.parallel.data_parallel.DataParallel": "torch.nn.DataParallel",
"torch.nn.parallel.distributed.DistributedDataParallel": "torch.nn.parallel.DistributedDataParallel",
"torch.nn.utils.clip_grad_norm": "torch.nn.utils.clip_grad_norm_",
"torch.orgqr": "torch.linalg.householder_product",
Expand Down
Loading
Loading