Searched refs:predict_function (Results 1 – 4 of 4) sorted by relevance
618 self.predict_function = None1511 if self.predict_function is not None:1512 return self.predict_function1533 def predict_function(iterator): function1539 def predict_function(iterator): function1553 predict_function = def_function.function(1554 predict_function, experimental_relax_shapes=True)1556 self.predict_function = predict_function1557 return self.predict_function1682 self.predict_function = self.make_predict_function()[all …]
469 self.predict_function = None1220 outputs = self.predict_function(inputs)2069 self.predict_function = None2070 if self.predict_function is None:2076 self.predict_function = K.function(2092 return self.predict_function
691 model.predict_function = None
1783 self.model.predict_function = new_fn