mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Revert "Introduce torch.sym_sum (#136429)"
This reverts commit 90bed32b986ab1356dc376df3985497cedbe8a29. Reverted https://github.com/pytorch/pytorch/pull/136429 on behalf of https://github.com/ezyang due to fails internal stuff ([comment](https://github.com/pytorch/pytorch/pull/136429#issuecomment-2403335147))
This commit is contained in:
@ -1139,7 +1139,6 @@ def get_testing_overrides() -> Dict[Callable, Callable]:
|
||||
torch.sym_min: lambda a, b: -1,
|
||||
torch.sym_not: lambda input: -1,
|
||||
torch.sym_ite: lambda a, b, c: -1,
|
||||
torch.sym_sum: lambda args: -1,
|
||||
torch._sym_sqrt: lambda input: -1,
|
||||
torch._sym_cos: lambda input: -1,
|
||||
torch._sym_cosh: lambda input: -1,
|
||||
|
Reference in New Issue
Block a user