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, 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, 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, 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, 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