MCPcopy Create free account
hub / github.com/apache/tvm-ffi / CompareArray

Method CompareArray

src/ffi/extra/structural_equal.cc:333–335  ·  view source on GitHub ↗

NOLINTNEXTLINE(performance-unnecessary-value-param)

Source from the content-addressed store, hash-verified

331
332 // NOLINTNEXTLINE(performance-unnecessary-value-param)
333 bool CompareArray(ffi::Array<Any> lhs, ffi::Array<Any> rhs) {
334 return CompareSequence(std::move(lhs), std::move(rhs));
335 }
336
337 // NOLINTNEXTLINE(performance-unnecessary-value-param)
338 bool CompareList(ffi::List<Any> lhs, ffi::List<Any> rhs) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected