Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/distribute/
Dshared_variable_creator.py23 _VARIABLE_UNIQUIFYING_REGEX = re.compile(r"_\d/") variable
32 name = _VARIABLE_UNIQUIFYING_REGEX.sub("/", name)