Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dtensor_util.py263 def _generate_isinstance_check(expected_types): function
273 _check_int = _generate_isinstance_check(
275 _check_float = _generate_isinstance_check(compat.real_types)
276 _check_complex = _generate_isinstance_check(compat.complex_types)
277 _check_str = _generate_isinstance_check(compat.bytes_or_text_types)
278 _check_bool = _generate_isinstance_check(bool)