Searched refs:create_variable (Results  1 – 9 of 9) sorted by relevance
| /external/tensorflow/tensorflow/python/distribute/ | 
| D | values_v2_test.py | 41   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/ | 
| D | lower_int64_test.cpp | 82 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/ | 
| D | tensorflow.__internal__.feature_column.-state-manager.pbtxt | 19     name: "create_variable"
  | 
| /external/tensorflow/tensorflow/python/eager/ | 
| D | def_function_test.py | 891     def create_variable():  function 902     create_variable() 915     def create_variable():  function 921       create_variable()
  | 
| D | function_test.py | 1763     def create_variable():  function 1768     create_variable() 1773       def create_variable():  function 1779         create_variable()
  | 
| /external/tensorflow/tensorflow/python/kernel_tests/variables/ | 
| D | variables_test.py | 613     def create_variable():  function 618       create_variable()
  | 
| /external/tensorflow/tensorflow/python/tpu/ | 
| D | feature_column_v2_test.py | 53   def create_variable(self,  member in _TestStateManager
  | 
| /external/tensorflow/tensorflow/python/feature_column/ | 
| D | feature_column_v2.py | 183   def create_variable(self,  member in StateManager 294   def create_variable(self,  member in _StateManagerImpl 2967     state_manager.create_variable(
  | 
| D | feature_column_v2_test.py | 4637   def create_variable(self,  member in _TestStateManager
  |