LostTech.TensorFlow : API Documentation

Type recurrent

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

Public static methods

object Recurrent(IEnumerable<object> theta, IEnumerable<IGraphNodeBase> state0, IEnumerable<object> inputs, PythonFunctionContainer cell_fn, object cell_grad, object extras, IGraphNodeBase max_input_length, bool use_tpu, bool aligned_end)

object Recurrent(object theta, object state0, PythonClassContainer inputs, PythonFunctionContainer cell_fn, object cell_grad, object extras, IGraphNodeBase max_input_length, bool use_tpu, bool aligned_end)

object Recurrent(object theta, object state0, IGraphNodeBase inputs, PythonFunctionContainer cell_fn, object cell_grad, object extras, IGraphNodeBase max_input_length, bool use_tpu, bool aligned_end)

object Recurrent(object theta, object state0, IEnumerable<object> inputs, PythonFunctionContainer cell_fn, object cell_grad, object extras, IGraphNodeBase max_input_length, bool use_tpu, bool aligned_end)

object Recurrent(object theta, IEnumerable<IGraphNodeBase> state0, object inputs, PythonFunctionContainer cell_fn, object cell_grad, object extras, IGraphNodeBase max_input_length, bool use_tpu, bool aligned_end)

object Recurrent(object theta, IEnumerable<IGraphNodeBase> state0, PythonClassContainer inputs, PythonFunctionContainer cell_fn, object cell_grad, object extras, IGraphNodeBase max_input_length, bool use_tpu, bool aligned_end)

object Recurrent(object theta, IEnumerable<IGraphNodeBase> state0, IGraphNodeBase inputs, PythonFunctionContainer cell_fn, object cell_grad, object extras, IGraphNodeBase max_input_length, bool use_tpu, bool aligned_end)

object Recurrent(object theta, object state0, object inputs, PythonFunctionContainer cell_fn, object cell_grad, object extras, IGraphNodeBase max_input_length, bool use_tpu, bool aligned_end)

object Recurrent(object theta, IEnumerable<IGraphNodeBase> state0, IEnumerable<object> inputs, PythonFunctionContainer cell_fn, object cell_grad, object extras, IGraphNodeBase max_input_length, bool use_tpu, bool aligned_end)

object Recurrent(IEnumerable<object> theta, object state0, PythonClassContainer inputs, PythonFunctionContainer cell_fn, object cell_grad, object extras, IGraphNodeBase max_input_length, bool use_tpu, bool aligned_end)

object Recurrent(IEnumerable<object> theta, object state0, IGraphNodeBase inputs, PythonFunctionContainer cell_fn, object cell_grad, object extras, IGraphNodeBase max_input_length, bool use_tpu, bool aligned_end)

object Recurrent(IEnumerable<object> theta, object state0, IEnumerable<object> inputs, PythonFunctionContainer cell_fn, object cell_grad, object extras, IGraphNodeBase max_input_length, bool use_tpu, bool aligned_end)

object Recurrent(IEnumerable<object> theta, IEnumerable<IGraphNodeBase> state0, object inputs, PythonFunctionContainer cell_fn, object cell_grad, object extras, IGraphNodeBase max_input_length, bool use_tpu, bool aligned_end)

object Recurrent(IEnumerable<object> theta, IEnumerable<IGraphNodeBase> state0, PythonClassContainer inputs, PythonFunctionContainer cell_fn, object cell_grad, object extras, IGraphNodeBase max_input_length, bool use_tpu, bool aligned_end)

object Recurrent(IEnumerable<object> theta, IEnumerable<IGraphNodeBase> state0, IGraphNodeBase inputs, PythonFunctionContainer cell_fn, object cell_grad, object extras, IGraphNodeBase max_input_length, bool use_tpu, bool aligned_end)

object Recurrent(IEnumerable<object> theta, object state0, object inputs, PythonFunctionContainer cell_fn, object cell_grad, object extras, IGraphNodeBase max_input_length, bool use_tpu, bool aligned_end)

object Recurrent_dyn(object theta, object state0, object inputs, object cell_fn, object cell_grad, object extras, object max_input_length, ImplicitContainer<T> use_tpu, ImplicitContainer<T> aligned_end)

Public properties

PythonFunctionContainer _Recurrent_fn get;

PythonFunctionContainer Recurrent_fn get;