Searched refs:predict_function (Results 1 – 4 of 4) sorted by relevance
614 self.predict_function = None1555 if self.predict_function is not None:1556 return self.predict_function1577 def predict_function(iterator): function1583 def predict_function(iterator): function1597 predict_function = def_function.function(1598 predict_function, experimental_relax_shapes=True)1600 self.predict_function = predict_function1601 return self.predict_function1735 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
1933 self.model.predict_function = new_fn