Searched refs:create_variable (Results 1 – 6 of 6) sorted by relevance
/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/python/eager/ |
D | def_function_test.py | 626 def create_variable(): function 637 created_variable_read = create_variable()
|
D | function_test.py | 1423 def create_variable(): function 1428 create_variable() 1433 def create_variable(): function 1439 create_variable()
|
/external/tensorflow/tensorflow/python/feature_column/ |
D | feature_column_v2.py | 190 def create_variable(self, member in StateManager 285 def create_variable(self, member in _StateManagerImpl 340 def create_variable(self, member in _StateManagerImplV2 521 self._state_manager.create_variable( 3187 state_manager.create_variable(
|
D | feature_column_v2_test.py | 5674 def create_variable(self, member in _TestStateManager
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | variables_test.py | 607 def create_variable(): function 612 create_variable()
|