LostTech.TensorFlow : API Documentation

Type gen_rnn_ops

Namespace tensorflow.python._

Methods

Properties

Public static methods

object block_lstm(IGraphNodeBase seq_len_max, IGraphNodeBase x, IGraphNodeBase cs_prev, IGraphNodeBase h_prev, IGraphNodeBase w, IGraphNodeBase wci, IGraphNodeBase wcf, IGraphNodeBase wco, IGraphNodeBase b, double forget_bias, double cell_clip, Nullable<bool> use_peephole, string name)

object block_lstm(IGraphNodeBase seq_len_max, IGraphNodeBase x, IGraphNodeBase cs_prev, IGraphNodeBase h_prev, IGraphNodeBase w, IGraphNodeBase wci, IGraphNodeBase wcf, IGraphNodeBase wco, IGraphNodeBase b, double forget_bias, Nullable<int> cell_clip, Nullable<bool> use_peephole, string name)

object block_lstm(IGraphNodeBase seq_len_max, IGraphNodeBase x, IGraphNodeBase cs_prev, IGraphNodeBase h_prev, IGraphNodeBase w, IGraphNodeBase wci, IGraphNodeBase wcf, IGraphNodeBase wco, IGraphNodeBase b, Nullable<int> forget_bias, double cell_clip, Nullable<bool> use_peephole, string name)

object block_lstm(IGraphNodeBase seq_len_max, IGraphNodeBase x, IGraphNodeBase cs_prev, IGraphNodeBase h_prev, IGraphNodeBase w, IGraphNodeBase wci, IGraphNodeBase wcf, IGraphNodeBase wco, IGraphNodeBase b, Nullable<int> forget_bias, Nullable<int> cell_clip, Nullable<bool> use_peephole, string name)

object block_lstm_dyn(object seq_len_max, object x, object cs_prev, object h_prev, object w, object wci, object wcf, object wco, object b, ImplicitContainer<T> forget_bias, ImplicitContainer<T> cell_clip, ImplicitContainer<T> use_peephole, object name)

object block_lstm_eager_fallback(IGraphNodeBase seq_len_max, IGraphNodeBase x, IGraphNodeBase cs_prev, IGraphNodeBase h_prev, IGraphNodeBase w, IGraphNodeBase wci, IGraphNodeBase wcf, IGraphNodeBase wco, IGraphNodeBase b, double forget_bias, double cell_clip, Nullable<bool> use_peephole, string name, Context ctx)

object block_lstm_eager_fallback(IGraphNodeBase seq_len_max, IGraphNodeBase x, IGraphNodeBase cs_prev, IGraphNodeBase h_prev, IGraphNodeBase w, IGraphNodeBase wci, IGraphNodeBase wcf, IGraphNodeBase wco, IGraphNodeBase b, double forget_bias, Nullable<int> cell_clip, Nullable<bool> use_peephole, string name, Context ctx)

object block_lstm_eager_fallback(IGraphNodeBase seq_len_max, IGraphNodeBase x, IGraphNodeBase cs_prev, IGraphNodeBase h_prev, IGraphNodeBase w, IGraphNodeBase wci, IGraphNodeBase wcf, IGraphNodeBase wco, IGraphNodeBase b, Nullable<int> forget_bias, double cell_clip, Nullable<bool> use_peephole, string name, Context ctx)

object block_lstm_eager_fallback(IGraphNodeBase seq_len_max, IGraphNodeBase x, IGraphNodeBase cs_prev, IGraphNodeBase h_prev, IGraphNodeBase w, IGraphNodeBase wci, IGraphNodeBase wcf, IGraphNodeBase wco, IGraphNodeBase b, Nullable<int> forget_bias, Nullable<int> cell_clip, Nullable<bool> use_peephole, string name, Context ctx)

object block_lstm_eager_fallback_dyn(object seq_len_max, object x, object cs_prev, object h_prev, object w, object wci, object wcf, object wco, object b, ImplicitContainer<T> forget_bias, ImplicitContainer<T> cell_clip, ImplicitContainer<T> use_peephole, object name, object ctx)

object block_lstm_grad(IGraphNodeBase seq_len_max, IGraphNodeBase x, IGraphNodeBase cs_prev, IGraphNodeBase h_prev, IGraphNodeBase w, IGraphNodeBase wci, IGraphNodeBase wcf, IGraphNodeBase wco, IGraphNodeBase b, IGraphNodeBase i, IGraphNodeBase cs, IGraphNodeBase f, IGraphNodeBase o, IGraphNodeBase ci, IGraphNodeBase co, IGraphNodeBase h, IGraphNodeBase cs_grad, IGraphNodeBase h_grad, object use_peephole, string name)

object block_lstm_grad_dyn(object seq_len_max, object x, object cs_prev, object h_prev, object w, object wci, object wcf, object wco, object b, object i, object cs, object f, object o, object ci, object co, object h, object cs_grad, object h_grad, object use_peephole, object name)

object block_lstm_grad_eager_fallback(IGraphNodeBase seq_len_max, IGraphNodeBase x, IGraphNodeBase cs_prev, IGraphNodeBase h_prev, IGraphNodeBase w, IGraphNodeBase wci, IGraphNodeBase wcf, IGraphNodeBase wco, IGraphNodeBase b, IGraphNodeBase i, IGraphNodeBase cs, IGraphNodeBase f, IGraphNodeBase o, IGraphNodeBase ci, IGraphNodeBase co, IGraphNodeBase h, IGraphNodeBase cs_grad, IGraphNodeBase h_grad, object use_peephole, string name, Context ctx)

object block_lstm_grad_eager_fallback_dyn(object seq_len_max, object x, object cs_prev, object h_prev, object w, object wci, object wcf, object wco, object b, object i, object cs, object f, object o, object ci, object co, object h, object cs_grad, object h_grad, object use_peephole, object name, object ctx)

object block_lstm_grad_v2(IGraphNodeBase seq_len_max, IGraphNodeBase x, IGraphNodeBase cs_prev, IGraphNodeBase h_prev, IGraphNodeBase w, IGraphNodeBase wci, IGraphNodeBase wcf, IGraphNodeBase wco, IGraphNodeBase b, IGraphNodeBase i, IGraphNodeBase cs, IGraphNodeBase f, IGraphNodeBase o, IGraphNodeBase ci, IGraphNodeBase co, IGraphNodeBase h, IGraphNodeBase cs_grad, IGraphNodeBase h_grad, object use_peephole, string name)

object block_lstm_grad_v2_dyn(object seq_len_max, object x, object cs_prev, object h_prev, object w, object wci, object wcf, object wco, object b, object i, object cs, object f, object o, object ci, object co, object h, object cs_grad, object h_grad, object use_peephole, object name)

object block_lstm_grad_v2_eager_fallback(IGraphNodeBase seq_len_max, IGraphNodeBase x, IGraphNodeBase cs_prev, IGraphNodeBase h_prev, IGraphNodeBase w, IGraphNodeBase wci, IGraphNodeBase wcf, IGraphNodeBase wco, IGraphNodeBase b, IGraphNodeBase i, IGraphNodeBase cs, IGraphNodeBase f, IGraphNodeBase o, IGraphNodeBase ci, IGraphNodeBase co, IGraphNodeBase h, IGraphNodeBase cs_grad, IGraphNodeBase h_grad, object use_peephole, string name, Context ctx)

object block_lstm_grad_v2_eager_fallback_dyn(object seq_len_max, object x, object cs_prev, object h_prev, object w, object wci, object wcf, object wco, object b, object i, object cs, object f, object o, object ci, object co, object h, object cs_grad, object h_grad, object use_peephole, object name, object ctx)

object block_lstmv2(IGraphNodeBase seq_len_max, IGraphNodeBase x, IGraphNodeBase cs_prev, IGraphNodeBase h_prev, IGraphNodeBase w, IGraphNodeBase wci, IGraphNodeBase wcf, IGraphNodeBase wco, IGraphNodeBase b, int cell_clip, bool use_peephole, string name)

object block_lstmv2_dyn(object seq_len_max, object x, object cs_prev, object h_prev, object w, object wci, object wcf, object wco, object b, ImplicitContainer<T> cell_clip, ImplicitContainer<T> use_peephole, object name)

object block_lstmv2_eager_fallback(IGraphNodeBase seq_len_max, IGraphNodeBase x, IGraphNodeBase cs_prev, IGraphNodeBase h_prev, IGraphNodeBase w, IGraphNodeBase wci, IGraphNodeBase wcf, IGraphNodeBase wco, IGraphNodeBase b, int cell_clip, bool use_peephole, string name, Context ctx)

object block_lstmv2_eager_fallback(IGraphNodeBase seq_len_max, IGraphNodeBase x, IGraphNodeBase cs_prev, IGraphNodeBase h_prev, IGraphNodeBase w, IGraphNodeBase wci, IGraphNodeBase wcf, IGraphNodeBase wco, IGraphNodeBase b, double cell_clip, bool use_peephole, string name, Context ctx)

object block_lstmv2_eager_fallback_dyn(object seq_len_max, object x, object cs_prev, object h_prev, object w, object wci, object wcf, object wco, object b, ImplicitContainer<T> cell_clip, ImplicitContainer<T> use_peephole, object name, object ctx)

object gru_block_cell(IGraphNodeBase x, IGraphNodeBase h_prev, IGraphNodeBase w_ru, IGraphNodeBase w_c, IGraphNodeBase b_ru, IGraphNodeBase b_c, string name)

object gru_block_cell_dyn(object x, object h_prev, object w_ru, object w_c, object b_ru, object b_c, object name)

object gru_block_cell_eager_fallback(IGraphNodeBase x, IGraphNodeBase h_prev, IGraphNodeBase w_ru, IGraphNodeBase w_c, IGraphNodeBase b_ru, IGraphNodeBase b_c, string name, Context ctx)

object gru_block_cell_eager_fallback_dyn(object x, object h_prev, object w_ru, object w_c, object b_ru, object b_c, object name, object ctx)

object gru_block_cell_grad(IGraphNodeBase x, IGraphNodeBase h_prev, IGraphNodeBase w_ru, IGraphNodeBase w_c, IGraphNodeBase b_ru, IGraphNodeBase b_c, IGraphNodeBase r, IGraphNodeBase u, IGraphNodeBase c, IGraphNodeBase d_h, string name)

object gru_block_cell_grad_dyn(object x, object h_prev, object w_ru, object w_c, object b_ru, object b_c, object r, object u, object c, object d_h, object name)

object gru_block_cell_grad_eager_fallback(IGraphNodeBase x, IGraphNodeBase h_prev, IGraphNodeBase w_ru, IGraphNodeBase w_c, IGraphNodeBase b_ru, IGraphNodeBase b_c, IGraphNodeBase r, IGraphNodeBase u, IGraphNodeBase c, IGraphNodeBase d_h, string name, Context ctx)

object gru_block_cell_grad_eager_fallback_dyn(object x, object h_prev, object w_ru, object w_c, object b_ru, object b_c, object r, object u, object c, object d_h, object name, object ctx)

object lstm_block_cell(IGraphNodeBase x, IGraphNodeBase cs_prev, IGraphNodeBase h_prev, IGraphNodeBase w, IGraphNodeBase wci, IGraphNodeBase wcf, IGraphNodeBase wco, IGraphNodeBase b, Nullable<int> forget_bias, Nullable<int> cell_clip, Nullable<bool> use_peephole, string name)

object lstm_block_cell(IGraphNodeBase x, IGraphNodeBase cs_prev, IGraphNodeBase h_prev, IGraphNodeBase w, IGraphNodeBase wci, IGraphNodeBase wcf, IGraphNodeBase wco, IGraphNodeBase b, double forget_bias, Nullable<int> cell_clip, Nullable<bool> use_peephole, string name)

object lstm_block_cell_dyn(object x, object cs_prev, object h_prev, object w, object wci, object wcf, object wco, object b, ImplicitContainer<T> forget_bias, ImplicitContainer<T> cell_clip, ImplicitContainer<T> use_peephole, object name)

object lstm_block_cell_eager_fallback(IGraphNodeBase x, IGraphNodeBase cs_prev, IGraphNodeBase h_prev, IGraphNodeBase w, IGraphNodeBase wci, IGraphNodeBase wcf, IGraphNodeBase wco, IGraphNodeBase b, double forget_bias, double cell_clip, Nullable<bool> use_peephole, string name, Context ctx)

object lstm_block_cell_eager_fallback(IGraphNodeBase x, IGraphNodeBase cs_prev, IGraphNodeBase h_prev, IGraphNodeBase w, IGraphNodeBase wci, IGraphNodeBase wcf, IGraphNodeBase wco, IGraphNodeBase b, double forget_bias, Nullable<int> cell_clip, Nullable<bool> use_peephole, string name, Context ctx)

object lstm_block_cell_eager_fallback(IGraphNodeBase x, IGraphNodeBase cs_prev, IGraphNodeBase h_prev, IGraphNodeBase w, IGraphNodeBase wci, IGraphNodeBase wcf, IGraphNodeBase wco, IGraphNodeBase b, Nullable<int> forget_bias, double cell_clip, Nullable<bool> use_peephole, string name, Context ctx)

object lstm_block_cell_eager_fallback(IGraphNodeBase x, IGraphNodeBase cs_prev, IGraphNodeBase h_prev, IGraphNodeBase w, IGraphNodeBase wci, IGraphNodeBase wcf, IGraphNodeBase wco, IGraphNodeBase b, Nullable<int> forget_bias, Nullable<int> cell_clip, Nullable<bool> use_peephole, string name, Context ctx)

object lstm_block_cell_eager_fallback_dyn(object x, object cs_prev, object h_prev, object w, object wci, object wcf, object wco, object b, ImplicitContainer<T> forget_bias, ImplicitContainer<T> cell_clip, ImplicitContainer<T> use_peephole, object name, object ctx)

object lstm_block_cell_grad(IGraphNodeBase x, IGraphNodeBase cs_prev, IGraphNodeBase h_prev, IGraphNodeBase w, IGraphNodeBase wci, IGraphNodeBase wcf, IGraphNodeBase wco, IGraphNodeBase b, IGraphNodeBase i, IGraphNodeBase cs, IGraphNodeBase f, IGraphNodeBase o, IGraphNodeBase ci, IGraphNodeBase co, IGraphNodeBase cs_grad, IGraphNodeBase h_grad, object use_peephole, string name)

object lstm_block_cell_grad_dyn(object x, object cs_prev, object h_prev, object w, object wci, object wcf, object wco, object b, object i, object cs, object f, object o, object ci, object co, object cs_grad, object h_grad, object use_peephole, object name)

object lstm_block_cell_grad_eager_fallback(IGraphNodeBase x, IGraphNodeBase cs_prev, IGraphNodeBase h_prev, IGraphNodeBase w, IGraphNodeBase wci, IGraphNodeBase wcf, IGraphNodeBase wco, IGraphNodeBase b, IGraphNodeBase i, IGraphNodeBase cs, IGraphNodeBase f, IGraphNodeBase o, IGraphNodeBase ci, IGraphNodeBase co, IGraphNodeBase cs_grad, IGraphNodeBase h_grad, object use_peephole, string name, Context ctx)

object lstm_block_cell_grad_eager_fallback_dyn(object x, object cs_prev, object h_prev, object w, object wci, object wcf, object wco, object b, object i, object cs, object f, object o, object ci, object co, object cs_grad, object h_grad, object use_peephole, object name, object ctx)

Public properties

PythonFunctionContainer block_lstm_eager_fallback_fn get;

PythonFunctionContainer block_lstm_fn get;

PythonFunctionContainer block_lstm_grad_eager_fallback_fn get;

PythonFunctionContainer block_lstm_grad_fn get;

PythonFunctionContainer block_lstm_grad_v2_eager_fallback_fn get;

PythonFunctionContainer block_lstm_grad_v2_fn get;

PythonFunctionContainer block_lstmv2_eager_fallback_fn get;

PythonFunctionContainer block_lstmv2_fn get;

PythonFunctionContainer gru_block_cell_eager_fallback_fn get;

PythonFunctionContainer gru_block_cell_fn get;

PythonFunctionContainer gru_block_cell_grad_eager_fallback_fn get;

PythonFunctionContainer gru_block_cell_grad_fn get;

PythonFunctionContainer lstm_block_cell_eager_fallback_fn get;

PythonFunctionContainer lstm_block_cell_fn get;

PythonFunctionContainer lstm_block_cell_grad_eager_fallback_fn get;

PythonFunctionContainer lstm_block_cell_grad_fn get;