Remove __slots__ that break API golden tests
This commit is contained in:
parent
c9b4679c9b
commit
aa41fec048
@ -54,8 +54,6 @@ class InputSpec(object):
|
|||||||
a specific dimension value.
|
a specific dimension value.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__slots__ = ['dtype', 'shape', 'ndim', 'max_ndim', 'min_ndim', 'axes']
|
|
||||||
|
|
||||||
def __init__(self,
|
def __init__(self,
|
||||||
dtype=None,
|
dtype=None,
|
||||||
shape=None,
|
shape=None,
|
||||||
|
Loading…
Reference in New Issue
Block a user