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.py215 _DEFAULT_USE_RESOURCE = tf2.enabled() variable
234 global _DEFAULT_USE_RESOURCE
235 _DEFAULT_USE_RESOURCE = True
255 global _DEFAULT_USE_RESOURCE
256 return _DEFAULT_USE_RESOURCE
268 global _DEFAULT_USE_RESOURCE
269 _DEFAULT_USE_RESOURCE = False
949 use_resource = _DEFAULT_USE_RESOURCE
2606 use_resource = _DEFAULT_USE_RESOURCE
/external/tensorflow/tensorflow/python/kernel_tests/
Dvariable_scope_test.py486 old = variable_scope._DEFAULT_USE_RESOURCE
495 variable_scope._DEFAULT_USE_RESOURCE = old