Home
last modified time | relevance | path

Searched refs:with_variable_store (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/
H A Dtemplate_test.py186 with variable_scope.with_variable_store(store):
204 with variable_scope.with_variable_store(second_store):
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/legacy_tf_layers/
H A Dvariable_scope_shim.py572 self._variable_creator), vs.with_variable_store(self._var_store):
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dvariable_scope.py1509 def with_variable_store(store): function
1551 return with_variable_store(self._store)