Searched refs:_make_execution_function (Results 1 – 5 of 5) sorted by relevance
151 f = _make_execution_function(model, mode)517 def _make_execution_function(model, mode): function520 return distributed_training_utils._make_execution_function(model, mode)521 return model._make_execution_function(mode)
732 def _make_execution_function(model, mode): function769 f = model._make_execution_function(mode)809 f = model._make_execution_function(mode)
148 batch_function = _make_execution_function(521 def _make_execution_function(model, mode, class_weight=None): function
214 exec_func = model._make_execution_function(mode)
2144 def _make_execution_function(self, mode): member in Model