def __init__(self, rng, x, d): self.input = x self.dur_input = d self.encoded_output = self.encode_all_states() ### Distributed seq-to-seq model: tile C_1-C_n as input to corresponding decoder frames ###