tf.SparseTensor.
  • References/Big Data/TensorFlow/TensorFlow Python/Sparse Tensors

tf.SparseTensor.__truediv__(sp_x, y) Internal helper function for 'sp_t / dense_t'.

2025-01-10 15:47:30
tf.matrix_inverse()
  • References/Big Data/TensorFlow/TensorFlow Python/Math

tf.matrix_inverse(input, adjoint=None, name=None) Computes the inverse of one or more square invertible matrices or their

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

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

2025-01-10 15:47:30
tf.contrib.training.SequenceQueueingStateSaver.barrier
  • References/Big Data/TensorFlow/TensorFlow Python/Training

tf.contrib.training.SequenceQueueingStateSaver.barrier

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

tf.contrib.distributions.Dirichlet.std(name='std') Standard deviation.

2025-01-10 15:47:30
tf.argmin()
  • References/Big Data/TensorFlow/TensorFlow Python/Math

tf.argmin(input, dimension, name=None) Returns the index with the smallest value across dimensions of a tensor.

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

tf.contrib.distributions.MultivariateNormalDiagPlusVDVT.log_cdf(value, name='log_cdf') Log cumulative distribution function.

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

tf.contrib.distributions.MultivariateNormalFull.mode(name='mode') Mode.

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

tf.contrib.distributions.Binomial.validate_args Python boolean indicated possibly expensive checks are enabled.

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

tf.assert_greater_equal(x, y, data=None, summarize=None, message=None, name=None) Assert the condition x >= y

2025-01-10 15:47:30