Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/keras/engine/
H A Dtraining_arrays_v1.py181 f = _make_execution_function(model, mode)
547 def _make_execution_function(model, mode): function
550 return distributed_training_utils_v1._make_execution_function(model, mode)
551 return model._make_execution_function(mode)
H A Dtraining_generator_v1.py150 batch_function = _make_execution_function(
512 def _make_execution_function(model, mode, class_weight=None): function
H A Dtraining_distributed_v1.py41 exec_func = model._make_execution_function(mode)
H A Dtraining_v1.py2091 def _make_execution_function(self, mode): member in Model
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/distribute/
H A Ddistributed_training_utils_v1.py816 def _make_execution_function(model, mode): function
932 f = model._make_execution_function(mode)
972 f = model._make_execution_function(mode)