Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/keras/distribute/
H A Ddistributed_training_utils_v1.py825 distribution_function = _make_execution_function_without_cloning(model, mode)
830 def _make_execution_function_without_cloning(model, mode): function