Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/distribute/
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 …]
/external/mesa3d/src/compiler/glsl/tests/
Dlower_int64_test.cpp82 create_variable(void *mem_ctx, const glsl_type *type) in create_variable() function
95 create_variable(mem_ctx, type)); in create_expression()
196 ir_dereference_variable *const deref = create_variable(mem_ctx, type); in TEST_F()
207 ir_dereference_variable *const deref = create_variable(mem_ctx, type); in TEST_F()
236 ir_dereference_variable *const deref = create_variable(mem_ctx, type); in TEST_F()
247 ir_dereference_variable *const deref = create_variable(mem_ctx, type); in TEST_F()
258 ir_dereference_variable *const deref = create_variable(mem_ctx, type); in TEST_F()
269 ir_dereference_variable *const deref = create_variable(mem_ctx, type); in TEST_F()
280 ir_dereference_variable *const deref = create_variable(mem_ctx, type); in TEST_F()
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.__internal__.feature_column.-state-manager.pbtxt19 name: "create_variable"
/external/tensorflow/tensorflow/python/eager/
Ddef_function_test.py891 def create_variable(): function
902 create_variable()
915 def create_variable(): function
921 create_variable()
Dfunction_test.py1763 def create_variable(): function
1768 create_variable()
1773 def create_variable(): function
1779 create_variable()
/external/tensorflow/tensorflow/python/kernel_tests/variables/
Dvariables_test.py613 def create_variable(): function
618 create_variable()
/external/tensorflow/tensorflow/python/tpu/
Dfeature_column_v2_test.py53 def create_variable(self, member in _TestStateManager
/external/tensorflow/tensorflow/python/feature_column/
Dfeature_column_v2.py183 def create_variable(self, member in StateManager
294 def create_variable(self, member in _StateManagerImpl
2967 state_manager.create_variable(
Dfeature_column_v2_test.py4637 def create_variable(self, member in _TestStateManager