tf.minimum(x, y, name=None) Returns the min of x and y (i.e. x < y ? x : y) element-wise. NOTE:
tf.errors.InternalError.__init__(node_def, op, message) Creates an InternalError.
tf.nn.rnn_cell.MultiRNNCell.zero_state(batch_size, dtype) Return zero-filled state tensor(s). Args:
tf.contrib.distributions.BernoulliWithSigmoidP.entropy(name='entropy') Shanon entropy in nats.
tf.contrib.learn.monitors.GraphDump.set_estimator(estimator) A setter called automatically by the target estimator.
tf.contrib.distributions.BernoulliWithSigmoidP.cdf(value, name='cdf') Cumulative distribution function. Given
tf.contrib.distributions.Bernoulli.name Name prepended to all ops created by this Distribution.
tf.contrib.distributions.Poisson.sample_n(n, seed=None, name='sample_n') Generate n samples.
tf.contrib.distributions.StudentTWithAbsDfSoftplusSigma.sigma Scaling factors of these Student's t distribution(s).
tf.where(input, name=None) Returns locations of true values in a boolean tensor. This operation
Page 57 of 100