HomeSort by relevance Sort by last modified time
    Searched refs:_store_eager_variables (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/python/ops/
variable_scope.py 215 self._store_eager_variables = False
325 if not self._store_eager_variables and reuse:
330 if self._store_eager_variables:
    [all...]
template.py 458 if default._store_eager_variables: # pylint: disable=protected-access

Completed in 794 milliseconds