Function tvm::ffi::RecursiveLe

Function tvm::ffi::RecursiveLe#

Function Documentation#

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

Recursive structural less-than-or-equal comparison.

Parameters:
  • lhs – Left-hand side value.

  • rhs – Right-hand side value.

Returns:

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