InputSpecΒΆ
Specifies the rank, dtype and shape of every input to a layer.
Abstract Signature:
InputSpec(dtype: str, shape: tuple, ndim: int)
Specifies the rank, dtype and shape of every input to a layer.
Abstract Signature:
InputSpec(dtype: str, shape: tuple, ndim: int)