Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/engine/
Dtraining.py618 self.predict_function = None
1511 if self.predict_function is not None:
1512 return self.predict_function
1533 def predict_function(iterator): function
1539 def predict_function(iterator): function
1553 predict_function = def_function.function(
1554 predict_function, experimental_relax_shapes=True)
1556 self.predict_function = predict_function
1557 return self.predict_function
1682 self.predict_function = self.make_predict_function()
[all …]
Dtraining_v1.py469 self.predict_function = None
1220 outputs = self.predict_function(inputs)
2069 self.predict_function = None
2070 if self.predict_function is None:
2076 self.predict_function = K.function(
2092 return self.predict_function
/external/tensorflow/tensorflow/python/keras/distribute/
Ddistributed_training_utils_v1.py691 model.predict_function = None
/external/tensorflow/tensorflow/python/keras/
Dcallbacks_test.py1783 self.model.predict_function = new_fn