Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/SemaCXX/
Dlibstdcxx_libcxx_less_hack.cpp11 template<typename T = void> struct greater_equal {}; struct
37 template<> struct greater_equal<> { struct
39 auto operator()(T1 &&t, T2 &&u) const noexcept(noexcept(t >= u)) in operator ()()
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_utils.py593 def greater_equal(a, b): function
Dnp_math_ops.py992 def greater_equal(x1, x2): function
/external/rust/crates/serde_json/src/lexical/
Dmath.rs576 pub fn greater_equal(x: &[Limb], y: &[Limb]) -> bool { in greater_equal() function
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/
Dhlo_ops.cc2881 struct greater_equal : std::greater_equal<T> {}; struct
2884 struct greater_equal<APInt> { struct
2885 bool operator()(const APInt& a, const APInt& b) const { return a.sge(b); } in operator ()()
/external/tensorflow/tensorflow/python/keras/
Dbackend.py2753 def greater_equal(x, y): function