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

Method TestCustomHashObj

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

Source from the content-addressed store, hash-verified

335 String label;
336
337 TestCustomHashObj() = default;
338 TestCustomHashObj(int64_t key, String label) : key(key), label(std::move(label)) {}
339
340 TVM_FFI_DECLARE_OBJECT_INFO_FINAL("testing.TestCustomHash", TestCustomHashObj, Object);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected