Home
last modified time | relevance | path

Searched defs:NotPredicate (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
DPredicates.java257 private static class NotPredicate<T> implements Predicate<T>, Serializable { class in Predicates
260 NotPredicate(Predicate<T> predicate) { in NotPredicate() method in Predicates.NotPredicate
/external/guava/guava/src/com/google/common/base/
DPredicates.java320 private static class NotPredicate<T> implements Predicate<T>, Serializable { class in Predicates
323 NotPredicate(Predicate<T> predicate) { in NotPredicate() method in Predicates.NotPredicate
/external/tensorflow/tensorflow/compiler/jit/
Ddeadness_analysis.cc201 class NotPredicate : public Predicate { class
203 explicit NotPredicate(int64 id, Predicate* operand) in NotPredicate() function in tensorflow::__anon9db8ce5c0111::NotPredicate