Searched defs:IsNonNegative (Results 1 – 2 of 2) sorted by relevance
135 bool BigNum::IsNonNegative() const { return !BN_is_negative(bn_.get()); } in IsNonNegative() function in private_join_and_compute::BigNum
183 bool IsNonNegative(const HloInstruction* hlo, in IsNonNegative() function