Searched defs:function_decorator (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/python/eager/ |
D | function_argument_naming_test.py | 41 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
|
D | function_defun_collection_test.py | 40 def testCollectionValueAccess(self, function_decorator): argument 67 def testCollectionVariableValueAccess(self, function_decorator): argument
|
D | function_test.py | 1179 def testVariablesPlacedOnOutsideDevice(self, function_decorator): argument 1997 def testRegisterConcreteFunction(self, function_decorator): argument
|
/external/tensorflow/tensorflow/python/autograph/pyct/ |
D | inspect_utils_test.py | 41 def function_decorator(): function
|