Searched defs:IsGreater (Results 1 – 5 of 5) sorted by relevance
92 template <typename UintType> static bool IsGreater(UintType aFirst, UintType aSecond) in IsGreater() function in ot::SerialNumber
147 bool IsGreater = std::lexicographical_compare(RHS.begin(), RHS.end(), LHS.begin(), LHS.end()); in CompareElements() local
153 bool IsGreater = std::lexicographical_compare(RHS.begin(), RHS.end(), LHS.begin(), LHS.end()); in CompareElements() local
305 bool IsGreater(const NodeDef& node) { return node.op() == "Greater"; } in IsGreater() function
390 bool TFGraphDialect::IsGreater(TFOp op) const { in IsGreater() function in mlir::tfg::TFGraphDialect