Function tvm::ffi::RecursiveLt

Function tvm::ffi::RecursiveLt#

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.