Home
last modified time | relevance | path

Searched refs:tf_function (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/image/python/kernel_tests/
Dinterpolate_spline_test.py70 train_values = self.tf_function(train_points)
114 def tf_function(self, x): member in _QuadraticPlusSinProblem1D
147 def tf_function(self, x): member in _QuadraticPlusSinProblemND
/external/tensorflow/tensorflow/c/
Dc_api_function.cc614 TF_Function* tf_function = new TF_Function(); in TF_GraphToFunctionWithControlOutputs() local
619 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()
/external/tensorflow/tensorflow/python/eager/
Dfunction_test.py39 from tensorflow.python.framework import function as tf_function unknown
1054 @tf_function.Defun(dtypes.int32, dtypes.int32)