mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Revert "Add conjugate method on SymFloat (#139249)"
This reverts commit bcf8a0124f.
Reverted https://github.com/pytorch/pytorch/pull/139249 on behalf of https://github.com/huydhn due to Sorry for reverting your change, but the doc build failure is legit ([comment](https://github.com/pytorch/pytorch/pull/139249#issuecomment-2448755839))
This commit is contained in:
parent
4db6b740bc
commit
42d790bb65
1 changed files with 0 additions and 3 deletions
|
|
@ -677,9 +677,6 @@ class SymFloat:
|
|||
def __hash__(self):
|
||||
return hash(builtins.float(self))
|
||||
|
||||
def conjugate(self) -> "SymFloat":
|
||||
return self
|
||||
|
||||
|
||||
class SymBool:
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue