예제 #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)
예제 #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)