Function tvm::ffi::RecursiveEq

Function tvm::ffi::RecursiveEq#

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.