tf.asin()
  • References/Big Data/TensorFlow/TensorFlow Python/Math

tf.asin(x, name=None) Computes asin of x element-wise. Args:

2025-01-10 15:47:30
tf.contrib.graph_editor.filter_ops_from_regex()
  • References/Big Data/TensorFlow/TensorFlow Python/Graph Editor

tf.contrib.graph_editor.filter_ops_from_regex(ops, regex) Get all the operations that match the given regex.

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

tf.reduce_prod(input_tensor, reduction_indices=None, keep_dims=False, name=None) Computes the product of elements across dimensions

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
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.distributions.ExponentialWithSoftplusLam.
  • References/Big Data/TensorFlow/TensorFlow Python/Statistical distributions

tf.contrib.distributions.ExponentialWithSoftplusLam.__init__(lam, validate_args=False, allow_nan_stats=True, name='ExponentialWithSoftplusLam')

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

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

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

tf.contrib.distributions.Bernoulli.name Name prepended to all ops created by this Distribution.

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

tf.contrib.metrics.auc_using_histogram(boolean_labels, scores, score_range, nbins=100, collections=None, check_shape=True, name=None) AUC

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

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

2025-01-10 15:47:30