Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/cxx11/
Dis_sorted.hpp228 … BOOST_CXX14_CONSTEXPR bool is_strictly_increasing ( ForwardIterator first, ForwardIterator last ) in is_strictly_increasing() function
243 BOOST_CXX14_CONSTEXPR bool is_strictly_increasing ( const R &range ) in is_strictly_increasing() function
/external/tensorflow/tensorflow/python/ops/
Dcheck_ops.py2132 def is_strictly_increasing(x, name=None): function