Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/distribute/
Ddistribution_strategy_context.py83 _variable_sync_on_read_context = threading.local() variable
128 _variable_sync_on_read_context.entered = True
131 _variable_sync_on_read_context.entered = False
136 return _variable_sync_on_read_context.entered