tf.contrib.framework.model_variable()
  • References/Big Data/TensorFlow/TensorFlow Python/Framework

tf.contrib.framework.model_variable(*args, **kwargs) Gets an existing model variable with these parameters or creates a new one

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

tf.contrib.graph_editor.Transformer.__call__(sgv, dst_graph, dst_scope, src_scope='', reuse_dst_scope=False) Execute the transformation

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

tf.cholesky(input, name=None) Computes the Cholesky decomposition of one or more square matrices. The

2025-01-10 15:47:30
tf.contrib.learn.monitors.GraphDump.set_estimator()
  • References/Big Data/TensorFlow/TensorFlow Python/Monitors

tf.contrib.learn.monitors.GraphDump.set_estimator(estimator) A setter called automatically by the target estimator.

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

tf.contrib.distributions.Uniform.mean(name='mean') Mean.

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

tf.contrib.distributions.BernoulliWithSigmoidP.entropy(name='entropy') Shanon entropy in nats.

2025-01-10 15:47:30
tf.contrib.layers.summarize_tensor()
  • References/Big Data/TensorFlow/TensorFlow Python/Layers

tf.contrib.layers.summarize_tensor(tensor, tag=None) Summarize a tensor using a suitable summary type. This

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

class tf.contrib.bayesflow.stochastic_tensor.QuantizedDistributionTensor QuantizedDistributionTensor is a

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

tf.transpose(a, perm=None, name='transpose') Transposes a. Permutes the dimensions according to perm

2025-01-10 15:47:30
tf.contrib.learn.TensorFlowRNNRegressor.partial_fit()
  • References/Big Data/TensorFlow/TensorFlow Python/Learn

tf.contrib.learn.TensorFlowRNNRegressor.partial_fit(x, y) Incremental fit on a batch of samples. This

2025-01-10 15:47:30