コード例 #1
0
ファイル: random_variable.py プロジェクト: powa64/edward
 def get_variables(self, collection=None):
   """Get TensorFlow variables that the random variable depends on."""
   from edward.util.random_variables import get_variables
   return get_variables(self, collection)
コード例 #2
0
ファイル: random_variable.py プロジェクト: JoyceYa/edward
 def get_variables(self, collection=None):
   """Get TensorFlow variables that the random variable depends on."""
   from edward.util.random_variables import get_variables
   return get_variables(self, collection)