Type rnn_cell
Namespace tensorflow.nn.rnn_cell
Methods
Properties
- _RNNCellWrapperV1_fn
- assert_like_rnncell_fn
- BasicLSTMCell_fn
- BasicRNNCell_fn
- DeviceWrapper_fn
- DropoutWrapper_fn
- GRUCell_fn
- LayerRNNCell_fn
- LSTMCell_fn
- LSTMStateTuple_fn
- MultiRNNCell_fn
- ResidualWrapper_fn
- RNNCell_fn
Fields
Public static methods
void assert_like_rnncell(string cell_name, PythonClassContainer cell)
void assert_like_rnncell(string cell_name, object cell)
object assert_like_rnncell_dyn(object cell_name, object cell)
Public properties
PythonFunctionContainer _RNNCellWrapperV1_fn get;
PythonFunctionContainer assert_like_rnncell_fn get;
PythonFunctionContainer BasicLSTMCell_fn get;
PythonFunctionContainer BasicRNNCell_fn get;
PythonFunctionContainer DeviceWrapper_fn get;
PythonFunctionContainer DropoutWrapper_fn get;
PythonFunctionContainer GRUCell_fn get;
PythonFunctionContainer LayerRNNCell_fn get;
PythonFunctionContainer LSTMCell_fn get;
PythonFunctionContainer LSTMStateTuple_fn get;
PythonFunctionContainer MultiRNNCell_fn get;
PythonFunctionContainer ResidualWrapper_fn get;
PythonFunctionContainer RNNCell_fn get;
Public fields
string ASSERT_LIKE_RNNCELL_ERROR_REGEXP
return string
|