Home
last modified time | relevance | path

Searched defs:Gt (Results 1 – 6 of 6) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/operations/
DGt.java29 public class Gt extends Operation class
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_matchers.h286 inline ::testing::Matcher<const ::xla::HloInstruction*> Gt(M... operands) { in Gt() function
/external/googletest/googletest/include/gtest/
Dgtest-matchers.h789 inline internal::GtMatcher<Rhs> Gt(Rhs x) { in Gt() function
/external/python/cpython2/Include/
DPython-ast.h24 typedef enum _cmpop { Eq=1, NotEq=2, Lt=3, LtE=4, Gt=5, GtE=6, Is=7, IsNot=8, enumerator
/external/python/cpython3/Include/
DPython-ast.h24 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/
Dxla_builder.cc2936 XlaOp Gt(const XlaOp& lhs, const XlaOp& rhs, in Gt() function