Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/keras/engine/
H A Dtraining.py612 self.predict_function = None
1553 if self.predict_function is not None:
1554 return self.predict_function
1575 def predict_function(iterator): function
1581 def predict_function(iterator): function
1595 predict_function = def_function.function(
1596 predict_function, experimental_relax_shapes=True)
1598 self.predict_function = predict_function
1599 return self.predict_function
1733 self.predict_function = self.make_predict_function()
[all …]
H A Dtraining_v1.py467 self.predict_function = None
1215 outputs = self.predict_function(inputs)
2077 self.predict_function = None
2078 if self.predict_function is None:
2084 self.predict_function = backend.function(
2100 return self.predict_function
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/distribute/
H A Ddistributed_training_utils_v1.py681 model.predict_function = None