示例#1
0
 def get_ancestors(self, collection=None):
   """Get ancestor random variables."""
   from edward.util.random_variables import get_ancestors
   return get_ancestors(self, collection)
示例#2
0
 def get_ancestors(self, collection=None):
   """Get ancestor random variables."""
   from edward.util.random_variables import get_ancestors
   return get_ancestors(self, collection)