Searched defs:function_decorator (Results  1 – 4 of 4) sorted by relevance
| /external/tensorflow/tensorflow/python/eager/ | 
| D | function_argument_naming_test.py | 37   def testBasic(self, function_decorator):  argument 61   def testVariable(self, function_decorator):  argument 79   def testDictReturned(self, function_decorator):  argument 126   def testMethod(self, function_decorator):  argument 167   def testMethodSignature(self, function_decorator):  argument 196   def testVariadic(self, function_decorator):  argument 218   def testVariadicInputSignature(self, function_decorator):  argument
  | 
| D | function_defun_collection_test.py | 36   def testCollectionValueAccess(self, function_decorator):  argument 63   def testCollectionVariableValueAccess(self, function_decorator):  argument
  | 
| D | function_test.py | 745   def testNestedFunctionGraphNotOutOfDate(self, function_decorator):  argument 1820   def testVariablesPlacedOnOutsideDevice(self, function_decorator):  argument 2781   def testRegisterConcreteFunction(self, function_decorator):  argument 2841   def testEagerCaptures(self, function_decorator):  argument
  | 
| /external/tensorflow/tensorflow/python/autograph/pyct/ | 
| D | inspect_utils_test.py | 35 def function_decorator():  function
  |