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/distribute/
Ddistributed_training_utils.py941 distributed_function = _make_eager_execution_function(model, mode)
993 def _make_eager_execution_function(model, mode): function