LostTech.TensorFlow : API Documentation

Type functional_rnn

Namespace tensorflow.contrib.recurrent.python.ops.functional_rnn

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, IGraphNodeBase 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, PythonClassContainer 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)

object functional_rnn__dyn(object cell, object inputs, object sequence_length, object initial_state, object dtype, ImplicitContainer<T> time_major, object scope, ImplicitContainer<T> use_tpu, ImplicitContainer<T> reverse)

Public properties

PythonFunctionContainer _FunctionalRnnCell_fn get;

PythonFunctionContainer bidirectional_functional_rnn_fn get;

PythonFunctionContainer functional_rnn__fn get;