Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/distribute/
Ddistribution_strategy_context.py257old_scope = ops.get_default_graph()._global_distribute_strategy_scope # pylint: disable=protected…
258 if old_scope is not None:
259 old_scope.__exit__(None, None, None)
/external/protobuf/php/ext/google/protobuf/
Dstorage.c633 zend_class_entry* old_scope = EG(scope); in create_layout() local
636 zend_class_entry* old_scope = EG(fake_scope); in create_layout() local
653 EG(scope) = old_scope; in create_layout()
655 EG(fake_scope) = old_scope; in create_layout()
694 zend_class_entry* old_scope = EG(scope); in create_layout() local
697 zend_class_entry* old_scope = EG(fake_scope); in create_layout() local
714 EG(scope) = old_scope; in create_layout()
716 EG(fake_scope) = old_scope; in create_layout()
Dprotobuf.h532 zend_class_entry* old_scope = EG(scope); \
535 old_scope = EG(scope); \
537 #define PHP_PROTO_FAKE_SCOPE_END EG(scope) = old_scope;
540 zend_class_entry* old_scope = EG(fake_scope); \
543 old_scope = EG(fake_scope); \
545 #define PHP_PROTO_FAKE_SCOPE_END EG(fake_scope) = old_scope;