tf.nn.rnn_cell.LSTMStateTuple
  • References/Big Data/TensorFlow/TensorFlow Python/Neural Network RNN Cells

class tf.nn.rnn_cell.LSTMStateTuple Tuple used by LSTM Cells for state_size, zero_state, and output

2025-01-10 15:47:30
tf.contrib.framework.assign_from_values()
  • References/Big Data/TensorFlow/TensorFlow Python/Framework

tf.contrib.framework.assign_from_values(var_names_to_values) Creates an assignment operation from a given mapping.

2025-01-10 15:47:30
tf.random_uniform()
  • References/Big Data/TensorFlow/TensorFlow Python/Constants, Sequences, and Random Values

tf.random_uniform(shape, minval=0, maxval=None, dtype=tf.float32, seed=None, name=None) Outputs random values from a uniform distribution

2025-01-10 15:47:30
tf.contrib.distributions.LaplaceWithSoftplusScale.survival_function()
  • References/Big Data/TensorFlow/TensorFlow Python/Statistical distributions

tf.contrib.distributions.LaplaceWithSoftplusScale.survival_function(value, name='survival_function') Survival function.

2025-01-10 15:47:30
tf.nn.rnn_cell.LSTMCell
  • References/Big Data/TensorFlow/TensorFlow Python/Neural Network RNN Cells

class tf.nn.rnn_cell.LSTMCell Long short-term memory unit (LSTM) recurrent network cell. The default

2025-01-10 15:47:30
tensorflow::Tensor::CopyFrom()
  • References/Big Data/TensorFlow/TensorFlow C++/Tensor

bool tensorflow::Tensor::CopyFrom(const Tensor &other, const TensorShape &shape) TF_MUST_USE_RESULT Copy the other tensor

2025-01-10 15:47:30
tf.contrib.distributions.LaplaceWithSoftplusScale.dtype
  • References/Big Data/TensorFlow/TensorFlow Python/Statistical distributions

tf.contrib.distributions.LaplaceWithSoftplusScale.dtype The DType of Tensors handled by this Distribution

2025-01-10 15:47:30
tf.contrib.distributions.Normal.sample_n()
  • References/Big Data/TensorFlow/TensorFlow Python/Statistical distributions

tf.contrib.distributions.Normal.sample_n(n, seed=None, name='sample_n') Generate n samples.

2025-01-10 15:47:30
tf.TensorArray
  • References/Big Data/TensorFlow/TensorFlow Python/TensorArray Operations

class tf.TensorArray Class wrapping dynamic-sized, per-time-step, write-once Tensor arrays. This

2025-01-10 15:47:30
tf.contrib.learn.RunConfig.
  • References/Big Data/TensorFlow/TensorFlow Python/Learn

tf.contrib.learn.RunConfig.__init__(master=None, task=None, num_ps_replicas=None, num_cores=0, log_device_placement=False, gpu_memory_fraction=1, cluster_spec=None,

2025-01-10 15:47:30