Ejemplo n.º 1
0
 def get_parents(self, collection=None):
   """Get parent random variables."""
   from edward.util.random_variables import get_parents
   return get_parents(self, collection)
Ejemplo n.º 2
0
 def get_parents(self, collection=None):
   """Get parent random variables."""
   from edward.util.random_variables import get_parents
   return get_parents(self, collection)