BUG: classinfo should be tuple
This commit is contained in:
parent
c24535359b
commit
211534feec
@ -238,7 +238,7 @@ def _FilterInt(v):
|
|||||||
return _FirstNotNone([_FilterInt(x) for x in v])
|
return _FirstNotNone([_FilterInt(x) for x in v])
|
||||||
return None if isinstance(
|
return None if isinstance(
|
||||||
v,
|
v,
|
||||||
compat.integral_types, tensor_shape.Dimension) else _NotNone(v)
|
(compat.integral_types, tensor_shape.Dimension)) else _NotNone(v)
|
||||||
|
|
||||||
|
|
||||||
def _FilterFloat(v):
|
def _FilterFloat(v):
|
||||||
|
Loading…
Reference in New Issue
Block a user