tf.contrib.distributions.RegisterKL.__init__()

tf.contrib.distributions.RegisterKL.__init__(dist_cls_a, dist_cls_b)

Initialize the KL registrar.

Args:
  • dist_cls_a: the class of the first argument of the KL divergence.
  • dist_cls_b: the class of the second argument of the KL divergence.
doc_TensorFlow
2016-10-14 13:01:45
Comments
Leave a Comment

Please login to continue.