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

Method TestHashObj

src/ffi/testing/testing.cc:320–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318 int64_t hash_ignored;
319
320 TestHashObj() = default;
321 TestHashObj(int64_t key, String name, int64_t hash_ignored)
322 : key(key), name(std::move(name)), hash_ignored(hash_ignored) {}
323

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected