Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/autograph/converters/
Dcontrol_flow.py72 self, block_vars, nonlocal_declarations, getter_name, setter_name): argument
103 nonlocal_declarations=nonlocal_declarations,
215 nonlocal_declarations = self._create_nonlocal_declarations(cond_vars)
221 cond_vars, nonlocal_declarations, state_getter_name, state_setter_name)
251 nonlocal_declarations=nonlocal_declarations,
270 nonlocal_declarations = self._create_nonlocal_declarations(loop_vars)
276 loop_vars, nonlocal_declarations, state_getter_name, state_setter_name)
300 nonlocal_declarations=nonlocal_declarations,
322 nonlocal_declarations = self._create_nonlocal_declarations(loop_vars)
328 loop_vars, nonlocal_declarations, state_getter_name, state_setter_name)
[all …]