Nabu-asr
Public Member Functions | Public Attributes | List of all members
nabu.neuralnetworks.components.rnn_cell.ScopeRNNCellWrapper Class Reference

this wraps an RNN cell to make sure it uses the same scope every time it's called More...

Inheritance diagram for nabu.neuralnetworks.components.rnn_cell.ScopeRNNCellWrapper:

Public Member Functions

def __init__ (self, cell, name)
 ScopeRNNCellWrapper 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
 

Public Attributes

 scope
 

Detailed Description

this wraps an RNN cell to make sure it uses the same scope every time it's called


The documentation for this class was generated from the following file: