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