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.py2051 def outer_function(inner=None): function
2058 self.assertEqual(4, int(outer_function(inner=inner_function)))
2059 self.assertEqual(4, int(outer_function(inner=inner_function)))
2062 compiled_outer = eager_function.defun(outer_function)
/external/v8/src/parsing/
Dparser.cc845 DeclarationScope* outer_function = outer->GetClosureScope(); in DoParseFunction() local
847 FunctionState function_state(&function_state_, &scope_, outer_function); in DoParseFunction()