Searched refs:new_scope (Results 1 – 6 of 6) sorted by relevance
264 new_scope = strategy.scope()265 new_scope.__enter__()266 …ops.get_default_graph()._global_distribute_strategy_scope = new_scope # pylint: disable=protected…
1834 scope_datum_t *new_scope; in scope_copy_callback() local1839 if ((new_scope = in scope_copy_callback()1840 (scope_datum_t *) calloc(1, sizeof(*new_scope))) == NULL) { in scope_copy_callback()1846 (hashtab_datum_t) new_scope); in scope_copy_callback()1849 free(new_scope); in scope_copy_callback()1852 new_scope->scope = SCOPE_REQ; /* this is reset further down */ in scope_copy_callback()1853 base_scope = new_scope; in scope_copy_callback()
439 ast_compound_statement(int new_scope, ast_node *statements);445 int new_scope; variable
1219 ast_compound_statement::ast_compound_statement(int new_scope, in ast_compound_statement() argument1222 this->new_scope = new_scope; in ast_compound_statement()
2251 if (new_scope) in hir()2257 if (new_scope) in hir()
1548 with variable_scope.variable_scope("new_scope") as new_scope:1551 new_scope, reuse=True, custom_getter=custom_getter):