Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_utils.py608 def greater_equal(a, b): function
Dnp_math_ops.py992 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/compiler/mlir/hlo/lib/Dialect/mhlo/IR/
Dhlo_ops.cc3920 struct greater_equal : std::greater_equal<T> {}; struct
3923 struct greater_equal<APInt> { struct
3924 bool operator()(const APInt& a, const APInt& b) const { return a.sge(b); } in operator ()()
/external/tensorflow/tensorflow/python/keras/
Dbackend.py2755 def greater_equal(x, y): function