Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dfunction_argument_naming_test.py41 def testBasic(self, function_decorator): argument
65 def testVariable(self, function_decorator): argument
83 def testDictReturned(self, function_decorator): argument
137 def testMethod(self, function_decorator): argument
178 def testMethodSignature(self, function_decorator): argument
207 def testVariadic(self, function_decorator): argument
230 def testVariadicInputSignature(self, function_decorator): argument
Dfunction_defun_collection_test.py40 def testCollectionValueAccess(self, function_decorator): argument
67 def testCollectionVariableValueAccess(self, function_decorator): argument
Dfunction_test.py1179 def testVariablesPlacedOnOutsideDevice(self, function_decorator): argument
1997 def testRegisterConcreteFunction(self, function_decorator): argument
/external/tensorflow/tensorflow/python/autograph/pyct/
Dinspect_utils_test.py41 def function_decorator(): function