Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dtensor_util.py277 _check_str = _generate_isinstance_check(compat.bytes_or_text_types) variable
302 dtypes.string: _check_str,
/external/python/cpython3/Lib/test/
Dtest_pathlib.py255 def _check_str(self, expected, args): member in _BasePurePathTest
262 self._check_str(pathstr, (pathstr,))
264 self._check_str('.', ('',))
397 self._check_str(p.__fspath__(), ('a/b',))
398 self._check_str(os.fspath(p), ('a/b',))