tf.FixedLenFeature.
  • References/Big Data/TensorFlow/TensorFlow Python/Inputs and Readers

tf.FixedLenFeature.__new__(_cls, shape, dtype, default_value=None) Create new instance of FixedLenFeature(shape, dtype, default_value)

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

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

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
tensorflow::Tensor::NumElements()
  • References/Big Data/TensorFlow/TensorFlow C++/Tensor

int64 tensorflow::Tensor::NumElements() const Convenience accessor for the tensor shape.

2025-01-10 15:47:30
tf.contrib.learn.monitors.ValidationMonitor.every_n_step_begin()
  • References/Big Data/TensorFlow/TensorFlow Python/Monitors

tf.contrib.learn.monitors.ValidationMonitor.every_n_step_begin(step) Callback before every n'th step begins.

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

tf.contrib.distributions.Chi2WithAbsDf.entropy(name='entropy') Shanon entropy in nats. Additional

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

tf.contrib.distributions.MultivariateNormalFull.pmf(value, name='pmf') Probability mass function. Args:

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

bool tensorflow::Tensor::SharesBufferWith(const Tensor &b) const

2025-01-10 15:47:30
tf.is_strictly_increasing()
  • References/Big Data/TensorFlow/TensorFlow Python/Asserts and boolean checks.

tf.is_strictly_increasing(x, name=None) Returns True if x is strictly increasing.

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

class tf.nn.rnn_cell.OutputProjectionWrapper Operator adding an output projection to the given cell. Note:

2025-01-10 15:47:30