Home
last modified time | relevance | path

Searched refs:create_variable (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Dvalues_v2_test.py41 def create_variable(self, initial_value=1., **kwargs): member in _VariableInterfaceTestBase
53 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 …]
/aosp_15_r20/external/tensorflow/tensorflow/tools/api/golden/v2/
H A Dtensorflow.__internal__.feature_column.-state-manager.pbtxt19 name: "create_variable"
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Ddef_function_test.py891 def create_variable(): function
902 create_variable()
915 def create_variable(): function
921 create_variable()
H A Dfunction_test.py1763 def create_variable(): function
1768 create_variable()
1773 def create_variable(): function
1779 create_variable()
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/variables/
H A Dvariables_test.py613 def create_variable(): function
618 create_variable()
/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/
H A Dfeature_column_v2_test.py53 def create_variable(self, member in _TestStateManager
/aosp_15_r20/external/tensorflow/tensorflow/python/feature_column/
H A Dfeature_column_v2.py183 def create_variable(self, member in StateManager
294 def create_variable(self, member in _StateManagerImpl
2967 state_manager.create_variable(
H A Dfeature_column_v2_test.py4637 def create_variable(self, member in _TestStateManager