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

Method DummyOpaqueObject

tests/cpp/test_object.cc:239–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237 struct DummyOpaqueObject {
238 int value;
239 explicit DummyOpaqueObject(int value) : value(value) {}
240
241 static void Deleter(void* handle) {
242 deleter_trigger_counter++;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected