tf.sparse_tensor_dense_matmul()
  • References/Big Data/TensorFlow/TensorFlow Python/Sparse Tensors

tf.sparse_tensor_dense_matmul(sp_a, b, adjoint_a=False, adjoint_b=False, name=None) Multiply SparseTensor (of rank 2) "A" by dense

2025-01-10 15:47:30
tf.get_default_session()
  • References/Big Data/TensorFlow/TensorFlow Python/Running Graphs

tf.get_default_session() Returns the default session for the current thread. The returned Session

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

tf.ifft3d(input, name=None) Compute the inverse 3-dimensional discrete Fourier Transform over the inner-most 3

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

tf.truncated_normal(shape, mean=0.0, stddev=1.0, dtype=tf.float32, seed=None, name=None) Outputs random values from a truncated

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

tf.contrib.distributions.Binomial.param_static_shapes(cls, sample_shape) param_shapes with static (i.e. TensorShape) shapes.

2025-01-10 15:47:30
tf.contrib.bayesflow.stochastic_tensor.BetaWithSoftplusABTensor.distribution
  • References/Big Data/TensorFlow/TensorFlow Python/BayesFlow Stochastic Tensors

tf.contrib.bayesflow.stochastic_tensor.BetaWithSoftplusABTensor.distribution

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

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

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

tf.contrib.framework.reduce_sum_n(tensors, name=None) Reduce tensors to a scalar sum. This reduces

2025-01-10 15:47:30
tf.contrib.metrics.streaming_mean_cosine_distance()
  • References/Big Data/TensorFlow/TensorFlow Python/Metrics

tf.contrib.metrics.streaming_mean_cosine_distance(predictions, labels, dim, weights=None, metrics_collections=None, updates_collections=None, name=None)

2025-01-10 15:47:30
tf.contrib.bayesflow.stochastic_tensor.SampleValue
  • References/Big Data/TensorFlow/TensorFlow Python/BayesFlow Stochastic Tensors

class tf.contrib.bayesflow.stochastic_tensor.SampleValue Draw n samples along a new outer dimension. This

2025-01-10 15:47:30