Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/distribute/
Ddistribution_strategy_context.py265 new_scope = strategy.scope()
266 new_scope.__enter__()
267 …ops.get_default_graph()._global_distribute_strategy_scope = new_scope # pylint: disable=protected…
/external/selinux/libsepol/src/
Dlink.c1834 scope_datum_t *new_scope; in scope_copy_callback() local
1839 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()
/external/mesa3d/src/compiler/glsl/
Dast.h439 ast_compound_statement(int new_scope, ast_node *statements);
445 int new_scope; variable
Dglsl_parser_extras.cpp1219 ast_compound_statement::ast_compound_statement(int new_scope, in ast_compound_statement() argument
1222 this->new_scope = new_scope; in ast_compound_statement()
Dast_to_hir.cpp2251 if (new_scope) in hir()
2257 if (new_scope) in hir()
/external/tensorflow/tensorflow/python/kernel_tests/
Dvariable_scope_test.py1561 with variable_scope.variable_scope("new_scope") as new_scope:
1564 new_scope, reuse=True, custom_getter=custom_getter):
/external/libabigail/src/
Dabg-ir.cc10067 scope_decl_sptr cur_scope = skope, new_scope, scope; in lookup_node_in_scope() local
10071 new_scope.reset(); in lookup_node_in_scope()
10084 new_scope = scope; in lookup_node_in_scope()
10104 if (!new_scope && !resulting_decl) in lookup_node_in_scope()
10106 cur_scope = new_scope; in lookup_node_in_scope()