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