Public static methods
ValueTuple<object, object> bidirectional_functional_rnn(object cell_fw, object cell_bw, IGraphNodeBase inputs, object initial_state_fw, object initial_state_bw, DType dtype, IGraphNodeBase sequence_length, Nullable<bool> time_major, bool use_tpu, bool fast_reverse, object scope)
object bidirectional_functional_rnn_dyn(object cell_fw, object cell_bw, object inputs, object initial_state_fw, object initial_state_bw, object dtype, object sequence_length, ImplicitContainer<T> time_major, ImplicitContainer<T> use_tpu, ImplicitContainer<T> fast_reverse, object scope)
object functional_rnn_(object cell, IEnumerable<object> inputs, IGraphNodeBase sequence_length, object initial_state, DType dtype, Nullable<bool> time_major, VariableScope scope, bool use_tpu, bool reverse)
object functional_rnn_(object cell, object inputs, IGraphNodeBase sequence_length, object initial_state, DType dtype, Nullable<bool> time_major, VariableScope scope, bool use_tpu, bool reverse)
Public properties