Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/engine/
Dbase_layer_utils.py343 return context.executing_eagerly() or is_in_tf_function()
346 def is_in_tf_function(): function
Dbase_layer_v1.py1058 not base_layer_utils.is_in_tf_function()):
Dbase_layer.py1591 not base_layer_utils.is_in_tf_function()):