Searched defs:function_decorator (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/ |
H A 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
|
H A D | function_defun_collection_test.py | 36 def testCollectionValueAccess(self, function_decorator): argument 63 def testCollectionVariableValueAccess(self, function_decorator): argument
|
H A 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
|
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/ |
H A D | inspect_utils_test.py | 35 def function_decorator(): function
|