Home
last modified time | relevance | path

Searched refs:_DEFAULT_USE_RESOURCE (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dvariable_scope.py210 _DEFAULT_USE_RESOURCE = tf2.enabled() variable
229 global _DEFAULT_USE_RESOURCE
230 _DEFAULT_USE_RESOURCE = True
249 global _DEFAULT_USE_RESOURCE
250 return _DEFAULT_USE_RESOURCE
262 global _DEFAULT_USE_RESOURCE
263 _DEFAULT_USE_RESOURCE = False
922 use_resource = _DEFAULT_USE_RESOURCE
2503 use_resource = _DEFAULT_USE_RESOURCE
/external/tensorflow/tensorflow/python/kernel_tests/
Dvariable_scope_test.py459 old = variable_scope._DEFAULT_USE_RESOURCE
468 variable_scope._DEFAULT_USE_RESOURCE = old