Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/graph_editor/
Dutil.py495 _INTERNAL_VARIABLE_RE = re.compile(r"^__\w+__$") variable
501 if not _INTERNAL_VARIABLE_RE.match(key)]