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.py614 self.predict_function = None
1555 if self.predict_function is not None:
1556 return self.predict_function
1577 def predict_function(iterator): function
1583 def predict_function(iterator): function
1597 predict_function = def_function.function(
1598 predict_function, experimental_relax_shapes=True)
1600 self.predict_function = predict_function
1601 return self.predict_function
1735 self.predict_function = self.make_predict_function()
[all …]
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
/external/tensorflow/tensorflow/python/keras/distribute/
Ddistributed_training_utils_v1.py681 model.predict_function = None
/external/tensorflow/tensorflow/python/keras/
Dcallbacks_test.py1933 self.model.predict_function = new_fn