Skip to content

Commit

Permalink
fix: removing the placeholder Variable class and instead using `Var…
Browse files Browse the repository at this point in the history
…iable` as an alias for `ivy.Array`
  • Loading branch information
YushaArif99 committed Oct 15, 2024
1 parent a7810ab commit 14cf161
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ivy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ class Parafac2Tensor:
class TTTensor:
pass

class Variable:
pass

class Device(str):
def __new__(cls, dev_str):
Expand Down Expand Up @@ -1005,7 +1003,7 @@ def del_global_attr(attr_name):

supports_gradients = None


Variable = Array
# Array Significant Figures #


Expand Down

0 comments on commit 14cf161

Please sign in to comment.