Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dops_test.py2804 def outer_function(inner=None): function
2811 self.assertEqual(4, int(outer_function(inner=inner_function)))
2812 self.assertEqual(4, int(outer_function(inner=inner_function)))
2815 compiled_outer = eager_function.defun(outer_function)