Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/image/python/kernel_tests/
Dinterpolate_spline_test.py114 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
/external/tensorflow/tensorflow/python/eager/
Dfunction_test.py39 from tensorflow.python.framework import function as tf_function unknown