Home
last modified time | relevance | path

Searched defs:section_id (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/python/autograph/pyct/
Dcfg.py406 def add_exit_node(self, ast_node, section_id, guards): argument
420 def add_continue_node(self, ast_node, section_id, guards): argument
447 def enter_section(self, section_id): argument
459 def exit_section(self, section_id): argument
468 def enter_loop_section(self, section_id, entry_node): argument
487 def exit_loop_section(self, section_id): argument
502 def enter_cond_section(self, section_id): argument
516 def new_cond_branch(self, section_id): argument
530 def exit_cond_section(self, section_id): argument
537 def enter_finally_section(self, section_id): argument
[all …]