Function tvm::ffi::RecursiveGe

Function tvm::ffi::RecursiveGe#

Function Documentation#

bool tvm::ffi::RecursiveGe(const Any &lhs, const Any &rhs)#

Recursive structural greater-than-or-equal comparison.

Parameters:
  • lhs – Left-hand side value.

  • rhs – Right-hand side value.

Returns:

true if lhs is structurally greater than or equal to rhs.