Searched defs:Gt (Results 1 – 9 of 9) sorted by relevance
/external/apache-xml/src/main/java/org/apache/xpath/operations/ |
D | Gt.java | 29 public class Gt extends Operation class
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_matchers.h | 314 inline ::testing::Matcher<const ::xla::HloInstruction*> Gt(M... operands) { in Gt() function
|
/external/mesa3d/src/gtest/include/gtest/ |
D | gtest-matchers.h | 725 inline internal::GtMatcher<Rhs> Gt(Rhs x) { in Gt() function
|
/external/googletest/googletest/include/gtest/ |
D | gtest-matchers.h | 725 inline internal::GtMatcher<Rhs> Gt(Rhs x) { in Gt() function
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/ |
D | gtest-matchers.h | 744 inline internal::GtMatcher<Rhs> Gt(Rhs x) { in Gt() function
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | bfloat16.cc | 1230 struct Gt { struct 1231 npy_bool operator()(bfloat16 a, bfloat16 b) { return a > b; } in operator ()()
|
/external/python/cpython2/Include/ |
D | Python-ast.h | 24 typedef enum _cmpop { Eq=1, NotEq=2, Lt=3, LtE=4, Gt=5, GtE=6, Is=7, IsNot=8, enumerator
|
/external/python/cpython3/Include/ |
D | Python-ast.h | 32 typedef enum _cmpop { Eq=1, NotEq=2, Lt=3, LtE=4, Gt=5, GtE=6, Is=7, IsNot=8, enumerator
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.cc | 3001 XlaOp Gt(const XlaOp lhs, const XlaOp rhs, in Gt() function
|