Allow tf.keras.layers.RNN to unroll when timestep=1.
The use case is to enable running inference on the RNN model with a streaming API, while handling the time dimension with a loop outside the graph. PiperOrigin-RevId: 234643276
Loading
Please sign in to comment