concepts.dsl.tensor_state.concat_states#
- concat_states(*args)[source]#
Concatenate a list of states into a batch state.
- Parameters:
*args (TensorState) – a list of states.
- Returns:
a new state, which is the concatenation of the input states. This new state will have a new batch dimension.
- Return type: