Searched refs:create_variable (Results 1 – 8 of 8) sorted by relevance
41 def create_variable(self, initial_value=1., **kwargs): member in _VariableInterfaceTestBase53 v = self.create_variable()58 v = self.create_variable(1.)63 v = self.create_variable([1.])72 v = self.create_variable(trainable=trainable)83 v = self.create_variable(synchronization=synchronization)94 v = self.create_variable(aggregation=aggregation)99 v = self.create_variable(1.)105 v = self.create_variable(1.)111 v = self.create_variable(1.)[all …]
19 name: "create_variable"
891 def create_variable(): function902 create_variable()915 def create_variable(): function921 create_variable()
1763 def create_variable(): function1768 create_variable()1773 def create_variable(): function1779 create_variable()
613 def create_variable(): function618 create_variable()
53 def create_variable(self, member in _TestStateManager
183 def create_variable(self, member in StateManager294 def create_variable(self, member in _StateManagerImpl2967 state_manager.create_variable(
4637 def create_variable(self, member in _TestStateManager