Searched defs:tf_function (Results 1 – 3 of 3) sorted by relevance
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() local
39 from tensorflow.python.framework import function as tf_function unknown