tf.contrib.learn.TensorFlowRNNClassifier.export()
  • References/Big Data/TensorFlow/TensorFlow Python/Learn

tf.contrib.learn.TensorFlowRNNClassifier.export(*args, **kwargs) Exports inference graph into given dir. (deprecated arguments)

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

tf.contrib.distributions.Dirichlet.batch_shape(name='batch_shape') Shape of a single sample from a single event index as a 1-D

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

class tf.contrib.bayesflow.stochastic_tensor.MultivariateNormalDiagPlusVDVTTensor MultivariateNormalDiagPlusVDVTTensor

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

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

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

tf.multinomial(logits, num_samples, seed=None, name=None) Draws samples from a multinomial distribution.

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

tf.contrib.learn.monitors.SummaryWriterCache.get(logdir) Returns the SummaryWriter for the specified directory.

2025-01-10 15:47:30
tf.contrib.learn.LinearRegressor.dnn_weights_
  • References/Big Data/TensorFlow/TensorFlow Python/Learn

tf.contrib.learn.LinearRegressor.dnn_weights_ Returns weights of deep neural network part.

2025-01-10 15:47:30
tf.contrib.learn.TensorFlowRNNClassifier.weights_
  • References/Big Data/TensorFlow/TensorFlow Python/Learn

tf.contrib.learn.TensorFlowRNNClassifier.weights_ Returns weights of the rnn layer.

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

tf.contrib.layers.separable_convolution2d(*args, **kwargs) Adds a depth-separable 2D convolution with optional batch_norm layer

2025-01-10 15:47:30
tf.scan()
  • References/Big Data/TensorFlow/TensorFlow Python/Higher Order Functions

tf.scan(fn, elems, initializer=None, parallel_iterations=10, back_prop=True, swap_memory=False, infer_shape=True, name=None) scan

2025-01-10 15:47:30