Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dops_test.py2283 def outer_function(inner=None): function
2290 self.assertEqual(4, int(outer_function(inner=inner_function)))
2291 self.assertEqual(4, int(outer_function(inner=inner_function)))
2294 compiled_outer = eager_function.defun(outer_function)
/external/v8/src/parsing/
Dparser.cc767 DeclarationScope* outer_function = outer->GetClosureScope(); in DoParseFunction() local
769 FunctionState function_state(&function_state_, &scope_, outer_function); in DoParseFunction()