Searched defs:Gt (Results 1 – 4 of 4) 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/client/ |
D | computation_builder.cc | 514 ComputationDataHandle ComputationBuilder::Gt( in Gt() function in xla::ComputationBuilder
|
/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 | 24 typedef enum _cmpop { Eq=1, NotEq=2, Lt=3, LtE=4, Gt=5, GtE=6, Is=7, IsNot=8, enumerator
|