Home | History | Annotate | Download | only in timeseries

Lines Matching refs:start_state

585 def replicate_state(start_state, batch_size):
593 start_state: Model-defined state to replicate.
598 flattened_state = nest.flatten(start_state)
606 return nest.pack_sequence_as(start_state, replicated_state)