Home
last modified time | relevance | path

Searched defs:greater_equal (Results 1 – 6 of 6) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/__functional/
Dranges_operations.h85 struct greater_equal { struct
88 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool operator()(_Tp &&__t, _Up &&__u) const in operator()
93 using is_transparent = void;
/external/cronet/base/ranges/
Dfunctional.h25 using greater_equal = std::greater_equal<>; variable
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_utils.py622 def greater_equal(a, b): function
Dnp_math_ops.py991 def greater_equal(x1, x2): function
/external/rust/crates/serde_json/src/lexical/
Dmath.rs577 pub fn greater_equal(x: &[Limb], y: &[Limb]) -> bool { in greater_equal() function
/external/tensorflow/tensorflow/python/keras/
Dbackend.py2755 def greater_equal(x, y): function