Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/keras/distribute/
H A Ddistributed_training_utils_v1.py917 distributed_function = _make_eager_execution_function(model, mode)
969 def _make_eager_execution_function(model, mode): function