예제 #1
0
 def get_descendants(self, collection=None):
   """Get descendant random variables."""
   from edward.util.random_variables import get_descendants
   return get_descendants(self, collection)
예제 #2
0
 def get_descendants(self, collection=None):
   """Get descendant random variables."""
   from edward.util.random_variables import get_descendants
   return get_descendants(self, collection)