Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/engine/
Ddistributed_training_utils.py755 distributed_function = _make_eager_execution_function(model, mode)
806 def _make_eager_execution_function(model, mode): function