Searched refs:predict_function (Results 1 – 3 of 3) sorted by relevance
612 self.predict_function = None1553 if self.predict_function is not None:1554 return self.predict_function1575 def predict_function(iterator): function1581 def predict_function(iterator): function1595 predict_function = def_function.function(1596 predict_function, experimental_relax_shapes=True)1598 self.predict_function = predict_function1599 return self.predict_function1733 self.predict_function = self.make_predict_function()[all …]
467 self.predict_function = None1215 outputs = self.predict_function(inputs)2077 self.predict_function = None2078 if self.predict_function is None:2084 self.predict_function = backend.function(2100 return self.predict_function
681 model.predict_function = None