Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Derror_interpolation.py37 _INTERPOLATION_PATTERN = re.compile(_INTERPOLATION_REGEX, re.DOTALL) variable
71 match = re.match(_INTERPOLATION_PATTERN, message[pos:])