Searched defs:function_decorator (Results 1 – 4 of 4) sorted by relevance
| /external/tensorflow/tensorflow/python/eager/ |
| D | function_argument_naming_test.py | 41 def testBasic(self, function_decorator): argument 65 def testVariable(self, function_decorator): argument 83 def testDictReturned(self, function_decorator): argument 130 def testMethod(self, function_decorator): argument 171 def testMethodSignature(self, function_decorator): argument 200 def testVariadic(self, function_decorator): argument 222 def testVariadicInputSignature(self, function_decorator): argument
|
| D | function_defun_collection_test.py | 40 def testCollectionValueAccess(self, function_decorator): argument 67 def testCollectionVariableValueAccess(self, function_decorator): argument
|
| D | function_test.py | 728 def testNestedFunctionGraphNotOutOfDate(self, function_decorator): argument 1780 def testVariablesPlacedOnOutsideDevice(self, function_decorator): argument 2655 def testRegisterConcreteFunction(self, function_decorator): argument 2715 def testEagerCaptures(self, function_decorator): argument
|
| /external/tensorflow/tensorflow/python/autograph/pyct/ |
| D | inspect_utils_test.py | 41 def function_decorator(): function
|