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.learn.monitors.CaptureVariable
  • References/Big Data/TensorFlow/TensorFlow Python/Monitors

class tf.contrib.learn.monitors.CaptureVariable Captures a variable's values into a collection. This

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

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

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

tf.contrib.distributions.Laplace.__init__(loc, scale, validate_args=False, allow_nan_stats=True, name='Laplace') Construct Laplace

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.truediv()
  • References/Big Data/TensorFlow/TensorFlow Python/Math

tf.truediv(x, y, name=None) Divides x / y elementwise, always producing floating point results. The

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

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

2025-01-10 15:47:30
tf.contrib.losses.get_losses()
  • References/Big Data/TensorFlow/TensorFlow Python/Losses

tf.contrib.losses.get_losses(scope=None, loss_collection='losses') Gets the list of losses from the loss_collection.

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

void tensorflow::Status::operator=(const Status &s)

2025-01-10 15:47:30