Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_arrays_v1.py185 f = _make_execution_function(model, mode)
551 def _make_execution_function(model, mode): function
554 return distributed_training_utils_v1._make_execution_function(model, mode)
555 return model._make_execution_function(mode)
Dtraining_generator_v1.py153 batch_function = _make_execution_function(
515 def _make_execution_function(model, mode, class_weight=None): function
Dtraining_distributed_v1.py46 exec_func = model._make_execution_function(mode)
Dtraining_v1.py2083 def _make_execution_function(self, mode): member in Model
/external/tensorflow/tensorflow/python/keras/distribute/
Ddistributed_training_utils_v1.py826 def _make_execution_function(model, mode): function
942 f = model._make_execution_function(mode)
982 f = model._make_execution_function(mode)