Function tvm::ffi::RecursiveGt# Defined in File dataclass.h Function Documentation# bool tvm::ffi::RecursiveGt(const Any &lhs, const Any &rhs)# Recursive structural greater-than comparison. Parameters: lhs – Left-hand side value. rhs – Right-hand side value. Returns: true if lhs is structurally greater than rhs.