Searched refs:tf_function (Results 1 – 3 of 3) sorted by relevance
70 train_values = self.tf_function(train_points)114 def tf_function(self, x): member in _QuadraticPlusSinProblem1D147 def tf_function(self, x): member in _QuadraticPlusSinProblemND
614 TF_Function* tf_function = new TF_Function(); in TF_GraphToFunctionWithControlOutputs() local619 control_output_names_vec, description, &tf_function->fdef); in TF_GraphToFunctionWithControlOutputs()621 TF_DeleteFunction(tf_function); in TF_GraphToFunctionWithControlOutputs()624 return tf_function; in TF_GraphToFunctionWithControlOutputs()
39 from tensorflow.python.framework import function as tf_function unknown1054 @tf_function.Defun(dtypes.int32, dtypes.int32)