Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/engine/
Dkeras_tensor.py36 _KERAS_TENSORS_ENABLED = True variable
41 global _KERAS_TENSORS_ENABLED
42 _KERAS_TENSORS_ENABLED = True
47 global _KERAS_TENSORS_ENABLED
48 _KERAS_TENSORS_ENABLED = False
53 return _KERAS_TENSORS_ENABLED and ops.executing_eagerly_outside_functions()
/external/tensorflow/tensorflow/python/keras/
Dtesting_utils.py377 previous_value = keras_tensor._KERAS_TENSORS_ENABLED # pylint: disable=protected-access
379 keras_tensor._KERAS_TENSORS_ENABLED = value # pylint: disable=protected-access
383 keras_tensor._KERAS_TENSORS_ENABLED = previous_value # pylint: disable=protected-access