Searched refs:create_variable (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/compiler/glsl/tests/ |
D | lower_int64_test.cpp | 78 create_variable(void *mem_ctx, const glsl_type *type) in create_variable() function 91 create_variable(mem_ctx, type)); in create_expression() 192 ir_dereference_variable *const deref = create_variable(mem_ctx, type); in TEST_F() 203 ir_dereference_variable *const deref = create_variable(mem_ctx, type); in TEST_F() 232 ir_dereference_variable *const deref = create_variable(mem_ctx, type); in TEST_F() 243 ir_dereference_variable *const deref = create_variable(mem_ctx, type); in TEST_F() 254 ir_dereference_variable *const deref = create_variable(mem_ctx, type); in TEST_F() 265 ir_dereference_variable *const deref = create_variable(mem_ctx, type); in TEST_F() 276 ir_dereference_variable *const deref = create_variable(mem_ctx, type); in TEST_F()
|
/external/tensorflow/tensorflow/python/eager/ |
D | def_function_test.py | 495 def create_variable(): function 506 created_variable_read = create_variable()
|
D | function_test.py | 1133 def create_variable(): function 1138 create_variable() 1143 def create_variable(): function 1149 create_variable()
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | variables_test.py | 559 def create_variable(): function 564 create_variable()
|
/external/tensorflow/tensorflow/python/feature_column/ |
D | feature_column_v2.py | 188 def create_variable(self, member in StateManager 277 def create_variable(self, member in _StateManagerImpl 524 self._state_manager.create_variable( 3039 state_manager.create_variable(
|
D | feature_column_v2_test.py | 6203 def create_variable(self, member in _TestStateManager
|