Function tvm::ffi::RecursiveEq# Defined in File dataclass.h Function Documentation# bool tvm::ffi::RecursiveEq(const Any &lhs, const Any &rhs)# Recursive structural equality comparison. Parameters: lhs – Left-hand side value. rhs – Right-hand side value. Returns: true if the two values are structurally equal.