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

Method HashArray

src/ffi/extra/structural_hash.cc:229–229  ·  view source on GitHub ↗

NOLINTNEXTLINE(performance-unnecessary-value-param)

Source from the content-addressed store, hash-verified

227
228 // NOLINTNEXTLINE(performance-unnecessary-value-param)
229 uint64_t HashArray(Array<Any> arr) { return HashSequence(std::move(arr)); }
230
231 // NOLINTNEXTLINE(performance-unnecessary-value-param)
232 uint64_t HashList(List<Any> list) { return HashSequence(std::move(list)); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected