LostTech.TensorFlow : API Documentation

Type CudnnLSTM

Namespace tensorflow.contrib.cudnn_rnn.python.ops.cudnn_rnn_ops

Parent _CudnnRNN

Interfaces ICudnnLSTM

Public instance methods

object __call___dyn(object input_data, object input_h, object input_c, object params, object sequence_lengths, ImplicitContainer<T> time_major, ImplicitContainer<T> is_training)

Public static methods

CudnnLSTM NewDyn(object num_layers, object num_units, object input_size, ImplicitContainer<T> input_mode, ImplicitContainer<T> direction, ImplicitContainer<T> dtype, ImplicitContainer<T> dropout, ImplicitContainer<T> seed, object num_proj)

Public properties

string direction get;

object direction_dyn get;

string input_mode get;

object input_mode_dyn get;

object input_size get;

object input_size_dyn get;

object num_layers get;

object num_layers_dyn get;

object num_proj get;

object num_proj_dyn get;

object num_units get;

object num_units_dyn get;

object PythonObject get;

object rnn_mode get;

object rnn_mode_dyn get;