Home
last modified time | relevance | path

Searched defs:is_iterator (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/keras/utils/
Ddata_utils.py61 is_iterator = lambda x: isinstance(x, typing.Iterator) function
64 is_iterator = lambda x: hasattr(x, '__iter__') and hasattr(x, 'next') function
/external/harfbuzz_ng/src/
Dhb-iter.hh68 static constexpr bool is_iterator = true; member