Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dtensor_util.py259 def _generate_isinstance_check(expected_types): function
269 _check_int = _generate_isinstance_check(
271 _check_float = _generate_isinstance_check(compat.real_types)
272 _check_complex = _generate_isinstance_check(compat.complex_types)
273 _check_str = _generate_isinstance_check(compat.bytes_or_text_types)
274 _check_bool = _generate_isinstance_check(bool)