Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dfunction_defun_collection_test.py36 dict(testcase_name='Defun', function_decorator=function.defun),
39 function_decorator=def_function.function))
40 def testCollectionValueAccess(self, function_decorator): argument
49 @function_decorator
63 dict(testcase_name='Defun', function_decorator=function.defun),
66 function_decorator=def_function.function))
67 def testCollectionVariableValueAccess(self, function_decorator): argument
73 @function_decorator
Dfunction_argument_naming_test.py36 dict(testcase_name='Defun', function_decorator=function.defun),
37 dict(testcase_name='DefFunction', function_decorator=def_function.function))
41 def testBasic(self, function_decorator): argument
42 @function_decorator
65 def testVariable(self, function_decorator): argument
66 @function_decorator
83 def testDictReturned(self, function_decorator): argument
84 @function_decorator
130 def testMethod(self, function_decorator): argument
133 @function_decorator
[all …]
Dfunction_test.py732 function_decorator=function.defun),
734 function_decorator=def_function.function))
735 def testNestedFunctionGraphNotOutOfDate(self, function_decorator): argument
736 @function_decorator
742 @function_decorator
1806 function_decorator=function.defun),
1808 function_decorator=def_function.function))
1810 def testVariablesPlacedOnOutsideDevice(self, function_decorator): argument
1817 @function_decorator
2731 function_decorator=function.defun),
[all …]
/external/tensorflow/tensorflow/python/autograph/pyct/
Dinspect_utils_test.py41 def function_decorator(): function
68 @function_decorator()
452 @function_decorator()
544 self.assertFalse(inspect_utils.isbuiltin(function_decorator))