Nabu-asr
|
this wraps an RNN cell to make it output its concatenated state instead of the output More...
Public Member Functions | |
def | __init__ (self, cell) |
StateOutputWrapper constructo. | |
def | output_size (self) |
return cell output size | |
def | state_size (self) |
return cell state size | |
def | zero_state (self, batch_size, dtype) |
the cell zero state | |
def | __call__ (self, inputs, state, scope=None) |
call wrapped cell with constant scope | |
this wraps an RNN cell to make it output its concatenated state instead of the output