Home
last modified time | relevance | path

Searched defs:less_equal (Results 1 – 5 of 5) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/__functional/
Dranges_operations.h63 struct less_equal { struct
66 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool operator()(_Tp &&__t, _Up &&__u) const in operator()
71 using is_transparent = void;
/external/cronet/base/ranges/
Dfunctional.h26 using less_equal = std::less_equal<>; variable
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_utils.py627 def less_equal(a, b): function
Dnp_math_ops.py1001 def less_equal(x1, x2): function
/external/tensorflow/tensorflow/python/keras/
Dbackend.py2787 def less_equal(x, y): function