/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/ |
H A D | shared_variable_creator_test.py | 55 with variable_scope.variable_creator_scope(creator_fns[0]): 58 with variable_scope.variable_creator_scope(creator_fns[1]): 61 with variable_scope.variable_creator_scope(creator_fns[2]):
|
H A D | parameter_server_strategy_v2_test.py | 132 with variable_scope.variable_creator_scope(var_creator): 138 with variable_scope.variable_creator_scope(var_creator): 152 with variable_scope.variable_creator_scope(var_creator): 157 with variable_scope.variable_creator_scope(var_creator): 163 with variable_scope.variable_creator_scope(var_creator):
|
H A D | numpy_dataset.py | 80 with variable_scope.variable_creator_scope(create_colocated_variable):
|
H A D | distribute_lib.py | 2190 variable_scope.variable_creator_scope(creator_with_resource_vars), 2275 return variable_scope.variable_creator_scope(create_colocated_variable) 3609 self._var_creator_scope = variable_scope.variable_creator_scope(creator)
|
H A D | mirrored_run.py | 385 variable_scope.variable_creator_scope(self.variable_creator_fn):
|
H A D | mirrored_strategy_test.py | 368 with variable_scope.variable_creator_scope(thread_creator_fn): 383 variable_scope.variable_creator_scope(main_thread_creator):
|
H A D | distribute_lib_test.py | 216 with variable_scope.variable_creator_scope(creator):
|
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/legacy_tf_layers/ |
H A D | variable_scope_shim_test.py | 717 with variable_scope.variable_creator_scope(creator_a): 718 with variable_scope.variable_creator_scope(creator_b): 733 with variable_scope.variable_creator_scope(creater_c): 752 scope = variable_scope.variable_creator_scope(creator) 754 with variable_scope.variable_creator_scope(creator):
|
H A D | variable_scope_shim.py | 571 with vs.variable_creator_scope(
|
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/ |
H A D | wrap_function.py | 55 def variable_creator_scope(self, next_creator, **kwargs): member in VariableHolder 88 with variable_scope.variable_creator_scope(self.variable_creator_scope):
|
H A D | def_function_test.py | 773 with variable_scope.variable_creator_scope(capture_creator):
|
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/coordinator/ |
H A D | values.py | 333 with variable_scope.variable_creator_scope(disallow_variable_creation): 336 with variable_scope.variable_creator_scope(disallow_variable_creation):
|
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/variables/ |
H A D | variable_scope_test.py | 1706 with variable_scope.variable_creator_scope(creator_a): 1707 with variable_scope.variable_creator_scope(creator_b): 1722 with variable_scope.variable_creator_scope(creater_c): 1741 scope = variable_scope.variable_creator_scope(creator) 1743 with variable_scope.variable_creator_scope(creator):
|
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/distribute/ |
H A D | parameter_server_evaluation_test.py | 83 with variable_scope.variable_creator_scope(fetch_variable):
|
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/layers/ |
H A D | core.py | 912 variable_scope.variable_creator_scope(_variable_creator): 1386 variable_scope.variable_creator_scope(_variable_creator):
|
/aosp_15_r20/external/tensorflow/tensorflow/python/checkpoint/ |
H A D | checkpoint_management.py | 805 with variable_scope.variable_creator_scope(_initializing_creator):
|
H A D | checkpoint.py | 672 with variable_scope.variable_creator_scope(_trackable_custom_creator):
|
/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/ |
H A D | tpu_embedding_v2.py | 858 with variable_scope.variable_creator_scope(
|
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/ |
H A D | load_test.py | 2473 with variable_scope.variable_creator_scope(variable_creator): 2501 with variable_scope.variable_creator_scope(layer_variable_creator):
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | variable_scope.py | 2863 def variable_creator_scope(variable_creator): function
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/api/golden/v2/ |
H A D | tensorflow.pbtxt | 1164 name: "variable_creator_scope"
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/api/golden/v1/ |
H A D | tensorflow.pbtxt | 2512 name: "variable_creator_scope"
|