Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/sources/
Drx-iterate.hpp39 struct is_iterable struct
41 typedef rxu::decay_t<Collection> collection_type;
43 struct not_void {};
49 static const bool value = !std::is_same<decltype(check<collection_type>(0)), not_void>::value;
/external/tensorflow/tensorflow/python/ops/
Dop_selector.py32 def is_iterable(obj): function