tf.contrib.distributions.MultivariateNormalFull.pdf()
  • References/Big Data/TensorFlow/TensorFlow Python/Statistical distributions

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

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

tf.complex_abs(x, name=None) Computes the complex absolute value of a tensor. Given a tensor x

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

tf.pow(x, y, name=None) Computes the power of one value to another. Given a tensor x

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

tf.contrib.distributions.QuantizedDistribution.log_prob(value, name='log_prob') Log probability density/mass function (depending

2025-01-10 15:47:30
tf.RandomShuffleQueue
  • References/Big Data/TensorFlow/TensorFlow Python/Inputs and Readers

class tf.RandomShuffleQueue A queue implementation that dequeues elements in a random order. See

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

tf.contrib.distributions.WishartFull.get_event_shape() Shape of a single sample from a single batch as a TensorShape

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

tf.contrib.distributions.LaplaceWithSoftplusScale.log_pmf(value, name='log_pmf') Log probability mass function.

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.bayesflow.stochastic_tensor.WishartFullTensor.dtype
  • References/Big Data/TensorFlow/TensorFlow Python/BayesFlow Stochastic Tensors

tf.contrib.bayesflow.stochastic_tensor.WishartFullTensor.dtype

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

tf.contrib.distributions.MultivariateNormalDiag.log_sigma_det(name='log_sigma_det') Log of determinant of covariance matrix.

2025-01-10 15:47:30