Function tvm::ffi::RecursiveGt

Function tvm::ffi::RecursiveGt#

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.