Calling any of the layers, for example: ```python z_in = Input(shape=(123,), name="name") ``` * The return type for z_in is Unknown. Can return types and argument types be added to the layers?
Calling any of the layers, for example:
Can return types and argument types be added to the layers?