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
137 def testMethod(self, function_decorator): argument
140 @function_decorator
[all …]
Dfunction_test.py1175 function_decorator=function.defun),
1177 function_decorator=def_function.function))
1179 def testVariablesPlacedOnOutsideDevice(self, function_decorator): argument
1186 @function_decorator
1994 function_decorator=function.defun),
1996 function_decorator=def_function.function))
1997 def testRegisterConcreteFunction(self, function_decorator): argument
1998 @function_decorator
2007 @function_decorator
/external/tensorflow/tensorflow/python/autograph/pyct/
Dinspect_utils_test.py41 def function_decorator(): function
68 @function_decorator()
313 @function_decorator()
416 self.assertFalse(inspect_utils.isbuiltin(function_decorator))