LostTech.TensorFlow : API Documentation

Type rnn

Namespace tensorflow.contrib.rnn

Public static methods

ValueTuple<object, object, object> stack_bidirectional_dynamic_rnn(IEnumerable<object> cells_fw, IEnumerable<object> cells_bw, IGraphNodeBase inputs, IEnumerable<IGraphNodeBase> initial_states_fw, IEnumerable<IGraphNodeBase> initial_states_bw, DType dtype, IGraphNodeBase sequence_length, object parallel_iterations, bool time_major, object scope, bool swap_memory)

object stack_bidirectional_dynamic_rnn_dyn(object cells_fw, object cells_bw, object inputs, object initial_states_fw, object initial_states_bw, object dtype, object sequence_length, object parallel_iterations, ImplicitContainer<T> time_major, object scope, ImplicitContainer<T> swap_memory)

ValueTuple<object, object, object> stack_bidirectional_rnn(IEnumerable<LSTMCell> cells_fw, IEnumerable<LSTMCell> cells_bw, IEnumerable<IGraphNodeBase> inputs, IEnumerable<IGraphNodeBase> initial_states_fw, IEnumerable<IGraphNodeBase> initial_states_bw, DType dtype, IGraphNodeBase sequence_length, object scope)

object stack_bidirectional_rnn_dyn(object cells_fw, object cells_bw, object inputs, object initial_states_fw, object initial_states_bw, object dtype, object sequence_length, object scope)

Public properties

PythonFunctionContainer AttentionCellWrapper_fn get;

PythonFunctionContainer BidirectionalGridLSTMCell_fn get;

PythonFunctionContainer CFNCell_fn get;

PythonFunctionContainer CompiledWrapper_fn get;

PythonFunctionContainer Conv1DLSTMCell_fn get;

PythonFunctionContainer Conv2DLSTMCell_fn get;

PythonFunctionContainer Conv3DLSTMCell_fn get;

PythonFunctionContainer ConvLSTMCell_fn get;

PythonFunctionContainer CoupledInputForgetGateLSTMCell_fn get;

PythonFunctionContainer FusedRNNCell_fn get;

PythonFunctionContainer FusedRNNCellAdaptor_fn get;

PythonFunctionContainer GLSTMCell_fn get;

PythonFunctionContainer GridLSTMCell_fn get;

PythonFunctionContainer GRUBlockCell_fn get;

PythonFunctionContainer GRUBlockCellV2_fn get;

PythonFunctionContainer HighwayWrapper_fn get;

PythonFunctionContainer IndRNNCell_fn get;

PythonFunctionContainer IndyGRUCell_fn get;

PythonFunctionContainer IndyLSTMCell_fn get;

PythonFunctionContainer IntersectionRNNCell_fn get;

PythonFunctionContainer LayerNormBasicLSTMCell_fn get;

PythonFunctionContainer LayerNormLSTMCell_fn get;

PythonFunctionContainer LSTMBlockCell_fn get;

PythonFunctionContainer LSTMBlockFusedCell_fn get;

PythonFunctionContainer LSTMBlockWrapper_fn get;

PythonFunctionContainer MinimalRNNCell_fn get;

PythonFunctionContainer NASCell_fn get;

PythonFunctionContainer NTMCell_fn get;

PythonFunctionContainer NTMControllerState_fn get;

PythonFunctionContainer PhasedLSTMCell_fn get;

PythonFunctionContainer SRUCell_fn get;

PythonFunctionContainer stack_bidirectional_dynamic_rnn_fn get;

PythonFunctionContainer stack_bidirectional_rnn_fn get;

PythonFunctionContainer TimeFreqLSTMCell_fn get;

PythonFunctionContainer TimeReversedFusedRNN_fn get;

PythonFunctionContainer UGRNNCell_fn get;

PythonFunctionContainer WeightNormLSTMCell_fn get;