Home
last modified time | relevance | path

Searched refs:variable_creator_scope (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Dshared_variable_creator_test.py55 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 Dparameter_server_strategy_v2_test.py132 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 Dnumpy_dataset.py80 with variable_scope.variable_creator_scope(create_colocated_variable):
H A Ddistribute_lib.py2190 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 Dmirrored_run.py385 variable_scope.variable_creator_scope(self.variable_creator_fn):
H A Dmirrored_strategy_test.py368 with variable_scope.variable_creator_scope(thread_creator_fn):
383 variable_scope.variable_creator_scope(main_thread_creator):
H A Ddistribute_lib_test.py216 with variable_scope.variable_creator_scope(creator):
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/legacy_tf_layers/
H A Dvariable_scope_shim_test.py717 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 Dvariable_scope_shim.py571 with vs.variable_creator_scope(
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dwrap_function.py55 def variable_creator_scope(self, next_creator, **kwargs): member in VariableHolder
88 with variable_scope.variable_creator_scope(self.variable_creator_scope):
H A Ddef_function_test.py773 with variable_scope.variable_creator_scope(capture_creator):
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/coordinator/
H A Dvalues.py333 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 Dvariable_scope_test.py1706 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 Dparameter_server_evaluation_test.py83 with variable_scope.variable_creator_scope(fetch_variable):
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/layers/
H A Dcore.py912 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 Dcheckpoint_management.py805 with variable_scope.variable_creator_scope(_initializing_creator):
H A Dcheckpoint.py672 with variable_scope.variable_creator_scope(_trackable_custom_creator):
/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/
H A Dtpu_embedding_v2.py858 with variable_scope.variable_creator_scope(
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/
H A Dload_test.py2473 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 Dvariable_scope.py2863 def variable_creator_scope(variable_creator): function
/aosp_15_r20/external/tensorflow/tensorflow/tools/api/golden/v2/
H A Dtensorflow.pbtxt1164 name: "variable_creator_scope"
/aosp_15_r20/external/tensorflow/tensorflow/tools/api/golden/v1/
H A Dtensorflow.pbtxt2512 name: "variable_creator_scope"