Exemplo n.º 1
0
 def _get_input_buffer(self, incremental_state):
     return get_incremental_state(
         self,
         incremental_state,
         'attn_state',
     ) or {}
Exemplo n.º 2
0
 def _get_input_buffer(self, incremental_state):
     return utils.get_incremental_state(self, incremental_state,
                                        'input_buffer')