Exemplo n.º 1
0
 def get_variables(self, collection=None):
   """Get TensorFlow variables that the random variable depends on."""
   from edward.util.random_variables import get_variables
   return get_variables(self, collection)
Exemplo n.º 2
0
 def get_variables(self, collection=None):
   """Get TensorFlow variables that the random variable depends on."""
   from edward.util.random_variables import get_variables
   return get_variables(self, collection)