Skip to content

Commit

Permalink
add alias to true_divide
Browse files Browse the repository at this point in the history
  • Loading branch information
sudarsan2k5 committed Feb 8, 2023
1 parent 7bb312c commit 833e149
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aesara/scalar/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -2037,6 +2037,8 @@ def grad(self, inputs, gout):

true_divide = TrueDiv(upcast_out, name="true_divide")

true_div = true_divide


class IntDiv(BinaryScalarOp):
nfunc_spec = ("floor_divide", 2, 1)
Expand Down

0 comments on commit 833e149

Please sign in to comment.