Home
last modified time | relevance | path

Searched refs:function_decorator (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dfunction_argument_naming_test.py32 dict(testcase_name='Defun', function_decorator=function.defun),
33 dict(testcase_name='DefFunction', function_decorator=def_function.function))
37 def testBasic(self, function_decorator): argument
38 @function_decorator
61 def testVariable(self, function_decorator): argument
62 @function_decorator
79 def testDictReturned(self, function_decorator): argument
80 @function_decorator
126 def testMethod(self, function_decorator): argument
129 @function_decorator
[all …]
H A Dfunction_defun_collection_test.py32 dict(testcase_name='Defun', function_decorator=function.defun),
35 function_decorator=def_function.function))
36 def testCollectionValueAccess(self, function_decorator): argument
45 @function_decorator
59 dict(testcase_name='Defun', function_decorator=function.defun),
62 function_decorator=def_function.function))
63 def testCollectionVariableValueAccess(self, function_decorator): argument
69 @function_decorator
H A Dfunction_test.py742 function_decorator=function.defun),
744 function_decorator=def_function.function))
745 def testNestedFunctionGraphNotOutOfDate(self, function_decorator): argument
746 @function_decorator
752 @function_decorator
1816 function_decorator=function.defun),
1818 function_decorator=def_function.function))
1820 def testVariablesPlacedOnOutsideDevice(self, function_decorator): argument
1827 @function_decorator
2778 function_decorator=function.defun),
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/
H A Dinspect_utils_test.py35 def function_decorator(): function
62 @function_decorator()
446 @function_decorator()
540 self.assertFalse(inspect_utils.isbuiltin(function_decorator))